Searched defs:fcaps (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_syscalls.c | 144 struct filecaps fcaps; in sys_sctp_peeloff() local
|
/freebsd/sys/kern/ |
H A D | sys_procdesc.c | 235 int flags, struct filecaps *fcaps) in procdesc_falloc()
|
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 [all...] |
H A D | uipc_shm.c | 1168 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2()
|
H A D | kern_event.c | 1082 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
|
H A D | vfs_syscalls.c | 1167 struct filecaps *fcaps; in openatfp() local
|
/freebsd/sys/sys/ |
H A D | filedesc.h | 232 filecaps_init(struct filecaps *fcaps) in filecaps_init()
|