/linux/include/linux/ |
H A D | moduleparam.h | 73 const u16 perm; member 126 #define module_param(name, type, perm) \ argument 135 #define module_param_unsafe(name, type, perm) \ argument 149 #define module_param_named(name, value, type, perm) \ argument 161 #define module_param_named_unsafe(name, value, type, perm) \ argument 175 #define module_param_cb(name, ops, arg, perm) \ argument 178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 182 #define __level_param_cb(name, ops, arg, perm, level) \ argument 194 #define core_param_cb(name, ops, arg, perm) \ argument 207 #define postcore_param_cb(name, ops, arg, perm) \ argument [all …]
|
H A D | vhost_iotlb.h | 17 u32 perm; member
|
/linux/security/integrity/ |
H A D | digsig.c | 99 key_perm_t perm, in __integrity_init_keyring() 128 key_perm_t perm; in integrity_init_keyring() local 169 off_t size, key_perm_t perm) in integrity_add_key() 199 key_perm_t perm; in integrity_load_x509() local 219 const void *data, size_t len, key_perm_t perm) in integrity_load_cert()
|
/linux/arch/arm64/include/asm/ |
H A D | por.h | 14 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_read() local 21 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_write() local 28 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_exec() local
|
/linux/security/tomoyo/ |
H A D | file.c | 365 u16 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_acl() local 386 static int tomoyo_update_path_acl(const u16 perm, in tomoyo_update_path_acl() 440 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_mkdev_acl() local 462 static int tomoyo_update_mkdev_acl(const u8 perm, in tomoyo_update_mkdev_acl() 520 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path2_acl() local 541 static int tomoyo_update_path2_acl(const u8 perm, in tomoyo_update_path2_acl() 658 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_number_acl() local 678 static int tomoyo_update_path_number_acl(const u8 perm, in tomoyo_update_path_number_acl() 1014 u16 perm = 0; in tomoyo_write_file() local
|
H A D | common.c | 1400 const u16 perm = ptr->perm; in tomoyo_print_entry() local 1431 const u8 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 1496 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1529 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
|
/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 | 128 struct kern_ipc_perm *perm; in free_ipcs() local
|
/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 284 unsigned long arg, bool perm) in vt_k_ioctl() 490 bool perm, struct vc_data *vc) in do_unimap_ioctl() 511 bool perm) in vt_io_ioctl() 740 int i, perm; in vt_ioctl() local 1011 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl() 1036 int perm, struct vc_data *vc) in compat_unimap_ioctl() 1063 int perm; in vt_compat_ioctl() local
|
H A D | keyboard.c | 1689 int vt_do_diacrit(unsigned int cmd, void __user *udp, int perm) in vt_do_diacrit() 1898 int perm) in vt_do_kbkeycode_ioctl() 2018 int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm, in vt_do_kdsk_ioctl() 2056 int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm) in vt_do_kdgkb_ioctl() 2111 int vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm) in vt_do_kdskled()
|
/linux/drivers/s390/char/ |
H A D | keyboard.c | 360 int cmd, int perm) in do_kdsk_ioctl() 436 int cmd, int perm) in do_kdgkb_ioctl() 482 int perm; in kbd_ioctl() local
|
/linux/fs/9p/ |
H A D | vfs_inode.c | 569 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() 649 u32 perm = unixmode2p9mode(v9ses, mode); in v9fs_vfs_create() local 676 u32 perm; in v9fs_vfs_mkdir() local 768 u32 perm; in v9fs_vfs_atomic_open() local 1223 u32 perm, const char *extension) in v9fs_vfs_mkspecial() 1317 u32 perm; in v9fs_vfs_mknod() local
|
H A D | vfs_dir.c | 50 unsigned long perm = mistat->mode; in dt_type() local
|
/linux/security/keys/ |
H A D | key.c | 226 key_perm_t perm, unsigned long flags, in key_alloc() 808 key_perm_t perm, in __key_create_or_update() 1015 key_perm_t perm, in key_create_or_update() 1052 key_perm_t perm, in key_create()
|
/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()
|
/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/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 44 #define i915_param_named(name, T, perm, desc) \ argument 47 #define i915_param_named_unsafe(name, T, perm, desc) \ argument
|
/linux/security/selinux/ |
H A D | avc.c | 193 u8 perm, u8 which) in avc_xperms_has_perm() 210 u8 driver, u8 base_perm, u8 perm) in avc_xperms_allow_perm() 269 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/drivers/gpu/drm/i915/display/ |
H A D | intel_display_params.c | 14 #define intel_display_param_named(name, T, perm, desc) \ argument 17 #define intel_display_param_named_unsafe(name, T, perm, desc) \ argument
|
/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/arch/powerpc/platforms/powernv/ |
H A D | opal-sysparam.c | 149 u8 *perm; in opal_sys_param_init() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | alloc.c | 236 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm()
|