Searched refs:Sfd (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsac.c | 82 Sfd = open(SACPIPE, O_WRONLY); in openpipes() 83 if (Sfd < 0) in openpipes() 91 log("fd(sacpipe)\t = %d", Sfd); in openpipes() 233 while (write(Sfd, &pmmsg, sizeof (pmmsg)) != in sacpoll()
|
H A D | tmglobal.c | 41 int Sfd, Pfd; /* for sacpipe and pmpipe */ variable
|
H A D | tmextern.h | 182 extern int Sfd, Pfd;
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | global.c | 62 int Sfd; /* _sacpipe file descriptor */ variable
|
H A D | extern.h | 79 extern int Sfd;
|
H A D | sac.c | 197 Sfd = open("_sacpipe", O_RDWR); in initialize() 198 if (Sfd < 0) in initialize() 965 if (read(Sfd, pp, sizeof (pmmsg)) < 0) { in readpipe() 979 ret = read(Sfd, Scratch, (pp->pm_size > SIZE) ? in readpipe()
|