Searched refs:fdalloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/sys/ |
| HD | filedesc.h | 171 int fdalloc(struct thread *td, int minfd, int *result);
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_descrip.c | 862 if ((error = fdalloc(td, new, &new)) != 0) in kern_dup() 1643 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() function 1712 if (fdalloc(td, 0, &fds[i]) != 0) in fdallocn() 1831 if ((error = fdalloc(td, 0, fd))) { in finstall() 2955 error = fdalloc(td, 0, &indx); in dupfdopen()
|