Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Docloexec_verify.c41 getmaxfd(void) in getmaxfd() function
131 maxfd = getmaxfd(); in main()
/freebsd/sys/kern/
H A Dkern_descrip.c116 static int getmaxfd(struct thread *td);
350 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()
1033 getmaxfd(struct thread *td) in getmaxfd() function
1071 maxfd = getmaxfd(td); in kern_dup()
2112 maxfd = getmaxfd(td); in fdalloc()