Searched refs:debug_print (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/acpihpd/ |
H A D | notify.c | 65 extern void debug_print(int, const char *, ...); 78 debug_print(2, "cfgadm message: %s", message); in message_output() 97 debug_print(2, "plat_opt_str_alloc = '%s'", opt); in plat_opt_str_alloc() 109 debug_print(2, "plat_opt_str_alloc = '%s'", opt); in plat_opt_str_alloc() 130 debug_print(0, in cfgadm_cmd_wrapper() 140 debug_print(0, "cfgadm('connect', '%s') failed, " in cfgadm_cmd_wrapper() 149 debug_print(0, "cfgadm('configure', '%s') failed, " in cfgadm_cmd_wrapper() 158 debug_print(0, "cfgadm('assign', '%s') failed, " in cfgadm_cmd_wrapper() 167 debug_print(0, "cfgadm('poweron', '%s') failed, " in cfgadm_cmd_wrapper() 176 debug_print(0, "cfgadm('passthru', '%s') failed, " in cfgadm_cmd_wrapper() [all …]
|
H A D | acpihpd.c | 71 void debug_print(int, const char *, ...); 109 debug_print(0, "%s could not startup!", g_prog_name); in main() 115 debug_print(0, "%s could not startup!", g_prog_name); in main() 119 debug_print(2, "daemon is running."); in main() 136 debug_print(0, "must be root to execute %s", g_prog_name); in daemon_init() 162 debug_print(0, "could not create pid file: %s", in daemon_init() 169 debug_print(0, "another acpihpd is already running"); in daemon_init() 171 debug_print(0, "could not lock pid file"); in daemon_init() 184 debug_print(0, "pid file write failed: %s", in daemon_init() 191 debug_print(2, "could not set signal handler(SIGTERM)"); in daemon_init() [all …]
|
/titanic_50/usr/src/lib/libshell/common/scripts/ |
H A D | shman.sh | 51 function debug_print function 204 debug_print -f "match: %s\n" "${match}" 223 debug_print -f "match: %s\n" "${match}" 382 debug_print -f "# searching for %s ...\n" "${manname}"
|
/titanic_50/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 197 void debug_print(int l, char *fmt, ...); 198 #define DPRINT debug_print
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 3787 debug_print(debug_level_t msglevel, const char *fmt, va_list ap) in debug_print() function 3849 debug_print(msglevel, fmt, ap); in dprintf()
|
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 581 debug_print(int l, char *fmt, ...) in debug_print() function
|