Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | filedesc.h | 417 extern int falloc(proc_t p, struct fileproc **resultfp, 421 extern int falloc_withinit(proc_t p, struct fileproc **resultfp,
|
| H A D | file.h | 103 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);
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_descrip.c | 1228 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument 1295 if (resultfp) { in falloc_withinit() 1296 *resultfp = fp; in falloc_withinit() 1306 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument 1308 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc() 1397 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument 1417 if (resultfp) { in fp_lookup() 1418 *resultfp = fp; in fp_lookup() 1879 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument 1886 if (resultfp) { in fp_getfvp() [all …]
|