Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c65 extern void debug_print(int, const char *, ...);
78 debug_print(2, "cfgadm message: %s", message); in message_output()
130 debug_print(0, in cfgadm_cmd_wrapper()
201 debug_print(2, in event_process()
275 debug_print(2, in notify_hotplug()
288 debug_print(2, in notify_hotplug()
291 debug_print(2, in notify_hotplug()
297 debug_print(2, in notify_hotplug()
303 debug_print(2, in notify_hotplug()
315 debug_print(2, in notify_hotplug()
[all …]
H A Dacpihpd.c71 void debug_print(int, const char *, ...);
119 debug_print(2, "daemon is running."); in main()
162 debug_print(0, "could not create pid file: %s", 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()
258 debug_print(2, "acpihpd_init"); in acpihpd_init()
261 debug_print(2, "could not bind to sysevent."); in acpihpd_init()
266 debug_print(2, "could not subscribe an event."); in acpihpd_init()
278 debug_print(2, "acpihpd_fini"); in acpihpd_fini()
289 debug_print(2, "*** got an event ***"); in acpihpd_event()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h197 void debug_print(int l, char *fmt, ...);
198 #define DPRINT debug_print
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3788 debug_print(debug_level_t msglevel, const char *fmt, va_list ap) in debug_print() function
3850 debug_print(msglevel, fmt, ap); in dprintf()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c581 debug_print(int l, char *fmt, ...) in debug_print() function