Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfiledesc.h430 extern int falloc_withinit(proc_t p, struct fileproc **resultfp,
/xnu-8792.61.2/bsd/kern/
H A Dkern_guarded.c775 return falloc_withinit(p, fp, fd, ctx, guarded_fileproc_init, &crarg); in falloc_guarded()
H A Dkern_descrip.c1305 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() function
1385 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc()
H A Dkern_event.c2995 error = falloc_withinit(p, &fp, &fd, vfs_context_current(), in kqueue_internal()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c4532 if ((error = falloc_withinit(p, &fp, &indx, ctx, fp_init, initarg)) != 0) { in open1()