Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfiledesc.h259 int fdalloc(struct thread *td, int minfd, int *result);
/freebsd/sys/kern/
H A Dkern_descrip.c988 if ((error = fdalloc(td, new, &new)) != 0) { in kern_dup()
997 * fdalloc(), because the file descriptor table may be in kern_dup()
1990 fdalloc(struct thread *td, int minfd, int *result) in fdalloc()
2057 if (fdalloc(td, 0, &fds[i]) != 0) in fdallocn()
2188 error = fdalloc(td, 0, fd); in finstall_refed()
3763 error = fdalloc(td, 0, &indx); in dupfdopen()
1989 fdalloc(struct thread *td, int minfd, int *result) fdalloc() function