Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfiledesc.h161 int fdavail (struct proc *p, int n);
/dragonfly/sys/kern/
H A Duipc_usrreq.c1562 if (!fdavail(p, newfds)) { in unp_externalize()
H A Dkern_descrip.c1826 fdavail(struct proc *p, int n) in fdavail() function