Searched refs:falloc (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | filedesc.h | 426 extern int falloc(proc_t p, struct fileproc **resultfp,
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | sys_pipe.c | 408 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 D | uipc_syscalls.c | 277 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 D | posix_shm.c | 370 error = falloc(p, &fp, &indx, vfs_context_current()); in shm_open()
|
| H A D | posix_sem.c | 447 error = falloc(p, &fp, &indx, vfs_context_current()); in sem_open()
|
| H A D | kern_exec.c | 695 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 D | mach_loader.c | 3157 int error = falloc(p, &fp, &dyld_fd, imgp->ip_vfs_context); in load_dylinker()
|
| H A D | kern_descrip.c | 1383 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() function
|
| /xnu-8792.61.2/bsd/nfs/ |
| H A D | nfs_syscalls.c | 499 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen()
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_fsevents.c | 2738 error = falloc(p, &f, &fd, vfs_context_current()); in fseventsioctl()
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | necp_client.c | 6811 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_open()
|
| H A D | necp.c | 834 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_session_open()
|