Searched refs:vaddlog (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsyslog.h326 int vaddlog(const char *, va_list);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c104 /* for vaddlog(): the following are implemented in osfmk/kern/printf.c */
294 vaddlog(fmt, ap);
305 vaddlog(const char *fmt, va_list ap) function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c38 #include <sys/syslog.h> /* for vaddlog() */
84 char fmt[MAX_FMT_LEN]; /* Format string to use with vaddlog */
187 vaddlog(fmt, vargs);

Completed in 16 milliseconds