Searched refs:falloc_withinit (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | filedesc.h | 430 extern int falloc_withinit(proc_t p, struct fileproc **resultfp,
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_guarded.c | 775 return falloc_withinit(p, fp, fd, ctx, guarded_fileproc_init, &crarg); in falloc_guarded()
|
| H A D | kern_descrip.c | 1305 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 D | kern_event.c | 2995 error = falloc_withinit(p, &fp, &fd, vfs_context_current(), in kqueue_internal()
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4532 if ((error = falloc_withinit(p, &fp, &indx, ctx, fp_init, initarg)) != 0) { in open1()
|