Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/fsck/
H A Dfsutil.c58 static void vmsg(int, const char *, va_list) __printflike(2, 0);
74 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function
99 vmsg(1, fmt, ap); in pfatal()
110 vmsg(0, fmt, ap); in pwarn()
120 vmsg(1, fmt, ap); in perr()
130 vmsg(1, fmt, ap); in panic()
/freebsd-12.1/sys/dev/mpt/
H A Dmpt.h1137 void mpt_print_reply(void *vmsg);
1139 void mpt_print_config_reply(void *vmsg);
1142 void mpt_print_config_request(void *vmsg);
1143 void mpt_print_request(void *vmsg);
H A Dmpt_debug.c490 mpt_print_reply(void *vmsg) in mpt_print_reply() argument
492 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply()