Searched refs:fdalloc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h140 extern int fdalloc(proc_t p, int want, int *result);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c476 if ( (error = fdalloc(p, 0, &new)) ) {
533 if ( (error = fdalloc(p, new, &i)) ) {
633 * fdalloc:EMFILE
634 * fdalloc:ENOMEM
737 if ( (error = fdalloc(p, newmin, &i)) )
2732 * Statistics counter for the number of times a process calling fdalloc()
2741 * fdalloc
2757 fdalloc(proc_t p, int want, int *result) function
3948 * fdalloc:EMFILE Too many open files in process
3951 * fdalloc
[all...]
H A Duipc_usrreq.c1865 if (fdalloc(p, 0, &f))
1866 panic("unp_externalize:fdalloc");

Completed in 71 milliseconds