Searched refs:Sfd (Results 1 - 6 of 6) sorted by relevance
/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 | 199 Sfd = open("_sacpipe", O_RDWR); 200 if (Sfd < 0) 967 if (read(Sfd, pp, sizeof (pmmsg)) < 0) { 981 ret = read(Sfd, Scratch,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsac.c | 81 * -- Pfd, Sfd are global file descriptors for pmpipe, sacpipe 87 extern int Pfd, Sfd; 89 Sfd = open(SACPIPE, O_WRONLY); 90 if (Sfd < 0) 98 log("fd(sacpipe)\t = %d",Sfd); 246 while (write(Sfd, &pmmsg, sizeof(pmmsg)) != sizeof(pmmsg)) {
|
H A D | tmglobal.c | 41 int Sfd, Pfd; /* for sacpipe and pmpipe */ variable
|
H A D | tmextern.h | 132 extern int Sfd, Pfd;
|
Completed in 353 milliseconds