Searched defs:check_hup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c53 static int check_hup();
86 if (check_hup(PCpipe[1])) {
642 * check_hup(fd) - do a poll on fd to check if it is in hangup state
647 check_hup(fd) function
660 log("check_hup: poll failed: %s", strerror(errno));

Completed in 43 milliseconds