Searched refs:fdalloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | filedesc.h | 261 int fdalloc(struct thread *td, int minfd, int *result);
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_descrip.c | 990 if ((error = fdalloc(td, new, &new)) != 0) { in kern_dup() 1991 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() function 2058 if (fdalloc(td, 0, &fds[i]) != 0) in fdallocn() 2189 error = fdalloc(td, 0, fd); in finstall_refed() 3763 error = fdalloc(td, 0, &indx); in dupfdopen()
|