/freebsd-src/usr.bin/procstat/ |
H A D | procstat_files.c | 247 width_capability(cap_rights_t * rightsp) width_capability() argument 265 print_capability(cap_rights_t * rightsp,u_int capwidth) print_capability() argument
|
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | file.h | 42 getf_caps(int fd, cap_rights_t *rightsp) in getf_caps()
|
/freebsd-src/lib/libsysdecode/tests/ |
H A D | sysdecode_test.c | 45 cap_rights_t *rightsp, const char *tab[]) in check_sysdecode_cap_rights()
|
/freebsd-src/sys/kern/ |
H A D | sys_procdesc.c | 121 procdesc_find(struct thread *td, int fd, cap_rights_t *rightsp, in procdesc_find() argument 168 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() argument
|
H A D | kern_descrip.c | 3463 fget(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget() argument 3470 fget_mmap(struct thread * td,int fd,cap_rights_t * rightsp,vm_prot_t * maxprotp,struct file ** fpp) fget_mmap() argument 3514 fget_read(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_read() argument 3521 fget_write(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_write() argument 3528 fget_fcntl(struct thread * td,int fd,cap_rights_t * rightsp,int needfcntl,struct file ** fpp) fget_fcntl() argument 3589 fgetvp(struct thread * td,int fd,cap_rights_t * rightsp,struct vnode ** vpp) fgetvp() argument 3628 fgetvp_read(struct thread * td,int fd,cap_rights_t * rightsp,struct vnode ** vpp) fgetvp_read() argument 3635 fgetvp_exec(struct thread * td,int fd,cap_rights_t * rightsp,struct vnode ** vpp) fgetvp_exec() argument 3643 fgetvp_write(struct thread * td,int fd,cap_rights_t * rightsp,struct vnode ** vpp) fgetvp_write() argument 4501 export_file_to_kinfo(struct file * fp,int fd,cap_rights_t * rightsp,struct kinfo_file * kif,struct filedesc * fdp,int flags) export_file_to_kinfo() argument 4582 export_file_to_sb(struct file * fp,int fd,cap_rights_t * rightsp,struct export_fd_buf * efbuf) export_file_to_sb() argument [all...] |
H A D | uipc_syscalls.c | 88 getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp, in getsock_cap() argument 108 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getsock() argument
|
H A D | uipc_sem.c | 590 ksem_get(struct thread *td, semid_t id, cap_rights_t *rightsp, in ksem_get() argument
|
H A D | vfs_syscalls.c | 1042 flags_to_rights(int flags,cap_rights_t * rightsp) flags_to_rights() argument 4327 getvnode_path(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) getvnode_path() argument 4365 getvnode(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) getvnode() argument [all...] |
H A D | uipc_mqueue.c | 2178 _getmq(struct thread *td, int fd, cap_rights_t *rightsp, _fgetf func, in _getmq() argument
|
/freebsd-src/lib/libcasper/services/cap_fileargs/ |
H A D | cap_fileargs.c | 166 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_create_limit() 214 cap_rights_t *rightsp, int operations) in fileargs_init() 232 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_cinit()
|
/freebsd-src/sys/sys/ |
H A D | namei.h | 215 #define NDINIT_ATRIGHTS(ndp, op, flags, segflg, namep, dirfd, rightsp) \ argument 243 #define NDINIT_ALL(ndp, op, flags, segflg, namep, dirfd, startdir, rightsp) \ argument
|
H A D | sysproto.h | 1518 char rightsp_l_[PADL_(cap_rights_t *)]; cap_rights_t * rightsp; char rightsp_r_[PADR_(cap_rights_t *)]; member 1604 char rightsp_l_[PADL_(cap_rights_t *)]; cap_rights_t * rightsp; char rightsp_r_[PADR_(cap_rights_t *)]; member
|
/freebsd-src/sys/security/audit/ |
H A D | audit_arg.c | 965 audit_arg_rights(cap_rights_t *rightsp) in audit_arg_rights() argument
|
H A D | bsm_token.c | 834 au_to_rights(cap_rights_t *rightsp) in au_to_rights()
|
/freebsd-src/usr.bin/kdump/ |
H A D | kdump.c | 1834 ktrcaprights(cap_rights_t * rightsp) ktrcaprights() argument
|
/freebsd-src/lib/libsysdecode/ |
H A D | flags.c | 1012 sysdecode_cap_rights(FILE *fp, cap_rights_t *rightsp) in sysdecode_cap_rights()
|