Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c140 int Pmpipefd; /* pipe FROM sac process (fd 2) */ variable
449 if ((Pmpipefd = open(PMPIPE, O_RDWR|O_NDELAY)) != 2) { in init_files()
909 sp->fd = Pmpipefd; in listen()
939 if (sp->fd == Pmpipefd) { in listen()
1017 while ((length = read(Pmpipefd, &sacmsg, sizeof(sacmsg))) != 0) { in check_sac_mesg()
1349 (void) close(Pmpipefd);