Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDfiledesc.h172 int fdallocn(struct thread *td, int minfd, int *fds, int n);
/NextBSD/sys/kern/
HDuipc_usrreq.c1792 if (fdallocn(td, 0, fdp, newfds) != 0) { in unp_externalize()
HDkern_descrip.c1691 fdallocn(struct thread *td, int minfd, int *fds, int n) in fdallocn() function