Searched refs:falloc (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | filedesc.h | 417 extern int falloc(proc_t p, struct fileproc **resultfp,
|
| /xnu-8020.101.4/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 | 255 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 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 | 688 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact() 6140 if ((error = falloc(p, in exec_handle_sugid()
|
| H A D | kern_descrip.c | 1306 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() function
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_syscalls.c | 784 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_fsevents.c | 2466 error = falloc(p, &f, &fd, vfs_context_current()); in fseventsioctl()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | necp_client.c | 6605 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_open()
|
| H A D | necp.c | 819 error = falloc(p, &fp, &fd, vfs_context_current()); in necp_session_open()
|