Searched refs:vmsg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sbin/fsck/ |
| H A D | fsutil.c | 57 static void vmsg(int, const char *, va_list) __printflike(2, 0); 111 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function 136 vmsg(1, fmt, ap); in pfatal() 147 vmsg(0, fmt, ap); in pwarn() 157 vmsg(1, fmt, ap); in perr() 167 vmsg(1, fmt, ap); in panic()
|
| /freebsd-13.1/sys/dev/mpt/ |
| H A D | mpt.h | 1131 void mpt_print_reply(void *vmsg); 1133 void mpt_print_config_reply(void *vmsg); 1136 void mpt_print_config_request(void *vmsg); 1137 void mpt_print_request(void *vmsg);
|
| H A D | mpt_debug.c | 490 mpt_print_reply(void *vmsg) in mpt_print_reply() argument 492 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply()
|