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

/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c379 extern FILE *commdout; /* debug output file for the commd */
407 if (commdout == NULL) {
413 (void) fprintf(commdout, "[%s]",
418 (void) vfprintf(commdout, message, ap);
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)
282 (void) fflush(commdout);
431 /* if commdout is non-NULL it is an open FILE, we'd better close it */
432 if (commdout != (FILE *)NULL) {
433 (void) fclose(commdout);
442 commdout
[all...]

Completed in 67 milliseconds