Searched refs:efds (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | chkinput.c | 88 int ifds, ofds, efds, n; in _chkinput() local 92 ofds = efds = 0; in _chkinput() 94 n = select(20, &ifds, &ofds, &efds, &tv); in _chkinput()
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | dump.c | 144 char efds[MSG_ENV_AUD_FD_SIZE + 10]; in dump() local 154 (void) snprintf(efds, (MSG_ENV_AUD_FD_SIZE + 10), in dump() 167 if ((putenv(efds) != 0) || (putenv(eflg) != 0) || in dump()
|
H A D | depend.c | 244 char efds[MSG_ENV_AUD_FD_SIZE + 10]; in depend() local 254 (void) snprintf(efds, (MSG_ENV_AUD_FD_SIZE + 10), in depend() 280 if ((putenv(efds) != 0) || (putenv(crle->c_audit) != 0) || in depend()
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | hald.c | 303 fd_set efds; in parent_wait_for_child() local 325 FD_ZERO(&efds); in parent_wait_for_child() 326 FD_SET(child_fd, &efds); in parent_wait_for_child() 331 retval = select (child_fd + 1, &rfds, NULL, &efds, &tv); in parent_wait_for_child()
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_util.c | 354 fd_set efds; in ndmpd_select() local 382 FD_ZERO(&efds); in ndmpd_select() 394 FD_SET(handler->fh_fd, &efds); in ndmpd_select() 397 n = select(FD_SETSIZE, &rfds, &wfds, &efds, &timeout); in ndmpd_select() 426 if (FD_ISSET(handler->fh_fd, &efds) && in ndmpd_select() 459 if (FD_ISSET(handler->fh_fd, &efds)) { in ndmpd_select() 461 FD_CLR(handler->fh_fd, &efds); in ndmpd_select()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 736 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() argument 763 n = select(nfds, rfds, wfds, efds, tvp); in pselect() 774 else if (efds != NULL) in pselect() 775 ctx = ((__evEmulMask *)efds)->ctx; in pselect()
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 1099 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() argument 1113 n = select(nfds, rfds, wfds, efds, tvp); in pselect()
|