Searched refs:getmaxfd (Results 1 – 1 of 1) sorted by relevance
118 static int getmaxfd(struct thread *td);353 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()923 getmaxfd(struct thread *td) in getmaxfd() function961 maxfd = getmaxfd(td); in kern_dup()2005 maxfd = getmaxfd(td); in fdalloc()