Searched defs:debug_print (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshman.sh51 function debug_print function
181 # debug_print -- "${mandirs[@]}"
192 # debug_print -- "mansects=${mansects[@]}"
204 debug_print -f "match: %s\n" "${match}"
223 debug_print -f "match: %s\n" "${match}"
241 #debug_print -- "${mandirs[@]}"
252 # debug_print -- "mansects=${mansects[@]}"
284 #debug_print -- "${mandirs[@]}"
382 debug_print -f "# searching for %s ...\n" "${manname}"
/illumos-gate/usr/src/cmd/acpihpd/
H A Dacpihpd.c71 void debug_print(int, const char *, ...);
109 debug_print(0, "%s could not startup!", g_prog_name);
115 debug_print(0, "%s could not startup!", g_prog_name);
119 debug_print(2, "daemon is running.");
136 debug_print(0, "must be root to execute %s", g_prog_name);
162 debug_print(0, "could not create pid file: %s",
169 debug_print(0, "another acpihpd is already running");
171 debug_print(0, "could not lock pid file");
184 debug_print(0, "pid file write failed: %s",
191 debug_print(
296 debug_print(int level, const char *fmt, ...) function
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3787 debug_print(debug_level_t msglevel, const char *fmt, va_list ap) function
3849 debug_print(msglevel, fmt, ap);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c581 debug_print(int l, char *fmt, ...) function

Completed in 100 milliseconds