Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/saf/
H A Dglobal.c63 int Cfd; /* command pipe file descriptor */ variable
H A Dmisc.c96 fds.fd = Cfd; in sigpoll()
103 if (read(Cfd, ap, sizeof(struct admcmd)) < 0) { in sigpoll()
383 if (write(Cfd, p, (unsigned) ak->ak_size) != ak->ak_size) in sigpoll()
480 if (write(Cfd, ap, sizeof(struct admack)) != sizeof(struct admack))
H A Dextern.h80 extern int Cfd;
H A Dsac.c207 Cfd = mk_cmd_pipe(); in initialize()
1125 if (ioctl(Cfd, I_SETSIG, S_INPUT) < 0) in startpoll()