Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| 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 | 537 int fp_lookup(struct proc *p, int fd, struct fileproc **resultfp, int locked); 538 int fp_lookup_guarded(struct proc *p, int fd, guardid_t guard, struct fileproc **resultfp, int lock…
|
| H A D | filedesc.h | 437 struct fileproc **resultfp,
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 1325 struct fileproc **resultfp, in falloc_withinit() argument 1382 if (resultfp) { in falloc_withinit() 1383 *resultfp = fp; in falloc_withinit() 1477 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument 1497 if (resultfp) { in fp_lookup() 1498 *resultfp = fp; in fp_lookup() 1967 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument 1974 if (resultfp) { in fp_getfvp() 1975 *resultfp = fp; in fp_getfvp()
|