Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c79 static FILE *debug_fp; variable
1609 return (debug_fp != NULL); in debugging()
1616 debug_fp = stderr; in debugging()
1618 if ((debug_fp = fopen(ep, "a")) == NULL) in debugging()
1621 (void) fprintf(debug_fp, "\nDebug started, pid=%d\n", (int)getpid()); in debugging()
1635 (void) fprintf(debug_fp, "IOCTL: AC_MEM_CONFIGURE\n"); in dump_ioctl()
1639 (void) fprintf(debug_fp, "IOCTL: AC_MEM_UNCONFIGURE\n"); in dump_ioctl()
1643 (void) fprintf(debug_fp, "IOCTL: AC_MEM_TEST_START\n"); in dump_ioctl()
1650 (void) fprintf(debug_fp, "IOCTL: AC_MEM_TEST_STOP handle=%#x " in dump_ioctl()
1658 (void) fprintf(debug_fp, "IOCTL: AC_MEM_TEST_READ handle=%#x " in dump_ioctl()
[all …]
/onnv-gate/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c96 static FILE *debug_fp; variable
117 debug_fp = stdout; in init()
119 debug_fp = stderr; in init()
121 debug_fp = fopen(cp, "a"); in init()
123 if (debug_fp) in init()
124 (void) setvbuf(debug_fp, NULL, _IOLBF, BUFSIZ); in init()
638 if (debug_fp != NULL) in send_update()
902 if (debug_fp) { in dprint()
903 (void) fprintf(debug_fp, "%u: ", thr_self()); in dprint()
904 (void) vfprintf(debug_fp, format, ap); in dprint()
/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c43 static FILE *debug_fp; variable
52 return (debug_fp != NULL); in debugging()
59 debug_fp = stderr; in debugging()
61 if ((debug_fp = fopen(ep, "a")) == NULL) in debugging()
64 (void) fprintf(debug_fp, "\nDebug started, pid=%d\n", (int)getpid()); in debugging()
78 (void) vfprintf(debug_fp, fmt, ap); in dbg()