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

/osnet-11/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...]
/osnet-11/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);
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c96 static FILE *debug_fp; variable
117 debug_fp = stdout;
119 debug_fp = stderr;
121 debug_fp = fopen(cp, "a");
123 if (debug_fp)
124 (void) setvbuf(debug_fp, NULL, _IOLBF, BUFSIZ);
638 if (debug_fp != NULL)
902 if (debug_fp) {
903 (void) fprintf(debug_fp, "%u: ", thr_self());
904 (void) vfprintf(debug_fp, forma
[all...]

Completed in 27 milliseconds