Searched refs:fdalloc (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | filedesc.h | 246 int fdalloc(struct thread *td, int minfd, int *result);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 928 if ((error = fdalloc(td, new, &new)) != 0) { in kern_dup() 1896 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() function 1963 if (fdalloc(td, 0, &fds[i]) != 0) in fdallocn() 2094 error = fdalloc(td, 0, fd); in finstall_refed() 3609 error = fdalloc(td, 0, &indx); in dupfdopen() 5132 fdalloc(td, 0, &result); in ff_fdused_range()
|