Searched refs:_msg (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/nvi/common/
H A Dmsg.h55 SLIST_HEAD(_msgh, _msg);
56 struct _msg { struct
57 SLIST_ENTRY(_msg) q; /* Linked list of messages. */
H A Dcommon.h35 typedef struct _msg MSGS;
/freebsd-10.0-release/etc/
H A Drc.shutdown70 _msg="$rcshutdown_timeout second watchdog"
71 _msg="$_msg timeout expired. Shutdown terminated."
72 logger -t rc.shutdown "$_msg"
73 echo "$_msg"
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dunisig.h47 const void *_msg, struct unicx *_cx);
/freebsd-10.0-release/tools/test/netfibs/
H A Dinitiator.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...]
H A Dforwarding.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 _keywor
[all...]
H A Dreflector.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
/freebsd-10.0-release/sys/dev/siba/
H A Dsiba_ids.h42 #define SIBA_DEV(_vendor, _cid, _rev, _msg) \
43 { SIBA_VID_##_vendor, SIBA_DEVID_##_cid, _rev, _msg }
/freebsd-10.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \
174 device_printf((_sc)->vtscsi_dev, "%s: "_msg, \
178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \
181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/freebsd-10.0-release/sys/powerpc/include/
H A Dasm.h157 #define WARN_REFERENCES(_sym,_msg) \
158 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
160 #define WARN_REFERENCES(_sym,_msg) \
161 .section .gnu.warning./**/_sym ; .ascii _msg ; .text
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c73 #define TM_CHECK(_expr, _msg) \
76 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/freebsd-10.0-release/sys/mips/cavium/
H A Docteon_ds1337.c65 #define CT_CHECK(_expr, _msg) \
68 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/freebsd-10.0-release/contrib/openpam/include/security/
H A Dopenpam.h247 const struct pam_message **_msg,
257 const struct pam_message **_msg,
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_parse.c106 handle->_msg = msg;
167 b = dn_expand(handle->_msg, handle->_eom,
/freebsd-10.0-release/include/arpa/
H A Dnameser.h111 const u_char *_msg, *_eom; member in struct:__ns_msg
126 #define ns_msg_base(handle) ((handle)._msg + 0)
128 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dlp.h279 void fatal(const struct printer *_pp, const char *_msg, ...)
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Drecvjob.c82 static void frecverr(const char *_msg, ...) __printf0like(1, 2);
H A Dprintjob.c144 static void pstatus(const struct printer *_pp, const char *_msg, ...)
/freebsd-10.0-release/sys/dev/virtio/
H A Dvirtqueue.c104 #define VQASSERT(_vq, _exp, _msg, ...) \
105 KASSERT((_exp),("%s: %s - "_msg, __func__, (_vq)->vq_name, \
/freebsd-10.0-release/sys/mips/include/
H A Dasm.h109 #define WARN_REFERENCES(_sym,_msg) \
110 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c169 struct sscop_msg *_msg = NULL, *_m; \
172 _msg = _m; \
176 _msg; \
181 struct sscop_msg *_msg = NULL, *_m; \
184 _msg = _m; \
188 if (_msg != NULL) \
189 MSGQ_INSERT_BEFORE(_msg, (M)); \
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dmaestro3.c78 #define M3_DEBUG(level, _msg) {if ((level) <= M3_DEBUG_LEVEL) {printf _msg;}}
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dcmds.c86 static void upstat(struct printer *_pp, const char *_msg, int _notify);

Completed in 205 milliseconds