Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
H A Dmsg.h53 SLIST_HEAD(_msgh, _msg);
54 struct _msg { struct
55 SLIST_ENTRY(_msg) q; /* Linked list of messages. */
H A Dcommon.h36 typedef struct _msg MSGS;
/dragonfly/etc/
H A Drc.shutdown70 _msg="$rcshutdown_timeout second watchdog" \
72 logger -t rc.shutdown "$_msg"
73 echo "$_msg"
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsivar.h175 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument
177 device_printf((_sc)->vtscsi_dev, "%s: "_msg, \
181 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
184 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_ids.h42 #define SIBA_DEV(_vendor, _cid, _rev, _msg) \ argument
43 { SIBA_VID_##_vendor, SIBA_DEVID_##_cid, _rev, _msg }
/dragonfly/etc/rc.d/
H A Djail107 _msg="$3"
112 echo -n " ${_msg}=YES"
117 echo -n " ${_msg}=NO"
/dragonfly/sys/dev/netif/re/
H A Dre.h1209 #define DBGPRINT(_unit, _msg) printf ("re%d: %s\n", _unit,_msg) argument
1210 #define DBGPRINT1(_unit, _msg, _para1) \ argument
1213 sprintf(buf,_msg,_para1); \
1217 #define DBGPRINT(_unit, _msg) argument
1218 #define DBGPRINT1(_unit, _msg, _para1) argument
/dragonfly/include/arpa/
H A Dnameser.h110 const u_char *_msg, *_eom; member
125 #define ns_msg_base(handle) ((handle)._msg + 0)
127 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
/dragonfly/lib/libc/nameser/
H A Dns_parse.c104 handle->_msg = msg; in ns_initparse()
165 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
/dragonfly/contrib/openpam/include/security/
H A Dopenpam.h246 const struct pam_message **_msg,
256 const struct pam_message **_msg,
/dragonfly/usr.sbin/lpr/common_source/
H A Dlp.h265 void fatal(const struct printer *_pp, const char *_msg, ...)
/dragonfly/usr.sbin/lpr/lpd/
H A Drecvjob.c67 static void frecverr(const char *_msg, ...) __printf0like(1, 2);
H A Dprintjob.c126 static void pstatus(const struct printer *_pp, const char *_msg, ...)
/dragonfly/sys/dev/virtual/virtio/balloon/
H A Dvirtio_balloon.c126 #define vtballoon_dprintf(_sc, _level, _msg, _args ...) do { \ argument
128 device_printf((_sc)->vtballoon_dev, "%s:%d: "_msg, \
/dragonfly/sys/dev/virtual/virtio/virtio/
H A Dvirtqueue.c101 #define VQASSERT(_vq, _exp, _msg, ...) \ argument
102 KASSERT((_exp),("%s: %s - "_msg, __func__, (_vq)->vq_name, \
/dragonfly/usr.sbin/lpr/lpc/
H A Dcmds.c74 static void upstat(struct printer *_pp, const char *_msg, int _notify);