Searched refs:falloc_withinit (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | filedesc.h | 433 extern int falloc_withinit( 444 falloc_withinit(__p, current_cached_proc_cred(__p), \ 450 falloc_withinit(p, vfs_context_ucred(__c), __c, rfp, rfd, NULL, NULL); \
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_guarded.c | 786 return falloc_withinit(p, p_cred, ctx, fp, fd, guarded_fileproc_init, &crarg); in falloc_guarded()
|
| H A D | kern_descrip.c | 1321 falloc_withinit( in falloc_withinit() function
|
| H A D | kern_event.c | 3058 error = falloc_withinit(p, current_cached_proc_cred(p), in kqueue_internal()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4919 if ((error = falloc_withinit(p, p_cred, ctx, &fp, &indx, fp_init, initarg)) != 0) { in open1()
|