Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dfiledesc.h417 extern int falloc(proc_t p, struct fileproc **resultfp,
/xnu-8020.101.4/bsd/kern/
H A Dsys_pipe.c408 error = falloc(p, &rf, &retval[0], vfs_context_current()); in pipe()
416 error = falloc(p, &wf, &retval[1], vfs_context_current()); in pipe()
H A Duipc_syscalls.c255 error = falloc(p, &fp, &fd, vfs_context_current()); in socket_common()
559 error = falloc(p, &fp, &newfd, vfs_context_current()); in accept_nocancel()
1148 error = falloc(p, &fp1, &fd, vfs_context_current()); in socketpair()
1157 error = falloc(p, &fp2, &fd, vfs_context_current()); in socketpair()
H A Dposix_shm.c370 error = falloc(p, &fp, &indx, vfs_context_current()); in shm_open()
H A Dposix_sem.c447 error = falloc(p, &fp, &indx, vfs_context_current()); in sem_open()
H A Dkern_exec.c688 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact()
6140 if ((error = falloc(p, in exec_handle_sugid()
H A Dkern_descrip.c1306 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() function
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_syscalls.c784 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_fsevents.c2466 error = falloc(p, &f, &fd, vfs_context_current()); in fseventsioctl()
/xnu-8020.101.4/bsd/net/
H A Dnecp_client.c6605 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_open()
H A Dnecp.c819 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_session_open()