Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/include/
HDAvailabilityInternal.h45 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument
47 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument
50 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument
52 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument
75 …AL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… argument
77 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument
81 …AL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… argument
83 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument
87 …AL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… argument
89 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availabili… argument
[all …]
HDAvailability.h158 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument
159 … __AVAILABILITY_INTERNAL##_iosIntro##_DEP##_iosDep##_MSG(_msg)
165 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument
166 … __AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
171 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) argument
/NextBSD/tools/test/netfibs/
HDinitiator.sh69 local _rc _exp _testno _testname _msg _r
74 _msg="$5"
80 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"
85 local _msg
86 _msg="$*"
90 *) echo "DEBUG: ${_msg}" >&2 ;;
96 local _msg
97 _msg="$*"
99 echo "ERROR: ${_msg}" >&2
149 local _l i testno IFACE _msg
[all …]
HDforwarding.sh99 local _rc _exp _testno _testname _msg _r
104 _msg="$5"
110 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"
115 local _msg
116 _msg="$*"
120 *) echo "DEBUG: ${_msg}" >&2 ;;
126 local _msg
127 _msg="$*"
129 echo "ERROR: ${_msg}" >&2
269 local _case _addr i rc _msg _keyword _fibs
[all …]
HDreflector.sh78 local _rc _exp _testno _testname _msg _r
83 _msg="$5"
89 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
94 local _msg
95 _msg="$*"
99 *) echo "DEBUG: ${_msg}" >&2 ;;
105 local _msg
106 _msg="$*"
108 echo "ERROR: ${_msg}" >&2
/NextBSD/etc/
HDrc.shutdown70 _msg="$rcshutdown_timeout second watchdog"
71 _msg="$_msg timeout expired. Shutdown terminated."
72 logger -t rc.shutdown "$_msg"
73 echo "$_msg"
HDrc.subr1326 local _name _rcvar_val _var _defval _v _msg _new _d
1374 eval _msg=\$${_var}_obsolete_msg
1381 _msg="Ignored."
1384 if [ -z "$_msg" ]; then
1385 _msg="Use \$$_new instead."
1388 warn "\$$_var is obsolete. $_msg"
2087 local _var _msg _mode
2089 _msg=$2
2093 1) [ -n "$_var" ] && echo "$_msg" ;;
2094 *) [ -z "$_var" ] && echo -n "$_msg" && eval "$1=finished" ;;
/NextBSD/contrib/nvi/common/
HDmsg.h55 SLIST_HEAD(_msgh, _msg);
56 struct _msg { struct
57 SLIST_ENTRY(_msg) q; /* Linked list of messages. */
HDcommon.h35 typedef struct _msg MSGS;
/NextBSD/sys/dev/virtio/scsi/
HDvirtio_scsivar.h172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument
174 device_printf((_sc)->vtscsi_dev, "%s: "_msg, \
178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/NextBSD/sys/powerpc/include/
HDasm.h187 #define WARN_REFERENCES(_sym,_msg) \ argument
188 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
190 #define WARN_REFERENCES(_sym,_msg) \ argument
191 .section .gnu.warning./**/_sym ; .ascii _msg ; .text
/NextBSD/sys/dev/siba/
HDsiba_ids.h42 #define SIBA_DEV(_vendor, _cid, _rev, _msg) \ argument
43 { SIBA_VID_##_vendor, SIBA_DEVID_##_cid, _rev, _msg }
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-cn3010-evb-hs5.c73 #define TM_CHECK(_expr, _msg) \ argument
76 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/NextBSD/sys/mips/cavium/
HDocteon_ds1337.c65 #define CT_CHECK(_expr, _msg) \ argument
68 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/NextBSD/lib/libc/nameser/
HDns_parse.c110 handle->_msg = msg; in ns_initparse()
171 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
233 b = ns_name_unpack2(handle->_msg, handle->_eom, handle->_msg_ptr, in ns_parserr2()
/NextBSD/lib/libasl/
HDasl.h295 asl_object_t _msg = (msg); \
296 uint32_t _asl_eval = _asl_evaluate_send(_client, _msg, (level)); \
297 if (_asl_eval != 0) _asl_lib_log(_client, _asl_eval, _msg, (format), ## __VA_ARGS__); \
/NextBSD/contrib/openpam/include/security/
HDopenpam.h247 const struct pam_message **_msg,
257 const struct pam_message **_msg,
/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDunisig.h47 const void *_msg, struct unicx *_cx);
/NextBSD/include/arpa/
HDnameser.h126 const u_char *_msg, *_eom; member
152 #define ns_msg_base(handle) ((handle)._msg + 0)
154 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
/NextBSD/sys/mips/include/
HDasm.h109 #define WARN_REFERENCES(_sym,_msg) \ argument
110 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
/NextBSD/usr.sbin/lpr/common_source/
HDlp.h279 void fatal(const struct printer *_pp, const char *_msg, ...)
/NextBSD/usr.sbin/lpr/lpd/
HDrecvjob.c82 static void frecverr(const char *_msg, ...) __printf0like(1, 2);
/NextBSD/sys/dev/virtio/
HDvirtqueue.c104 #define VQASSERT(_vq, _exp, _msg, ...) \ argument
105 KASSERT((_exp),("%s: %s - "_msg, __func__, (_vq)->vq_name, \
/NextBSD/usr.sbin/lpr/lpc/
HDcmds.c86 static void upstat(struct printer *_pp, const char *_msg, int _notify);
/NextBSD/sys/dev/sound/pci/
HDmaestro3.c78 #define M3_DEBUG(level, _msg) {if ((level) <= M3_DEBUG_LEVEL) {printf _msg;}} argument

12