Searched refs:fd_setsize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/usr.sbin/rpc.ypupdated/ |
| D | ypupdated_main.c | 129 int fd_setsize = _rpc_dtablesize(); in ypupdated_svc_run() local 140 switch (select(fd_setsize, &readfds, NULL, NULL, in ypupdated_svc_run()
|
| /freebsd-9-stable/usr.sbin/rpc.ypxfrd/ |
| D | ypxfrd_main.c | 132 int fd_setsize = _rpc_dtablesize(); in ypxfrd_svc_run() local 143 switch (select(fd_setsize, &readfds, NULL, NULL, in ypxfrd_svc_run()
|
| /freebsd-9-stable/usr.sbin/ypserv/ |
| D | yp_main.c | 139 int fd_setsize = _rpc_dtablesize(); in yp_svc_run() local 156 switch (select(fd_setsize, &readfds, NULL, NULL, in yp_svc_run()
|