Home
last modified time | relevance | path

Searched refs:Sfd (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ttymon/
H A Dtmsac.c87 extern int Pfd, Sfd; in openpipes()
89 Sfd = open(SACPIPE, O_WRONLY); in openpipes()
90 if (Sfd < 0) in openpipes()
98 log("fd(sacpipe)\t = %d",Sfd); in openpipes()
246 while (write(Sfd, &pmmsg, sizeof(pmmsg)) != sizeof(pmmsg)) { in sacpoll()
H A Dtmglobal.c41 int Sfd, Pfd; /* for sacpipe and pmpipe */ variable
H A Dtmextern.h132 extern int Sfd, Pfd;
/titanic_41/usr/src/cmd/saf/
H A Dglobal.c62 int Sfd; /* _sacpipe file descriptor */ variable
H A Dextern.h79 extern int Sfd;
H A Dsac.c199 Sfd = open("_sacpipe", O_RDWR); in initialize()
200 if (Sfd < 0) in initialize()
967 if (read(Sfd, pp, sizeof (pmmsg)) < 0) { in readpipe()
981 ret = read(Sfd, Scratch, in readpipe()