Searched refs:vmsg (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/support/
H A Dmkdist38 vmsg() function
58 vmsg using $MANIFEST
69 vmsg creating distribution for $ROOTNAME version $version in $newdir
118 vmsg $newdir created
/netbsd-6-1-5-RELEASE/sbin/fsck/
H A Dfsutil.h35 void vmsg(int, const char *, va_list) __printflike(2, 0);
H A Dfsutil.c97 vmsg(int fatal, const char *fmt, va_list ap) function
106 (void)printf("** %s (vmsg)\n", dev);
132 vmsg(1, fmt, ap);
143 vmsg(0, fmt, ap);
153 vmsg(1 | F_ERROR, fmt, ap);
163 vmsg(1, fmt, ap);
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_psdev.c115 struct vmsg { struct
116 TAILQ_ENTRY(vmsg) vm_chain;
172 struct vmsg *vmp;
212 CODA_FREE(vmp, sizeof(struct vmsg));
250 struct vmsg *vmp;
282 CODA_FREE(vmp, sizeof(struct vmsg));
296 struct vmsg *vmp;
473 struct vmsg *vmp;
535 struct vmsg *vmp;
557 CODA_ALLOC(vmp,struct vmsg *,sizeo
[all...]
H A Dcnode.h127 struct vmsg;
133 TAILQ_HEAD(,vmsg) vc_requests;
134 TAILQ_HEAD(,vmsg) vc_replies;
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dmain.c83 panic_func = vmsg;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmpt_netbsd.c90 static void mpt_ctlop(mpt_softc_t *, void *vmsg, uint32_t);
1084 mpt_ctlop(mpt_softc_t *mpt, void *vmsg, uint32_t reply) argument
1086 MSG_DEFAULT_REPLY *dmsg = vmsg;
1090 mpt_event_notify_reply(mpt, vmsg);
1100 MSG_PORT_ENABLE_REPLY *msg = vmsg;
1114 MSG_CONFIG_REPLY *msg = vmsg;
H A Dmpt_debug.c435 mpt_print_reply(void *vmsg) argument
437 MSG_DEFAULT_REPLY *msg = vmsg;

Completed in 180 milliseconds