Searched refs:minfd (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libcasper/libcasper/ |
H A D | service.c | 388 int fd, maxfd, minfd; in service_clean() local 403 minfd = *sockp; in service_clean() 406 minfd = *procfdp; in service_clean() 410 if (fd != minfd) in service_clean()
|
/freebsd/sys/sys/ |
H A D | filedesc.h | 259 int fdalloc(struct thread *td, int minfd, int *result); 260 int fdallocn(struct thread *td, int minfd, int *fds, int n);
|
/freebsd/contrib/bmake/ |
H A D | job.c | 556 JobCreatePipe(Job *job, int minfd) in JobSigUnlock() 566 fd = fcntl(pipe_fds[i], F_DUPFD, minfd); in JobCreatePipe() 559 JobCreatePipe(Job * job,int minfd) JobCreatePipe() argument
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 1990 fdalloc(struct thread *td, int minfd, int *result) in fdalloc() 2001 if (fdp->fd_freefile > minfd) in fdalloc() 2002 minfd = fdp->fd_freefile; in fdalloc() 2007 * Search the bitmap for a free descriptor starting at minfd. in fdalloc() 2010 fd = fd_first_free(fdp, minfd, fdp->fd_nfiles); in fdalloc() 2023 * fd is already equal to first free descriptor >= minfd, so in fdalloc() 2048 fdallocn(struct thread *td, int minfd, int *fds, int n) in fdallocn() 1989 fdalloc(struct thread * td,int minfd,int * result) fdalloc() argument 2047 fdallocn(struct thread * td,int minfd,int * fds,int n) fdallocn() argument
|