Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dfiledesc.h173 int fdalloc(struct thread *td, int minfd, int *result);
/freebsd-12.1/sys/kern/
H A Dkern_descrip.c874 if ((error = fdalloc(td, new, &new)) != 0) { in kern_dup()
1743 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() function
1812 if (fdalloc(td, 0, &fds[i]) != 0) in fdallocn()
1934 if ((error = fdalloc(td, 0, fd))) { in finstall()
3066 error = fdalloc(td, 0, &indx); in dupfdopen()