/Linux-v4.19/security/apparmor/ |
D | domain.c | 101 static inline unsigned int match_component(struct aa_profile *profile, in match_component() 136 static int label_compound_match(struct aa_profile *profile, in label_compound_match() 196 static int label_components_match(struct aa_profile *profile, in label_components_match() 257 static int label_match(struct aa_profile *profile, struct aa_label *label, in label_match() 290 static int change_profile_perms(struct aa_profile *profile, in change_profile_perms() 314 struct aa_profile *profile, unsigned int state) in aa_xattrs_match() 390 struct aa_profile *profile, *candidate = NULL; in __attach_match() local 482 struct aa_profile *profile; in find_attach() local 504 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() 550 static struct aa_label *x_to_label(struct aa_profile *profile, in x_to_label() [all …]
|
D | policy.c | 114 static void __add_profile(struct list_head *list, struct aa_profile *profile) in __add_profile() 143 static void __list_remove_profile(struct aa_profile *profile) in __list_remove_profile() 159 static void __remove_profile(struct aa_profile *profile) in __remove_profile() 181 struct aa_profile *profile, *tmp; in __aa_profile_list_release() local 210 void aa_free_profile(struct aa_profile *profile) in aa_free_profile() 261 struct aa_profile *profile; in aa_alloc_profile() local 337 struct aa_profile *profile; in aa_find_child() local 366 struct aa_profile *profile = NULL; in __lookup_parent() local 400 struct aa_profile *profile = NULL; in __lookupn_profile() local 437 struct aa_profile *profile; in aa_lookupn_profile() local [all …]
|
D | mount.c | 133 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount() 295 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() 318 static int match_mnt_path_str(struct aa_profile *profile, in match_mnt_path_str() 375 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt() 404 struct aa_profile *profile; in aa_remount() local 426 struct aa_profile *profile; in aa_bind_mount() local 456 struct aa_profile *profile; in aa_mount_change_type() local 479 struct aa_profile *profile; in aa_move_mount() local 508 struct aa_profile *profile; in aa_new_mount() local 556 static int profile_umount(struct aa_profile *profile, struct path *path, in profile_umount() [all …]
|
D | capability.c | 37 struct aa_profile *profile; member 68 static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, in audit_caps() 118 static int profile_capable(struct aa_profile *profile, int cap, int audit, in profile_capable() 153 struct aa_profile *profile; in aa_capable() local
|
D | ipc.c | 69 static int profile_ptrace_perm(struct aa_profile *profile, in profile_ptrace_perm() 126 struct aa_profile *profile; in aa_may_ptrace() local 190 static int profile_signal_perm(struct aa_profile *profile, in profile_signal_perm() 213 struct aa_profile *profile; in aa_may_signal() local
|
D | file.c | 105 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file() 174 struct aa_profile *profile; in path_name() local 281 int __aa_path_perm(const char *op, struct aa_profile *profile, const char *name, in __aa_path_perm() 297 static int profile_path_perm(const char *op, struct aa_profile *profile, in profile_path_perm() 333 struct aa_profile *profile; in aa_path_perm() local 369 static int profile_path_link(struct aa_profile *profile, in profile_path_link() 478 struct aa_profile *profile; in aa_path_link() local 516 struct aa_profile *profile; in __file_path_perm() local
|
D | resource.c | 56 static int audit_resource(struct aa_profile *profile, unsigned int resource, in audit_resource() 85 static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, in profile_setrlimit() 111 struct aa_profile *profile; in aa_task_setrlimit() local
|
D | net.c | 109 int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, in aa_profile_af_perm() 138 struct aa_profile *profile; in aa_af_perm() local 149 struct aa_profile *profile; in aa_label_sk_perm() local
|
D | apparmorfs.c | 603 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, in profile_query_cb() 660 struct aa_profile *profile; in query_data() local 749 struct aa_profile *profile; in query_label() local 1063 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() local 1074 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() local 1085 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show() local 1101 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show() local 1153 struct aa_profile *profile; in seq_ns_nsstacked_show() local 1410 void __aafs_profile_rmdir(struct aa_profile *profile) in __aafs_profile_rmdir() 1455 struct aa_profile *profile, in create_profile_file() [all …]
|
D | policy_unpack.c | 112 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local 434 static bool unpack_trans_table(struct aa_ext *e, struct aa_profile *profile) in unpack_trans_table() 503 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs() 532 static bool unpack_rlimits(struct aa_ext *e, struct aa_profile *profile) in unpack_rlimits() 589 struct aa_profile *profile = NULL; in unpack_profile() local 921 static int verify_profile(struct aa_profile *profile) in verify_profile() 969 struct aa_profile *profile = NULL; in aa_unpack() local
|
D | lib.c | 292 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms() 383 void aa_profile_match_label(struct aa_profile *profile, struct aa_label *label, in aa_profile_match_label() 397 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, in aa_profile_label_perm() 431 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
|
D | audit.c | 84 struct aa_profile *profile = labels_profile(label); in audit_pre() local 129 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
|
D | label.c | 323 struct aa_profile *profile; in label_destroy() local 1234 static inline bool label_is_visible(struct aa_profile *profile, in label_is_visible() 1245 static inline unsigned int match_component(struct aa_profile *profile, in match_component() 1277 static int label_compound_match(struct aa_profile *profile, in label_compound_match() 1335 static int label_components_match(struct aa_profile *profile, in label_components_match() 1394 int aa_label_match(struct aa_profile *profile, struct aa_label *label, in aa_label_match() 1487 struct aa_profile *profile, int flags, in aa_profile_snxprint() 1530 struct aa_profile *profile; in label_modename() local 1564 struct aa_profile *profile; in display_mode() local 1600 struct aa_profile *profile; in aa_label_snxprint() local
|
D | crypto.c | 66 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, in aa_calc_profile_hash()
|
/Linux-v4.19/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_tnrdmd_dvbt.h | 19 enum cxd2880_dvbt_profile profile; member
|
D | cxd2880_tnrdmd_dvbt2.h | 25 enum cxd2880_dvbt2_profile profile; member
|
/Linux-v4.19/security/apparmor/include/ |
D | crypto.h | 29 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, in aa_calc_profile_hash()
|
D | policy.h | 218 static inline unsigned int PROFILE_MEDIATES_AF(struct aa_profile *profile, in PROFILE_MEDIATES_AF() 288 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()
|
/Linux-v4.19/security/tomoyo/ |
D | common.c | 486 (struct tomoyo_policy_namespace *ns, const unsigned int profile) in tomoyo_assign_profile() 529 const u8 profile) in tomoyo_profile() 586 struct tomoyo_profile *profile) in tomoyo_set_mode() 666 struct tomoyo_profile *profile; in tomoyo_write_profile() local 734 const struct tomoyo_profile *profile; in tomoyo_read_profile() local 1154 unsigned int profile; in tomoyo_write_domain() local 2706 const u8 profile = domain->profile; in tomoyo_check_profile() local
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 75 const struct mlx5e_profile *profile, in mlx5i_init() 591 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free() local 608 const struct mlx5e_profile *profile; in mlx5_rdma_netdev_alloc() local
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd.c | 893 void dasd_profile_reset(struct dasd_profile *profile) in dasd_profile_reset() 908 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on() 927 void dasd_profile_off(struct dasd_profile *profile) in dasd_profile_off() 1055 struct dasd_profile *profile; in dasd_stats_show() local 1073 struct dasd_profile *profile = inode->i_private; in dasd_stats_open() local 1086 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init() 1104 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit() 1162 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init() 1168 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit() 1173 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on()
|
/Linux-v4.19/include/linux/ |
D | devfreq.h | 153 struct devfreq_dev_profile *profile; member 284 struct devfreq_dev_profile *profile, in devfreq_add_device() 297 struct devfreq_dev_profile *profile, in devm_devfreq_add_device()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 292 struct mthca_profile profile; in mthca_init_tavor() local 577 struct mthca_profile profile; in mthca_init_arbel() local
|
D | mthca_profile.c | 79 struct mthca_resource *profile; in mthca_make_profile() local
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | profile.c | 84 struct mlx4_resource *profile; in mlx4_make_profile() local
|