Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c77 static FILE *debug_fp; variable
1607 return (debug_fp != NULL); in debugging()
1614 debug_fp = stderr; in debugging()
1616 if ((debug_fp = fopen(ep, "a")) == NULL) in debugging()
1692 (void) fflush(debug_fp); in dump_ioctl()
1708 (void) fflush(debug_fp); in dump_ioctl_res()
1748 (void) fprintf(debug_fp, "\n"); in dump_ioctl_res()
1773 (void) fprintf(debug_fp, " page_size=%#x " in dump_ioctl_res()
1778 (void) fprintf(debug_fp, " memctl=%#llx " in dump_ioctl_res()
1793 (void) fprintf(debug_fp, " base=%u npgs=%u" in dump_ioctl_res()
[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); 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()