Searched refs:PCpipe (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | ttymon.c | 716 if (pipe(PCpipe) == -1) in setup_PCpipe() 720 if (fcntl(PCpipe[0], F_SETFD, 1) == -1) in setup_PCpipe() 723 if (fcntl(PCpipe[1], F_SETFD, 1) == -1) in setup_PCpipe() 727 if (fcntl(PCpipe[0], F_GETFL, flag) == -1) in setup_PCpipe() 731 if (fcntl(PCpipe[0], F_SETFL, flag) == -1) in setup_PCpipe() 735 if (ioctl(PCpipe[0], I_SRDOPT, RMSGD) == -1) in setup_PCpipe() 739 if (ioctl(PCpipe[0], I_SETSIG, S_INPUT) == -1) in setup_PCpipe() 743 log("PCpipe[0]\t = %d", PCpipe[0]); in setup_PCpipe() 744 log("PCpipe[1]\t = %d", PCpipe[1]); in setup_PCpipe()
|
H A D | tmchild.c | 73 (void) close(PCpipe[0]); /* close parent end of the pipe */ in tmchild() 74 if (ioctl(PCpipe[1], I_SETSIG, S_HANGUP) == -1) { in tmchild() 82 if (check_hup(PCpipe[1])) { in tmchild() 520 inform_parent(PCpipe[1]); in invoke_service()
|
H A D | tmhandler.c | 338 (void) close(PCpipe[0]); in state_change() 339 (void) close(PCpipe[1]); in state_change() 506 pfd[0].fd = PCpipe[0]; in sigpoll_catch()
|
H A D | tmglobal.c | 42 int PCpipe[2]; /* pipe between Parent & Children */ variable
|
H A D | tmextern.h | 183 extern int PCpipe[];
|