Searched defs:sc_warnfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c81 int sc_warnfd; /* file descriptor for warnings */ member in struct:shadow_conspiracy
118 if ((scp)->sc_warnfd < 0)
121 _shadow_dprintf(scp->sc_warnfd, __FILE__, fmt, ap);
709 scp->sc_warnfd = open(path, O_RDWR | O_APPEND, 0640);
710 if (scp->sc_warnfd < 0)
725 if (scp->sc_warnfd >= 0) {
726 (void) close(scp->sc_warnfd);
727 scp->sc_warnfd = -1;
1150 scp->sc_debugfd = scp->sc_warnfd = -1;

Completed in 30 milliseconds