Home
last modified time | relevance | path

Searched refs:sc_fd (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/saf/
H A Dsac.c245 sp->sc_fd = open(Scratch, O_RDWR); in startpms()
246 if (sp->sc_fd < 0) { in startpms()
399 sp->sc_fd = open(Scratch, O_RDWR); in startpm()
400 if (sp->sc_fd < 0) { in startpm()
888 (void) close(sp->sc_fd); in pollfail()
916 (void) close(sp->sc_fd); in pollfail()
920 (void) close(sp->sc_fd); in pollfail()
H A Dstructs.h55 int sc_fd; /* _pmpipe fd */ member
H A Dreadtab.c292 (void) close(sp->sc_fd); in purge()
H A Dmisc.c504 if (write(sp->sc_fd, sm, sizeof(struct sacmsg)) != sizeof(struct sacmsg)) {