Searched refs:msglevel (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/ |
H A D | usbskel.c | 1659 usbskel_log(usbskel_state_t *usbskelp, int msglevel, char *formatarg, ...) in usbskel_log() argument 1663 if (msglevel <= usbskel_errlevel) { in usbskel_log() 1675 if (msglevel == USBSKEL_LOG_LOG) { in usbskel_log()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 3788 debug_print(debug_level_t msglevel, const char *fmt, va_list ap) in debug_print() argument 3824 if (_devlink_debug < msglevel) in debug_print() 3826 if ((_devlink_debug == DBG_LCK) && (msglevel != _devlink_debug)) in debug_print() 3830 if (msglevel == DBG_ERR) { in debug_print() 3841 dprintf(debug_level_t msglevel, const char *fmt, ...) in dprintf() argument 3845 assert(msglevel > 0); in dprintf() 3850 debug_print(msglevel, fmt, ap); in dprintf()
|
H A D | devinfo.c | 70 void dprint(di_debug_t msglevel, const char *fmt, ...); 3936 msglevel2str(di_debug_t msglevel) in msglevel2str() argument 3938 switch (msglevel) { in msglevel2str() 3955 dprint(di_debug_t msglevel, const char *fmt, ...) in dprint() argument 3963 if (di_debug < msglevel) in dprint() 3966 estr = msglevel2str(msglevel); in dprint()
|
H A D | devinfo_devlink.h | 413 static void dprintf(debug_level_t msglevel, const char *fmt, ...);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 335 static void di_cache_print(di_cache_debug_t msglevel, char *fmt, ...); 4233 di_cache_print(di_cache_debug_t msglevel, char *fmt, ...) in di_cache_print() argument 4240 if (di_cache_debug < msglevel) in di_cache_print() 4243 switch (msglevel) { in di_cache_print() 4245 msglevel = CE_WARN; in di_cache_print() 4250 msglevel = CE_NOTE; in di_cache_print() 4255 vcmn_err(msglevel, fmt, ap); in di_cache_print()
|