Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfiledesc.h426 extern int falloc(proc_t p, struct fileproc **resultfp,
/xnu-8792.61.2/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.c277 error = falloc(p, &fp, &fd, vfs_context_current()); in socket_common()
594 error = falloc(p, &fp, &newfd, vfs_context_current()); in accept_nocancel()
1183 error = falloc(p, &fp1, &fd, vfs_context_current()); in socketpair()
1192 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.c695 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact()
1783 error = falloc(p, &fp, &main_binary_fd, imgp->ip_vfs_context); in exec_mach_imgact()
6549 if ((error = falloc(p, in exec_handle_sugid()
H A Dmach_loader.c3157 int error = falloc(p, &fp, &dyld_fd, imgp->ip_vfs_context); in load_dylinker()
H A Dkern_descrip.c1383 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() function
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_syscalls.c499 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_fsevents.c2738 error = falloc(p, &f, &fd, vfs_context_current()); in fseventsioctl()
/xnu-8792.61.2/bsd/net/
H A Dnecp_client.c6811 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_open()
H A Dnecp.c834 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_session_open()