| /src/sys/ddb/ |
| db_interface.h | 120 vlog(LOG_INFO, fmt, ap);
|
| db_interface.h | 120 vlog(LOG_INFO, fmt, ap);
|
| /src/sys/sys/ |
| syslog.h | 242 void vlog(int, const char *, __va_list) __printflike(2, 0);
|
| syslog.h | 242 void vlog(int, const char *, __va_list) __printflike(2, 0);
|
| /src/sys/ufs/lfs/ |
| lfs_debug.c | 328 vlog(LOG_DEBUG, fmt, ap);
|
| lfs_debug.c | 328 vlog(LOG_DEBUG, fmt, ap);
|
| /src/sys/net/ |
| radix.c | 362 vlog(LOG_DEBUG, fmt, ap);
|
| radix.c | 362 vlog(LOG_DEBUG, fmt, ap);
|
| /src/sys/kern/ |
| subr_prf.c | 325 * vlog: write to the log buffer [already have va_list] 329 vlog(int level, const char *fmt, va_list ap) function in typeref:typename:void
|
| subr_prf.c | 325 * vlog: write to the log buffer [already have va_list] 329 vlog(int level, const char *fmt, va_list ap) function in typeref:typename:void
|