Searched defs:fcaps (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | sys_procdesc.c | 235 int flags, struct filecaps *fcaps) in procdesc_falloc() argument
|
H A D | kern_descrip.c | 1801 filecaps_fill(struct filecaps * fcaps) filecaps_fill() argument 1814 filecaps_free_ioctl(struct filecaps * fcaps) filecaps_free_ioctl() argument 1822 filecaps_free(struct filecaps * fcaps) filecaps_free() argument 1830 filecaps_free_prep(struct filecaps * fcaps) filecaps_free_prep() argument 1850 filecaps_validate(const struct filecaps * fcaps,const char * func) filecaps_validate() argument 2077 falloc_caps(struct thread * td,struct file ** resultfp,int * resultfd,int flags,struct filecaps * fcaps) falloc_caps() argument 2153 _finstall(struct filedesc * fdp,struct file * fp,int fd,int flags,struct filecaps * fcaps) _finstall() argument 2179 finstall_refed(struct thread * td,struct file * fp,int * fd,int flags,struct filecaps * fcaps) finstall_refed() argument 2197 finstall(struct thread * td,struct file * fp,int * fd,int flags,struct filecaps * fcaps) finstall() argument [all...] |
H A D | uipc_syscalls.c | 332 struct filecaps fcaps; in kern_accept4() local 1223 struct filecaps fcaps; in kern_setsockopt() local 1290 struct filecaps fcaps; in kern_getsockopt() local [all...] |
H A D | uipc_shm.c | 1156 kern_shm_open2(struct thread * td,const char * userpath,int flags,mode_t mode,int shmflags,struct filecaps * fcaps,const char * name __unused) kern_shm_open2() argument
|
H A D | kern_event.c | 1082 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue() argument
|
H A D | vfs_syscalls.c | 1127 struct filecaps *fcaps; openatfp() local
|
/freebsd-src/sys/sys/ |
H A D | filedesc.h | 232 filecaps_init(struct filecaps *fcaps) in filecaps_init() argument
|