| /linux/security/integrity/ |
| H A D | digsig.c | 99 __integrity_init_keyring(const unsigned int id,key_perm_t perm,struct key_restriction * restriction) __integrity_init_keyring() argument 128 key_perm_t perm; integrity_init_keyring() local 169 integrity_add_key(const unsigned int id,const void * data,off_t size,key_perm_t perm) integrity_add_key() argument 199 key_perm_t perm; integrity_load_x509() local 219 integrity_load_cert(const unsigned int id,const char * source,const void * data,size_t len,key_perm_t perm) integrity_load_cert() argument [all...] |
| /linux/security/tomoyo/ |
| H A D | file.c | 365 u16 perm = READ_ONCE(*a_perm); tomoyo_merge_path_acl() local 386 tomoyo_update_path_acl(const u16 perm,struct tomoyo_acl_param * param) tomoyo_update_path_acl() argument 440 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_mkdev_acl() local 462 tomoyo_update_mkdev_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_mkdev_acl() argument 520 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path2_acl() local 541 tomoyo_update_path2_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path2_acl() argument 658 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path_number_acl() local 678 tomoyo_update_path_number_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path_number_acl() argument 1014 u16 perm = 0; tomoyo_write_file() local [all...] |
| H A D | common.c | 1421 const u16 perm = ptr->perm; in tomoyo_print_entry() local 1452 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1473 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1494 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1517 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1550 const u8 perm = ptr->perm; in tomoyo_print_entry() local
|
| H A D | network.c | 236 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_inet_acl() local 262 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_unix_acl() local [all...] |
| /linux/ipc/ |
| H A D | util.h | 208 static inline void ipc_lock_object(struct kern_ipc_perm *perm) in ipc_lock_object() 213 static inline void ipc_unlock_object(struct kern_ipc_perm *perm) in ipc_unlock_object() 218 static inline void ipc_assert_locked_object(struct kern_ipc_perm *perm) in ipc_assert_locked_object() 223 static inline void ipc_unlock(struct kern_ipc_perm *perm) in ipc_unlock() 237 static inline bool ipc_valid_object(struct kern_ipc_perm *perm) in ipc_valid_object()
|
| H A D | namespace.c | 130 struct kern_ipc_perm *perm; in free_ipcs() local
|
| /linux/drivers/s390/char/ |
| H A D | keyboard.c | 361 int cmd, int perm) in do_kdsk_ioctl() 437 int cmd, int perm) in do_kdgkb_ioctl() 483 int perm; in kbd_ioctl() local
|
| /linux/fs/9p/ |
| H A D | vfs_inode.c | 569 v9fs_create(struct v9fs_session_info * v9ses,struct inode * dir,struct dentry * dentry,char * extension,u32 perm,u8 mode) v9fs_create() argument 649 u32 perm = unixmode2p9mode(v9ses, mode); v9fs_vfs_create() local 676 u32 perm; v9fs_vfs_mkdir() local 767 u32 perm; v9fs_vfs_atomic_open() local 1214 v9fs_vfs_mkspecial(struct inode * dir,struct dentry * dentry,u32 perm,const char * extension) v9fs_vfs_mkspecial() argument 1308 u32 perm; v9fs_vfs_mknod() local [all...] |
| H A D | vfs_dir.c | 50 unsigned long perm = mistat->mode; dt_type() local
|
| /linux/security/keys/ |
| H A D | key.c | 226 key_perm_t perm, unsigned long flags, in key_alloc() argument 811 key_perm_t perm, in __key_create_or_update() argument 1018 key_create_or_update(key_ref_t keyring_ref,const char * type,const char * description,const void * payload,size_t plen,key_perm_t perm,unsigned long flags) key_create_or_update() argument 1055 key_create(key_ref_t keyring_ref,const char * type,const char * description,const void * payload,size_t plen,key_perm_t perm,unsigned long flags) key_create() argument [all...] |
| /linux/drivers/vhost/ |
| H A D | iotlb.c | 52 u64 addr, unsigned int perm, in vhost_iotlb_add_range_ctx() 105 u64 addr, unsigned int perm) in vhost_iotlb_add_range()
|
| H A D | vdpa.c | 970 static int perm_to_iommu_flags(u32 perm) in perm_to_iommu_flags() argument 993 u64 iova, u64 size, u64 pa, u32 perm, void *opaque) in vhost_vdpa_map() argument 1046 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_va_map() argument 1097 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_pa_map() argument [all...] |
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap()
|
| /linux/security/selinux/ |
| H A D | avc.c | 194 u8 perm, u8 which) in avc_xperms_has_perm() 211 u8 driver, u8 base_perm, u8 perm) in avc_xperms_allow_perm() 270 static inline void avc_quick_copy_xperms_decision(u8 perm, in avc_quick_copy_xperms_decision() 386 u8 perm, in avc_xperms_audit_required() 416 u8 perm, int result, in avc_xperms_audit() 655 u32 av = sad->audited, perm; in avc_audit_pre_callback() local
|
| /linux/tools/include/linux/ |
| H A D | module.h | 5 #define module_param(name, type, perm) argument
|
| /linux/security/integrity/platform_certs/ |
| H A D | platform_keyring.c | 29 key_perm_t perm; in add_to_platform_keyring() local
|
| H A D | machine_keyring.c | 26 key_perm_t perm; in add_to_machine_keyring() local
|
| /linux/security/apparmor/ |
| H A D | lib.c | 304 unsigned int i, perm = 1; in aa_perm_mask_to_str() local 324 unsigned int i, perm = 1; in aa_audit_perm_names() local
|
| /linux/include/linux/ |
| H A D | vhost_iotlb.h | 17 u32 perm; member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-sysparam.c | 149 u8 *perm; in opal_sys_param_init() local
|
| /linux/drivers/iommu/amd/ |
| H A D | ppr.c | 69 int perm = 0; in ppr_flag_to_fault_perm() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | alloc.c | 235 mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf * buf,__be64 * pas,u8 perm) mlx5_fill_page_frag_array_perm() argument
|
| /linux/sound/core/seq/ |
| H A D | seq_clientmgr.c | 2530 FLAG_PERM_RD(perm) global() argument 2531 FLAG_PERM_WR(perm) global() argument 2532 FLAG_PERM_EX(perm) global() argument 2534 FLAG_PERM_DUPLEX(perm) global() argument [all...] |
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 296 struct qcom_scm_vmperm perm; in qcom_rmtfs_mem_remove() local
|
| /linux/certs/ |
| H A D | system_keyring.c | 168 key_perm_t perm; in add_to_secondary_keyring() local
|