Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfiledesc.h225 #define falloc(td, resultfp, resultfd, flags) \ argument
226 falloc_caps(td, resultfp, resultfd, flags, NULL)
248 int falloc_caps(struct thread *td, struct file **resultfp, int *resultfd,
255 int finstall(struct thread *td, struct file *fp, int *resultfd, int flags,
257 int finstall_refed(struct thread *td, struct file *fp, int *resultfd, int flags,
/freebsd/sys/kern/
H A Dsys_procdesc.c234 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, in procdesc_falloc() argument
243 return (falloc_caps(td, resultfp, resultfd, fflags, fcaps)); in procdesc_falloc()
H A Dkern_descrip.c2074 falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, int flags, in falloc_caps() argument
2081 MPASS(resultfd != NULL); in falloc_caps()
2095 *resultfd = fd; in falloc_caps()