Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_descrip.c112 static int getmaxfd(struct thread *td);
809 getmaxfd(struct thread *td) in getmaxfd() function
846 maxfd = getmaxfd(td); in kern_dup()
1830 maxfd = getmaxfd(td); in fdalloc()