Searched refs:fdallocn (Results 1 – 3 of 3) sorted by relevance
260 int fdallocn(struct thread *td, int minfd, int *fds, int n);
2486 if ((error = fdallocn(td, 0, fdp, newfds))) { in unp_externalize()
2045 fdallocn(struct thread *td, int minfd, int *fds, int n) in fdallocn() function