Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 173) sorted by relevance

1234567

/openbmc/linux/block/
H A Dblk-crypto-profile.c42 struct blk_crypto_profile *profile; member
74 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init()
139 static void blk_crypto_profile_destroy_callback(void *profile) in blk_crypto_profile_destroy_callback()
156 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
171 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
181 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list() local
190 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
205 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
327 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_put_keyslot() local
363 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key()
[all …]
H A Dblk-crypto-sysfs.c15 struct blk_crypto_profile *profile; member
34 static ssize_t max_dun_bits_show(struct blk_crypto_profile *profile, in max_dun_bits_show()
40 static ssize_t num_keyslots_show(struct blk_crypto_profile *profile, in num_keyslots_show()
72 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_mode_is_visible() local
81 static ssize_t blk_crypto_mode_show(struct blk_crypto_profile *profile, in blk_crypto_mode_show()
104 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_attr_show() local
/openbmc/linux/security/apparmor/
H A Dpolicy.c177 struct aa_profile *profile, *tmp; in __aa_profile_list_release() local
297 struct aa_profile *profile; in aa_alloc_profile() local
381 struct aa_profile *profile; in aa_find_child() local
410 struct aa_profile *profile = NULL; in __lookup_parent() local
493 struct aa_profile *profile = NULL; in __lookupn_profile() local
530 struct aa_profile *profile; in aa_lookupn_profile() local
554 struct aa_profile *profile; in aa_fqlookupn_profile() local
583 struct aa_profile *profile; in aa_alloc_null() local
641 struct aa_profile *p, *profile; in aa_new_learning_profile() local
883 struct aa_profile *profile) in __list_lookup_parent()
[all …]
H A Ddomain.c124 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
306 struct aa_profile *profile, aa_state_t state) in aa_xattrs_match()
390 struct aa_profile *profile, *candidate = NULL; in find_attach() local
630 struct aa_profile *profile, in profile_transition()
814 struct aa_profile *profile; in handle_onexec() local
876 struct aa_profile *profile; in apparmor_bprm_creds_for_exec() local
1010 struct aa_profile *profile, in build_change_hat()
1063 struct aa_profile *profile, *root, *hat = NULL; in change_hat() local
1180 struct aa_profile *profile; in aa_change_hat() local
1290 struct aa_profile *profile, in change_profile_perms_wrapper()
[all …]
H A Dmount.c133 struct aa_profile *profile, const char *op, in audit_mount()
304 struct aa_profile *profile, in match_mnt_path_str()
398 struct aa_profile *profile; in aa_remount() local
424 struct aa_profile *profile; in aa_bind_mount() local
462 struct aa_profile *profile; in aa_mount_change_type() local
489 struct aa_profile *profile; in aa_move_mount() local
539 struct aa_profile *profile; in aa_new_mount() local
602 struct aa_profile *profile, const struct path *path, in profile_umount()
639 struct aa_profile *profile; in aa_umount() local
663 struct aa_profile *profile, in build_pivotroot()
[all …]
H A Dcapability.c33 struct aa_profile *profile; member
64 static int audit_caps(struct apparmor_audit_data *ad, struct aa_profile *profile, in audit_caps()
116 static int profile_capable(struct aa_profile *profile, int cap, in profile_capable()
155 struct aa_profile *profile; in aa_capable() local
H A Dnet.c109 int aa_profile_af_perm(struct aa_profile *profile, in aa_profile_af_perm()
141 struct aa_profile *profile; in aa_af_perm() local
161 struct aa_profile *profile; in aa_label_sk_perm() local
221 static int aa_secmark_perm(struct aa_profile *profile, u32 request, u32 secid, in aa_secmark_perm()
259 struct aa_profile *profile; in apparmor_secmark_check() local
H A Dfile.c95 struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
165 struct aa_profile *profile; in path_name() local
229 struct aa_profile *profile, const char *name, in __aa_path_perm()
250 struct aa_profile *profile, in profile_path_perm()
288 struct aa_profile *profile; in aa_path_perm() local
327 struct aa_profile *profile, in profile_path_link()
444 struct aa_profile *profile; in aa_path_link() local
489 struct aa_profile *profile; in __file_path_perm() local
H A Dresource.c57 struct aa_profile *profile, unsigned int resource, in audit_resource()
89 struct aa_profile *profile, unsigned int resource, in profile_setrlimit()
119 struct aa_profile *profile; in aa_task_setrlimit() local
H A Dapparmorfs.c670 struct aa_profile *profile; in query_data() local
759 struct aa_profile *profile; in query_label() local
1074 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() local
1085 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() local
1164 struct aa_profile *profile; in seq_ns_nsstacked_show() local
1568 struct aa_profile *profile, in create_profile_file()
1631 struct aa_profile *profile; in rawdata_get_link_base() local
2190 struct aa_profile *profile) in next_profile()
2211 struct aa_profile *profile = NULL; in p_start() local
2239 struct aa_profile *profile = p; in p_next() local
[all …]
H A Dipc.c79 struct aa_profile *profile, in profile_signal_perm()
107 struct aa_profile *profile; in aa_may_signal() local
H A Dlib.c312 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
337 void aa_profile_match_label(struct aa_profile *profile, in aa_profile_match_label()
353 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, in aa_profile_label_perm()
388 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
H A Daudit.c120 struct aa_profile *profile = labels_profile(label); in audit_pre() local
166 int aa_audit(int type, struct aa_profile *profile, in aa_audit()
H A Dlabel.c320 struct aa_profile *profile; in aa_label_destroy() local
1264 static inline aa_state_t match_component(struct aa_profile *profile, in match_component()
1297 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
1357 static int label_components_match(struct aa_profile *profile, in label_components_match()
1418 int aa_label_match(struct aa_profile *profile, struct aa_ruleset *rules, in aa_label_match()
1513 struct aa_profile *profile, int flags, in aa_profile_snxprint()
1556 struct aa_profile *profile; in label_modename() local
1590 struct aa_profile *profile; in display_mode() local
1626 struct aa_profile *profile; in aa_label_snxprint() local
H A Dtask.c230 struct aa_profile *profile, in profile_ptrace_perm()
294 struct aa_profile *profile; in aa_may_ptrace() local
H A Dpolicy_unpack.c66 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local
534 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs()
805 struct aa_profile *profile = NULL; in unpack_profile() local
1242 static int verify_profile(struct aa_profile *profile) in verify_profile()
1409 struct aa_profile *profile = NULL; in aa_unpack() local
/openbmc/linux/drivers/mmc/host/
H A Dcqhci-crypto.c26 cqhci_host_from_crypto_profile(struct blk_crypto_profile *profile) in cqhci_host_from_crypto_profile()
61 static int cqhci_crypto_keyslot_program(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_program()
119 static int cqhci_crypto_keyslot_evict(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_evict()
172 struct blk_crypto_profile *profile = &mmc->crypto_profile; in cqhci_crypto_init() local
/openbmc/linux/drivers/platform/surface/
H A Dsurface_platform_profile.c25 __le32 profile; member
109 enum platform_profile_option *profile) in ssam_platform_profile_get()
130 enum platform_profile_option profile) in ssam_platform_profile_set()
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dsps.c147 enum platform_profile_option *profile) in amd_pmf_profile_get()
228 enum platform_profile_option profile) in amd_pmf_profile_set()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c51 static int ufshcd_crypto_keyslot_program(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_program()
109 static int ufshcd_crypto_keyslot_evict(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_evict()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py145 import cProfile as profile namespace
407 import cProfile as profile namespace
574 def __init__(self, lock, sockname, featureset, server_timeout, xmlrpcinterface, profile): argument
647 def execServer(lockfd, readypipeinfd, lockname, sockname, server_timeout, xmlrpcinterface, profile): argument
/openbmc/linux/drivers/devfreq/
H A Dexynos-bus.c291 struct devfreq_dev_profile *profile) in exynos_bus_profile_init()
352 struct devfreq_dev_profile *profile) in exynos_bus_profile_init_passive()
389 struct devfreq_dev_profile *profile; in exynos_bus_probe() local
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt.h19 enum cxd2880_dvbt_profile profile; member
/openbmc/linux/security/apparmor/include/
H A Dcrypto.h25 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, in aa_calc_profile_hash()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-server32 profile = bool(int(sys.argv[8])) variable

1234567