Searched refs:falloc (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h147 extern int falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c158 * falloc:ENFILE
159 * falloc:EMFILE
160 * falloc:ENOMEM
183 error = falloc(p, &fp, &fd, vfs_context_current());
431 * allocating the file descriptor for it since falloc() may
471 error = falloc(p, &fp, &newfd, vfs_context_current());
688 * falloc:ENFILE
689 * falloc:EMFILE
690 * falloc:ENOMEM
712 error = falloc(
[all...]
H A Dsys_pipe.c424 error = falloc(p, &rf, &fd, vfs_context_current());
439 error = falloc(p, &wf, &fd, vfs_context_current());
H A Dposix_sem.c427 error = falloc(p, &fp, &indx, vfs_context_current());
H A Dposix_shm.c439 error = falloc(p, &fp, &indx, vfs_context_current());
H A Dkern_exec.c537 error = falloc(p, &fp, &fd, imgp->ip_vfs_context);
3320 if ((error = falloc(p,
H A Dkern_event.c1169 error = falloc(p, &fp, &fd, vfs_context_current());
H A Dkern_descrip.c3883 * falloc
3896 * falloc:ENFILE Too many open files in system
3897 * falloc:EMFILE Too many open files in process
3898 * falloc:ENOMEM M_FILEPROC or M_FILEGLOB zone
3914 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) function
3962 * utility function falloc() instead.
4987 * falloc could allocate an already closed to-be-dup'd descriptor
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c602 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c2194 error = falloc(p, &f, &fd, vfs_context_current());
H A Dvfs_syscalls.c2953 * falloc:ENFILE
2954 * falloc:EMFILE
2955 * falloc:ENOMEM
2989 if ( (error = falloc(p, &nfp, &indx, ctx)) ) {
8202 if ((error = falloc(p, &fp, &indx, ctx))) {

Completed in 172 milliseconds