Searched refs:minfd (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libcasper/libcasper/
H A Dservice.c391 int fd, maxfd, minfd; local
406 minfd = *sockp;
409 minfd = *procfdp;
413 if (fd != minfd)
/freebsd-13-stable/sys/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);
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c1898 fdalloc(struct thread *td, int minfd, int *result) argument
1909 if (fdp->fd_freefile > minfd)
1910 minfd = fdp->fd_freefile;
1915 * Search the bitmap for a free descriptor starting at minfd.
1918 fd = fd_first_free(fdp, minfd, fdp->fd_nfiles);
1931 * fd is already equal to first free descriptor >= minfd, so
1956 fdallocn(struct thread *td, int minfd, int *fds, int n) argument
/freebsd-13-stable/contrib/bmake/
H A Djob.c570 JobCreatePipe(Job *job, int minfd) argument
580 fd = fcntl(pipe_fds[i], F_DUPFD, minfd);

Completed in 101 milliseconds