Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 1333 struct fileproc **resultfp, in falloc_withinit() argument 1390 if (resultfp) { in falloc_withinit() 1391 *resultfp = fp; in falloc_withinit() 1485 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument 1505 if (resultfp) { in fp_lookup() 1506 *resultfp = fp; in fp_lookup() 1963 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument 1970 if (resultfp) { in fp_getfvp() 1971 *resultfp = fp; in fp_getfvp()
|