Home
last modified time | relevance | path

Searched refs:msglevel (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/efcode/engine/
H A Ddebug.c67 output_data_stack(fcode_env_t *env, int msglevel) in output_data_stack() argument
71 log_message(msglevel, "( "); in output_data_stack()
74 log_message(msglevel, "%llx ", in output_data_stack()
77 log_message(msglevel, "<empty> "); in output_data_stack()
78 log_message(msglevel, ") "); in output_data_stack()
82 output_return_stack(fcode_env_t *env, int show_wa, int msglevel) in output_return_stack() argument
87 log_message(msglevel, "R:( "); in output_return_stack()
89 log_message(msglevel, "%s ", in output_return_stack()
95 log_message(msglevel, "%s ", acf_backup_search(env, IP)); in output_return_stack()
99 log_message(msglevel, "%s ", in output_return_stack()
[all …]
/titanic_44/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c1659 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()
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3787 debug_print(debug_level_t msglevel, const char *fmt, va_list ap) in debug_print() argument
3823 if (_devlink_debug < msglevel) in debug_print()
3825 if ((_devlink_debug == DBG_LCK) && (msglevel != _devlink_debug)) in debug_print()
3829 if (msglevel == DBG_ERR) { in debug_print()
3840 dprintf(debug_level_t msglevel, const char *fmt, ...) in dprintf() argument
3844 assert(msglevel > 0); in dprintf()
3849 debug_print(msglevel, fmt, ap); in dprintf()
H A Ddevinfo.c69 void dprint(di_debug_t msglevel, const char *fmt, ...);
3934 msglevel2str(di_debug_t msglevel) in msglevel2str() argument
3936 switch (msglevel) { in msglevel2str()
3953 dprint(di_debug_t msglevel, const char *fmt, ...) in dprint() argument
3961 if (di_debug < msglevel) in dprint()
3964 estr = msglevel2str(msglevel); in dprint()
H A Ddevinfo_devlink.h413 static void dprintf(debug_level_t msglevel, const char *fmt, ...);
/titanic_44/usr/src/uts/common/io/
H A Ddevinfo.c333 static void di_cache_print(di_cache_debug_t msglevel, char *fmt, ...);
4231 di_cache_print(di_cache_debug_t msglevel, char *fmt, ...) in di_cache_print() argument
4238 if (di_cache_debug < msglevel) in di_cache_print()
4241 switch (msglevel) { in di_cache_print()
4243 msglevel = CE_WARN; in di_cache_print()
4248 msglevel = CE_NOTE; in di_cache_print()
4253 vcmn_err(msglevel, fmt, ap); in di_cache_print()