Home
last modified time | relevance | path

Searched refs:resultfp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dfiledesc.h228 #define falloc(td, resultfp, resultfd, flags) \ argument
229 falloc_caps(td, resultfp, resultfd, flags, NULL)
251 int falloc_caps(struct thread *td, struct file **resultfp, int *resultfd,
254 int _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n);
255 #define falloc_noinstall(td, resultfp) _falloc_noinstall(td, resultfp, 1) argument
/freebsd/sys/kern/
H A Dsys_procdesc.c236 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, in procdesc_falloc() argument
245 return (falloc_caps(td, resultfp, resultfd, fflags, fcaps)); in procdesc_falloc()
H A Dkern_descrip.c2185 falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, int flags, in falloc_caps() argument
2191 MPASS(resultfp != NULL); in falloc_caps()
2205 *resultfp = fp; in falloc_caps()
2215 _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n) in _falloc_noinstall() argument
2223 KASSERT(resultfp != NULL, ("%s: resultfp == NULL", __func__)); in _falloc_noinstall()
2242 *resultfp = fp; in _falloc_noinstall()