Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c379 extern FILE *commdout; /* debug output file for the commd */
407 if (commdout == NULL) { in commd_debug()
413 (void) fprintf(commdout, "[%s]", in commd_debug()
418 (void) vfprintf(commdout, message, ap); in commd_debug()
H A Dmdmn_commd_server.c125 FILE *commdout; /* debug output for the commd */ variable
203 if (commdout != (FILE *)NULL) { \
204 (void) fflush(commdout); \
205 (void) fsync(fileno(commdout)); \
250 if (commdout == (FILE *)NULL) in flush_fcout()
282 (void) fflush(commdout); in flush_fcout()
432 if (commdout != (FILE *)NULL) { in setup_debug()
433 (void) fclose(commdout); in setup_debug()
442 commdout = fopen(commdoutfile, "a"); in setup_debug()
447 ((commdout = fopen(commdoutfile, "a")) == (FILE *)NULL)) { in setup_debug()
[all …]