Home
last modified time | relevance | path

Searched defs:fcaps (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_syscalls.c144 struct filecaps fcaps; in sys_sctp_peeloff() local
/freebsd/sys/kern/
H A Dsys_procdesc.c235 int flags, struct filecaps *fcaps) in procdesc_falloc()
H A Dkern_descrip.c1801 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 Duipc_syscalls.c332 struct filecaps fcaps; in kern_accept4() local
[all...]
H A Duipc_shm.c1168 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2()
H A Dkern_event.c1082 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
H A Dvfs_syscalls.c1167 struct filecaps *fcaps; in openatfp() local
/freebsd/sys/sys/
H A Dfiledesc.h232 filecaps_init(struct filecaps *fcaps) in filecaps_init()