Lines Matching defs:resultfp

131 int falloc_locked(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx, int locked);
2904 * resultfp Pointer to pointer return area
2910 * *resultfp (modified) Pointer to fileproc pointer
2919 fdgetf_noref(proc_t p, int fd, struct fileproc **resultfp)
2929 if (resultfp)
2930 *resultfp = fp;
2944 * resultfp Pointer to result fileproc
2954 * *resultfp (modified) Fileproc pointer
2957 * Notes: The resultfp and resultvp fields are optional, and may be
2963 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp)
2981 if (resultfp)
2982 *resultfp = fp;
3000 * resultfp Pointer to result fileproc
3011 * *resultfp (modified) Fileproc pointer
3015 * Notes: The resultfp and resultvp fields are optional, and may be
3021 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp,
3040 if (resultfp)
3041 *resultfp = fp;
3061 * resultfp Pointer to result fileproc
3071 * *resultfp (modified) Fileproc pointer
3078 fp_getfsock(proc_t p, int fd, struct fileproc **resultfp,
3097 if (resultfp)
3098 *resultfp = fp;
3116 * resultfp Pointer to result fileproc
3126 * *resultfp (modified) Fileproc pointer
3133 fp_getfkq(proc_t p, int fd, struct fileproc **resultfp,
3152 if (resultfp)
3153 *resultfp = fp;
3171 * resultfp Pointer to result fileproc
3183 * *resultfp (modified) Fileproc pointer
3190 fp_getfpshm(proc_t p, int fd, struct fileproc **resultfp,
3210 if (resultfp)
3211 *resultfp = fp;
3229 * resultfp Pointer to result fileproc
3241 * *resultfp (modified) Fileproc pointer
3257 fp_getfpsem(proc_t p, int fd, struct fileproc **resultfp,
3276 if (resultfp)
3277 *resultfp = fp;
3295 * resultfp Pointer to result fileproc
3305 * *resultfp (modified) Fileproc pointer
3312 fp_getfpipe(proc_t p, int fd, struct fileproc **resultfp,
3331 if (resultfp)
3332 *resultfp = fp;
3353 * resultfp Pointer to result fileproc
3362 * *resultfp (modified) Fileproc pointer
3372 fp_getfatalk(proc_t p, int fd, struct fileproc **resultfp,
3391 if (resultfp)
3392 *resultfp = fp;
3411 * resultfp Pointer to result fileproc
3420 * *resultfp (modified) Fileproc pointer
3427 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked)
3443 if (resultfp)
3444 *resultfp = fp;
3890 * resultfp Pointer to fileproc pointer
3914 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx)
3919 error = falloc_locked(p, resultfp, resultfd, ctx, 1);
3939 * resultfp Pointer to fileproc pointer
3969 falloc_locked(proc_t p, struct fileproc **resultfp, int *resultfd,
4047 if (resultfp)
4048 *resultfp = fp;