Searched refs:minfd (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); 247 int fdallocn(struct thread *td, int minfd, int *fds, int n);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 1896 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() argument 1907 if (fdp->fd_freefile > minfd) in fdalloc() 1908 minfd = fdp->fd_freefile; in fdalloc() 1916 fd = fd_first_free(fdp, minfd, fdp->fd_nfiles); in fdalloc() 1954 fdallocn(struct thread *td, int minfd, int *fds, int n) in fdallocn() argument
|