Searched refs:debug_fp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c79 static FILE *debug_fp; variable
1609 return (debug_fp != NULL);
1616 debug_fp = stderr;
1618 if ((debug_fp = fopen(ep, "a")) == NULL)
1621 (void) fprintf(debug_fp, "\nDebug started, pid=%d\n", (int)getpid());
1635 (void) fprintf(debug_fp, "IOCTL: AC_MEM_CONFIGURE\n");
1639 (void) fprintf(debug_fp, "IOCTL: AC_MEM_UNCONFIGURE\n");
1643 (void) fprintf(debug_fp, "IOCTL: AC_MEM_TEST_START\n");
1650 (void) fprintf(debug_fp, "IOCTL: AC_MEM_TEST_STOP handle=%#x "
1658 (void) fprintf(debug_fp, "IOCT
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c43 static FILE *debug_fp; variable
52 return (debug_fp != NULL);
59 debug_fp = stderr;
61 if ((debug_fp = fopen(ep, "a")) == NULL)
64 (void) fprintf(debug_fp, "\nDebug started, pid=%d\n", (int)getpid());
78 (void) vfprintf(debug_fp, fmt, ap);

Completed in 61 milliseconds