Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_descrip.c116 static int getmaxfd(struct thread *td);
339 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()
861 getmaxfd(struct thread *td) in getmaxfd() function
899 maxfd = getmaxfd(td); in kern_dup()
1910 maxfd = getmaxfd(td); in fdalloc()
5139 return getmaxfd(td); in ff_getmaxfd()