Searched refs:falloc_withinit (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/sys/ |
| H A D | filedesc.h | 430 extern int falloc_withinit(proc_t p, struct fileproc **resultfp,
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_guarded.c | 773 return falloc_withinit(p, fp, fd, ctx, guarded_fileproc_init, &crarg); in falloc_guarded()
|
| H A D | kern_descrip.c | 1289 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() function 1369 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc()
|
| H A D | kern_event.c | 2988 error = falloc_withinit(p, &fp, &fd, vfs_context_current(), in kqueue_internal()
|
| /xnu-8796.141.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4557 if ((error = falloc_withinit(p, &fp, &indx, ctx, fp_init, initarg)) != 0) { in open1()
|