Home
last modified time | relevance | path

Searched refs:falloc_withinit (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfiledesc.h433 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 Dkern_guarded.c786 return falloc_withinit(p, p_cred, ctx, fp, fd, guarded_fileproc_init, &crarg); in falloc_guarded()
H A Dkern_descrip.c1321 falloc_withinit( in falloc_withinit() function
H A Dkern_event.c3058 error = falloc_withinit(p, current_cached_proc_cred(p), in kqueue_internal()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c4919 if ((error = falloc_withinit(p, p_cred, ctx, &fp, &indx, fp_init, initarg)) != 0) { in open1()