Home
last modified time | relevance | path

Searched refs:fdallocn (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dfiledesc.h247 int fdallocn(struct thread *td, int minfd, int *fds, int n);
/freebsd-13.1/sys/kern/
H A Duipc_usrreq.c2061 if (fdallocn(td, 0, fdp, newfds) != 0) { in unp_externalize()
H A Dkern_descrip.c2036 fdallocn(struct thread *td, int minfd, int *fds, int n) in fdallocn() function