Home
last modified time | relevance | path

Searched refs:lastfd (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/kern/pipe/
H A Dpipe_overcommit2_test.c47 int lastfd, pipes[10000], returnval; in main() local
50 lastfd = -1; in main()
60 lastfd = returnval; in main()
72 close(lastfd); in main()
/freebsd/sbin/nos-tun/
H A Dnos-tun.c257 int lastfd; /* highest fd we care about */ in main() local
341 lastfd = tun; in main()
343 lastfd = net; in main()
350 nfds = select(lastfd+1,&rfds,NULL,NULL,NULL); in main()