Searched refs:getmaxfd (Results 1 – 2 of 2) sorted by relevance
41 getmaxfd(void) in getmaxfd() function131 maxfd = getmaxfd(); in main()
116 static int getmaxfd(struct thread *td);350 td->td_retval[0] = getmaxfd(td); in sys_getdtablesize()1033 getmaxfd(struct thread *td) in getmaxfd() function1071 maxfd = getmaxfd(td); in kern_dup()2112 maxfd = getmaxfd(td); in fdalloc()