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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h294 /*! @function IOLogv
296 @discussion This function allows a driver to log diagnostic information to the screen during verbose boots, and to a log file found at /var/log/system.log. IOLogv should not be called from interrupt context.
300 void IOLogv(const char *format, va_list ap);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp977 IOLogv(format, ap);
981 void IOLogv(const char *format, va_list ap) function
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c1844 IOLogv(fmt, args);

Completed in 148 milliseconds