Searched refs:Pmpipefd (Results 1 – 1 of 1) sorted by relevance
140 int Pmpipefd; /* pipe FROM sac process (fd 2) */ variable449 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()1012 while ((length = read(Pmpipefd, &sacmsg, sizeof(sacmsg))) != 0) { in check_sac_mesg()1343 (void) close(Pmpipefd);