Searched refs:vmsg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/fsck/ |
H A D | fsutil.c | 55 static void vmsg(int, const char *, va_list) __printflike(2, 0); 109 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function 134 vmsg(1, fmt, ap); in pfatal() 145 vmsg(0, fmt, ap); in pwarn() 155 vmsg(1, fmt, ap); in perr() 165 vmsg(1, fmt, ap); in panic()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt.h | 1130 void mpt_print_reply(void *vmsg); 1132 void mpt_print_config_reply(void *vmsg); 1135 void mpt_print_config_request(void *vmsg); 1136 void mpt_print_request(void *vmsg);
|
H A D | mpt_debug.c | 488 mpt_print_reply(void *vmsg) in mpt_print_reply() argument 490 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply()
|