/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select.c | 253 if ((p->revents & (POLLHUP|POLLERR)) && in pselect() 263 if ((p->revents & (POLLHUP|POLLERR)) && in pselect() 273 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
|
H A D | select_large_fdset.c | 302 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset() 312 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset() 322 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset()
|
/titanic_41/usr/src/cmd/ptools/pwait/ |
H A D | pwait.c | 157 if (pfd->revents & POLLHUP) { in main() 174 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL)) in main()
|
/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
H A D | ssh-http-proxy-connect.c | 265 } else if (fds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main() 276 } else if (fds[1].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | poll.h | 70 #define POLLHUP 0x0010 /* fd has been hung up on */ macro
|
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
H A D | ssh-socks5-proxy-connect.c | 363 } else if (fds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main() 374 } else if (fds[1].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | wait.c | 276 if ((pe.portev_events & POLLHUP) == POLLHUP) { in wait_thread()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 206 if (strstr(str, "POLLHUP")) events |= POLLHUP; in poll_strtoevents() 228 if (events & POLLHUP) s=mystpcpy(s, "POLLHUP|"); in poll_eventstostr()
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | streamio.c | 66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | msgs.c | 92 if ((md->event & POLLHUP) && !(md->event & POLLIN) || in take_message()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 95 if (fds[0].revents & POLLHUP) { in poll_data()
|
H A D | tmchild.c | 654 pfd[0].events = POLLHUP; 664 if (pfd[0].revents & POLLHUP) {
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 597 if (!(fdp[master].revents & (POLLERR | POLLHUP | POLLNVAL))) { in HelperRead() 627 if (!(fdp[inputsocket].revents & (POLLERR | POLLHUP | in HelperRead()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
H A D | cvcd.c | 632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { 638 (revents & POLLHUP) ? " hangup" : "",
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 875 return (POLLHUP); in __poll_event() 892 if ((ctx->pollfds[fd].events & ~POLLHUP) == 0) { in __fd_clr() 923 if ((ctx->pollfds[fd].events & ~POLLHUP) != 0) { in __fd_set()
|
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 273 if (pfd.revents & (POLLHUP | POLLERR)) { in exs_server() 388 if (pfd.revents & (POLLHUP | POLLERR)) { in exs_listen()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 337 if ((pfd->revents & (POLLHUP|POLLERR)) == 0) { in process_terminated_methods()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 698 if (pfd[0].revents & (POLLIN|POLLHUP)) { in readwrite() 720 if (!dflag && (pfd[1].revents & (POLLIN|POLLHUP))) { in readwrite()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 838 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop() 856 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
|
/titanic_41/usr/src/cmd/consadm/ |
H A D | consadm.c | 796 if ((fds[index].revents & POLLHUP) == in fallbackdaemon() 797 POLLHUP) { in fallbackdaemon()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 491 if (cvcd_pfd[j].revents & (POLLERR|POLLHUP|POLLNVAL)) { 498 (cvcd_pfd[j].revents & POLLHUP) ?
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vldc.c | 299 pollevents = POLLHUP; in i_vldc_cb() 329 pollevents = POLLHUP; in i_vldc_cb() 727 pollwakeup(&vport->poll, POLLHUP); in i_vldc_remove_port() 1710 *reventsp |= POLLHUP; in vldc_chpoll()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 282 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response() 440 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socknotify.c | 153 pollev = (pollev | POLLHUP) & ~POLLOUT; in so_notify_disconnected()
|