Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ ! |
| H A D | filedesc.h | 426 extern int falloc(proc_t p, struct fileproc **resultfp, 430 extern int falloc_withinit(proc_t p, struct fileproc **resultfp,
|
| H A D | file.h | 101 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
|
| H A D | file_internal.h | 516 int fp_lookup(struct proc *p, int fd, struct fileproc **resultfp, int locked); 517 int fp_lookup_guarded(struct proc *p, int fd, guardid_t guard, struct fileproc **resultfp, int lock…
|
| /xnu-8792.61.2/bsd/kern/ ! |
| H A D | kern_descrip.c | 1305 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument 1372 if (resultfp) { in falloc_withinit() 1373 *resultfp = fp; in falloc_withinit() 1383 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument 1385 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc() 1474 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument 1494 if (resultfp) { in fp_lookup() 1495 *resultfp = fp; in fp_lookup() 1955 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument 1962 if (resultfp) { in fp_getfvp() [all …]
|