Home
last modified time | relevance | path

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

/titanic_50/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 …]
/titanic_50/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()