Symbol: vmsg
sbin/fsck/fsutil.c
148
vmsg(1, fmt, ap);
sbin/fsck/fsutil.c
159
vmsg(0, fmt, ap);
sbin/fsck/fsutil.c
169
vmsg(1 | F_ERROR, fmt, ap);
sbin/fsck/fsutil.c
179
vmsg(1, fmt, ap);
sbin/fsck/fsutil.h
35
void vmsg(int, const char *, va_list) __printflike(2, 0);
sbin/fsck_lfs/main.c
86
panic_func = vmsg;
sys/coda/cnode.h
125
struct vmsg;
sys/coda/cnode.h
131
TAILQ_HEAD(,vmsg) vc_requests;
sys/coda/cnode.h
132
TAILQ_HEAD(,vmsg) vc_replies;
sys/coda/coda_psdev.c
120
TAILQ_ENTRY(vmsg) vm_chain;
sys/coda/coda_psdev.c
178
struct vmsg *vmp;
sys/coda/coda_psdev.c
217
CODA_FREE(vmp, sizeof(struct vmsg));
sys/coda/coda_psdev.c
255
struct vmsg *vmp;
sys/coda/coda_psdev.c
287
CODA_FREE(vmp, sizeof(struct vmsg));
sys/coda/coda_psdev.c
301
struct vmsg *vmp;
sys/coda/coda_psdev.c
478
struct vmsg *vmp;
sys/coda/coda_psdev.c
542
struct vmsg *vmp;
sys/coda/coda_psdev.c
564
CODA_ALLOC(vmp,struct vmsg *,sizeof(struct vmsg));
sys/coda/coda_psdev.c
679
struct vmsg *svmp;
sys/coda/coda_psdev.c
692
CODA_ALLOC(svmp, struct vmsg *, sizeof (struct vmsg));
sys/coda/coda_psdev.c
722
CODA_FREE(vmp, sizeof(struct vmsg));
sys/dev/ic/mpt_debug.c
453
mpt_print_reply(void *vmsg)
sys/dev/ic/mpt_debug.c
455
MSG_DEFAULT_REPLY *msg = vmsg;
sys/dev/ic/mpt_netbsd.c
1261
mpt_ctlop(mpt_softc_t *mpt, void *vmsg, uint32_t reply)
sys/dev/ic/mpt_netbsd.c
1263
MSG_DEFAULT_REPLY *dmsg = vmsg;
sys/dev/ic/mpt_netbsd.c
1267
mpt_event_notify_reply(mpt, vmsg);
sys/dev/ic/mpt_netbsd.c
1273
MSG_EVENT_ACK_REPLY *msg = vmsg;
sys/dev/ic/mpt_netbsd.c
1285
MSG_PORT_ENABLE_REPLY *msg = vmsg;
sys/dev/ic/mpt_netbsd.c
1299
MSG_CONFIG_REPLY *msg = vmsg;
sys/dev/ic/mpt_netbsd.c
99
static void mpt_ctlop(mpt_softc_t *, void *vmsg, uint32_t);