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

/freebsd-11.0-release/sys/compat/cloudabi/
H A Dcloudabi_proc.c80 struct filecaps fcaps = {}; local
H A Dcloudabi_fd.c102 struct filecaps fcaps = {}; local
H A Dcloudabi_file.c203 struct filecaps fcaps = {}; local
/freebsd-11.0-release/sys/kern/
H A Dsys_procdesc.c249 procdesc_falloc(struct thread *td, struct file **resultfp, int *resultfd, int flags, struct filecaps *fcaps) argument
H A Duipc_shm.c684 kern_shm_open(struct thread *td, const char *userpath, int flags, mode_t mode, struct filecaps *fcaps) argument
H A Dkern_event.c824 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) argument
H A Dkern_descrip.c1424 filecaps_init(struct filecaps *fcaps) argument
1475 filecaps_fill(struct filecaps *fcaps) argument
1488 filecaps_free(struct filecaps *fcaps) argument
1499 filecaps_validate(const struct filecaps *fcaps, const char *func) argument
1717 falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, int flags, struct filecaps *fcaps) argument
1779 _finstall(struct filedesc *fdp, struct file *fp, int fd, int flags, struct filecaps *fcaps) argument
1805 finstall(struct thread *td, struct file *fp, int *fd, int flags, struct filecaps *fcaps) argument
[all...]
H A Dvfs_syscalls.c1058 struct filecaps *fcaps; local

Completed in 123 milliseconds