Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h246 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 Dkern_descrip.c1896 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