Searched defs:resultfp (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/sys/ |
H A D | filedesc.h | 225 #define falloc(td, resultfp, resultfd, flags) \ argument 252 #define falloc_noinstall(td, resultfp) _falloc_noinstall(td, resultfp, 1) argument
|
/freebsd-src/sys/kern/ |
H A D | sys_procdesc.c | 234 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, in procdesc_falloc() argument
|
H A D | kern_descrip.c | 2076 falloc_caps(struct thread * td,struct file ** resultfp,int * resultfd,int flags,struct filecaps * fcaps) falloc_caps() argument 2106 _falloc_noinstall(struct thread * td,struct file ** resultfp,u_int n) _falloc_noinstall() argument
|