Searched refs:resultfd (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | filedesc.h | 214 #define falloc(td, resultfp, resultfd, flags) \ argument 215 falloc_caps(td, resultfp, resultfd, flags, NULL) 235 int falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, 242 int finstall(struct thread *td, struct file *fp, int *resultfd, int flags, 244 int finstall_refed(struct thread *td, struct file *fp, int *resultfd, int flags,
|
| /f-stack/freebsd/kern/ |
| H A D | sys_procdesc.c | 237 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, in procdesc_falloc() argument 246 return (falloc_caps(td, resultfp, resultfd, fflags, fcaps)); in procdesc_falloc()
|
| H A D | kern_descrip.c | 1983 falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, int flags, in falloc_caps() argument 1990 MPASS(resultfd != NULL); in falloc_caps() 2004 *resultfd = fd; in falloc_caps()
|