Lines Matching refs:firstfd
56 int firstfd, lastfd; in _hurd_select() local
224 firstfd = i == 0 ? lastfd : 0; in _hurd_select()
248 firstfd = lastfd = -1; in _hurd_select()
279 if (firstfd == -1) in _hurd_select()
280 firstfd = i; in _hurd_select()
305 if (firstfd == -1) in _hurd_select()
318 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()
332 if (firstfd == lastfd && sigport == MACH_PORT_NULL) in _hurd_select()
425 if (timeout != NULL && firstfd == -1) in _hurd_select()
497 if (firstfd != -1) in _hurd_select()
498 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()
546 if (firstfd != -1) in _hurd_select()
547 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()
559 if ((firstfd == -1 && sigport == MACH_PORT_NULL) in _hurd_select()
560 || ((firstfd != lastfd || sigport != MACH_PORT_NULL) && portset != MACH_PORT_NULL)) in _hurd_select()
614 if (firstfd != -1) in _hurd_select()
615 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()