Searched refs:getmaxfd (Results 1 – 1 of 1) sorted by relevance
115 static int getmaxfd(struct thread *td);350 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()920 getmaxfd(struct thread *td) in getmaxfd() function958 maxfd = getmaxfd(td); in kern_dup()2004 maxfd = getmaxfd(td); in fdalloc()