Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfiledesc.h426 extern int falloc(proc_t p, struct fileproc **resultfp,
/xnu-8796.141.3/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.c278 error = falloc(p, &fp, &fd, vfs_context_current()); in socket_common()
595 error = falloc(p, &fp, &newfd, vfs_context_current()); in accept_nocancel()
1188 error = falloc(p, &fp1, &fd, vfs_context_current()); in socketpair()
1197 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.c694 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact()
1793 error = falloc(p, &fp, &main_binary_fd, imgp->ip_vfs_context); in exec_mach_imgact()
6548 if ((error = falloc(p, in exec_handle_sugid()
H A Dmach_loader.c3140 int error = falloc(p, &fp, &dyld_fd, imgp->ip_vfs_context); in load_dylinker()
H A Dkern_descrip.c1367 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() function
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_syscalls.c530 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_fsevents.c2738 error = falloc(p, &f, &fd, vfs_context_current()); in fseventsioctl()
/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c6788 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_open()
H A Dnecp.c852 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_session_open()