Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_descrip.c115 static int getmaxfd(struct thread *td);
350 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()
920 getmaxfd(struct thread *td) in getmaxfd() function
958 maxfd = getmaxfd(td); in kern_dup()
2004 maxfd = getmaxfd(td); in fdalloc()