Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_descrip.c120 static int getmaxfd(struct thread *td);
343 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()
904 getmaxfd(struct thread *td) in getmaxfd() function
942 maxfd = getmaxfd(td); in kern_dup()
1992 maxfd = getmaxfd(td); in fdalloc()