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

/freebsd-11.0-release/sys/sys/
H A Dfiledesc.h171 int fdalloc(struct thread *td, int minfd, int *result);
/freebsd-11.0-release/sys/kern/
H A Dkern_descrip.c856 if ((error = fdalloc(td, new, &new)) != 0)
868 * fdalloc(), because the file descriptor table may be
1628 fdalloc(struct thread *td, int minfd, int *result) function
1697 if (fdalloc(td, 0, &fds[i]) != 0)
1814 if ((error = fdalloc(td, 0, fd))) {
2914 error = fdalloc(td, 0, &indx);

Completed in 62 milliseconds