Home
last modified time | relevance | path

Searched refs:vmsg (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sbin/fsck/
HDfsutil.c56 static void vmsg(int, const char *, va_list) __printflike(2, 0);
72 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function
97 vmsg(1, fmt, ap); in pfatal()
108 vmsg(0, fmt, ap); in pwarn()
118 vmsg(1, fmt, ap); in perr()
128 vmsg(1, fmt, ap); in panic()
/NextBSD/contrib/libreadline/support/
HDmkdist38 vmsg() function
58 vmsg using $MANIFEST
69 vmsg creating distribution for $ROOTNAME version $version in $newdir
118 vmsg $newdir created
/NextBSD/sys/dev/mpt/
HDmpt.h1149 void mpt_print_reply(void *vmsg);
1151 void mpt_print_config_reply(void *vmsg);
1154 void mpt_print_config_request(void *vmsg);
1155 void mpt_print_request(void *vmsg);
HDmpt_debug.c488 mpt_print_reply(void *vmsg) in mpt_print_reply() argument
490 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply()