Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/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 | 515 int fp_lookup(struct proc *p, int fd, struct fileproc **resultfp, int locked); 516 int fp_lookup_guarded(struct proc *p, int fd, guardid_t guard, struct fileproc **resultfp, int lock…
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_descrip.c | 1289 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument 1356 if (resultfp) { in falloc_withinit() 1357 *resultfp = fp; in falloc_withinit() 1367 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument 1369 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc() 1458 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument 1478 if (resultfp) { in fp_lookup() 1479 *resultfp = fp; in fp_lookup() 1939 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument 1946 if (resultfp) { in fp_getfvp() [all …]
|