/openbmc/linux/security/selinux/include/ |
H A D | security.h | 221 #define security_xperm_set(perms, x) ((perms)[(x) >> 5] |= 1 << ((x) & 0x1f)) argument 222 #define security_xperm_test(perms, x) (1 & ((perms)[(x) >> 5] >> ((x) & 0x1f))) argument
|
/openbmc/linux/security/apparmor/ |
H A D | task.c | 236 struct aa_perms perms = { }; in profile_ptrace_perm() local
|
H A D | label.c | 1301 struct aa_perms *perms) in label_compound_match() 1361 struct aa_perms *perms) in label_components_match() 1420 u32 request, struct aa_perms *perms) in aa_label_match()
|
/openbmc/linux/security/selinux/ss/ |
H A D | avtab.h | 67 struct extended_perms_data perms; member
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 52 unsigned int perms, Error **errp) in xs_node_create()
|
H A D | xen-operations.c | 286 unsigned int perms, const char *path) in libxenstore_create()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_table.cpp | 249 auto perms = 0; in writeUserdata() local
|
/openbmc/hiomapd/vpnor/ |
H A D | table.cpp | 266 auto perms = 0; in writeUserdata() local
|
/openbmc/linux/fs/hfsplus/ |
H A D | catalog.c | 81 void hfsplus_cat_set_perms(struct inode *inode, struct hfsplus_perm *perms) in hfsplus_cat_set_perms()
|
H A D | inode.c | 187 struct hfsplus_perm *perms, int dir) in hfsplus_get_perms()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 1657 u32 perms, in inode_has_perm() 1939 u32 perms, in superblock_has_perm() 3068 u32 perms, u32 audited, u32 denied, in audit_inode_permission() 3084 u32 perms; in selinux_inode_permission() local 4578 static int sock_has_perm(struct sock *sk, u32 perms) in sock_has_perm() 5979 u32 perms) in ipc_has_perm() 6037 u32 perms; in selinux_msg_queue_msgctl() local 6165 u32 perms; in selinux_shm_shmctl() local 6198 u32 perms; in selinux_shm_shmat() local 6244 u32 perms; in selinux_sem_semctl() local [all …]
|
H A D | avc.c | 658 const char *const *perms; in avc_audit_pre_callback() local 831 static int avc_update_node(u32 event, u32 perms, u8 driver, u8 xperm, u32 ssid, in avc_update_node()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | tlb.c | 137 u8 perms, u8 wimge, in set_tlb()
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | bios_uv.c | 136 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) in uv_bios_change_memprotect()
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 438 #define VERIFY_OCTAL_PERMISSIONS(perms) \ argument
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 279 GList *perms; in setup() local
|
/openbmc/linux/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 295 int perms = DEFFILEMODE; in open_queue() local
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 827 void *ctx, int ctxid, struct file *file, u32 perms, in init_context() 1328 u32 perms; in cxlflash_disk_attach() local
|
/openbmc/linux/security/apparmor/include/ |
H A D | policy.h | 85 struct aa_perms *perms; member
|
/openbmc/linux/fs/smb/server/ |
H A D | smbacl.h | 170 struct posix_ace_state perms; member
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 773 enum ib_access_flags perms) in siw_check_sgl_tx()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | mem_protect.c | 760 enum kvm_pgtable_prot perms) in hyp_ack_share() 798 enum kvm_pgtable_prot perms) in hyp_complete_share()
|
/openbmc/linux/fs/orangefs/ |
H A D | protocol.h | 229 __u32 perms; member
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4acl.c | 431 struct posix_ace_state perms; member
|
/openbmc/qemu/hw/i386/ |
H A D | amd_iommu.c | 73 uint64_t perms; /* access permissions */ member 913 IOMMUTLBEntry *ret, unsigned perms, in amdvi_page_walk()
|