Home
last modified time | relevance | path

Searched refs:CFGA_TRACE2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1155 CFGA_TRACE2((stdout, "wait_for_child[%d]: child[%d]\n", in wait_for_child()
1172 CFGA_TRACE2((stdout, "waitpid[%d]: child[%d]: " in wait_for_child()
1178 CFGA_TRACE2((stdout, "waitpid[%d]: child[%d]: " in wait_for_child()
1198 CFGA_TRACE2((stdout, "child[%d]: Entering wait_cleanup\n", s_getpid())); in wait_and_cleanup()
1227 CFGA_TRACE2((stdout, "child[%d]: _exit(0)\n", s_getpid())); in wait_and_cleanup()
H A Dcfga_scsi.h360 #define CFGA_TRACE2(args) (void) ((_scfga_debug >= 2) ? fprintf args : 0) macro