Home
last modified time | relevance | path

Searched refs:policy (Results 226 – 250 of 1020) sorted by relevance

12345678910>>...41

/openbmc/openbmc-test-automation/lib/
H A Dutils.py94 def translate_power_policy_value(policy): argument
114 if policy not in valid_power_policy_vars:
115 return policy
118 "Get Variable Value ${" + policy + "}", quiet=1
H A Dutils.robot155 # Set the auto reboot policy.
531 [Arguments] ${policy}
538 # policy Power restore policy (e.g "RESTORE_LAST_STATE",
544 ${policy}= Translate Power Policy Value ${policy}
548 Should Be Equal ${currentPolicy} ${policy}
667 [Arguments] ${policy}
670 # policy Power restore policy (e.g. ${ALWAYS_POWER_OFF}).
672 ${valueDict}= Create Dictionary data=${policy}
679 [Arguments] ${policy}
682 # policy Power restore policy (e.g. "ALWAYS_POWER_OFF").
[all …]
/openbmc/linux/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/openbmc/linux/drivers/cpufreq/
H A Dimx-cpufreq-dt.c55 static unsigned int imx7ulp_get_intermediate(struct cpufreq_policy *policy, in imx7ulp_get_intermediate() argument
61 static int imx7ulp_target_intermediate(struct cpufreq_policy *policy, in imx7ulp_target_intermediate() argument
64 unsigned int newfreq = policy->freq_table[index].frequency; in imx7ulp_target_intermediate()
H A Dsa1110-cpufreq.c229 static int sa1110_target(struct cpufreq_policy *policy, unsigned int ppcr) in sa1110_target() argument
244 if (policy->max < 147500) { in sa1110_target()
304 static int __init sa1110_cpu_init(struct cpufreq_policy *policy) in sa1110_cpu_init() argument
306 cpufreq_generic_init(policy, sa11x0_freq_table, 0); in sa1110_cpu_init()
H A Dkirkwood-cpufreq.c50 static int kirkwood_cpufreq_target(struct cpufreq_policy *policy, in kirkwood_cpufreq_target() argument
86 static int kirkwood_cpufreq_cpu_init(struct cpufreq_policy *policy) in kirkwood_cpufreq_cpu_init() argument
88 cpufreq_generic_init(policy, kirkwood_freq_table, 5000); in kirkwood_cpufreq_cpu_init()
/openbmc/openbmc/meta-amd/
H A DREADME.md4 This repository contains a set of distro policy for AMD customer reference server platforms:
10 Subsequent description applies to the distro policy for AMD customer reference server platforms onl…
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2474 (sizeof(policy->h2g.klv[0]) * policy->count); in __guc_context_policy_action_size()
2483 policy->count = 0; in __guc_context_policy_start_klv()
2490 policy->h2g.klv[policy->count].kl = \
2493 policy->h2g.klv[policy->count].value = data; \
2494 policy->count++; \
4409 u32 *end = policy->h2g.data + policy->num_words; in __guc_scheduling_policy_action_size()
4418 policy->max_words = ARRAY_SIZE(policy->h2g.data); in __guc_scheduling_policy_start_klv()
4422 return policy; in __guc_scheduling_policy_start_klv()
4428 u32 *klv_ptr = policy->h2g.data + policy->num_words; in __guc_scheduling_policy_add_klv()
4430 GEM_BUG_ON((policy->num_words + 1 + len) > policy->max_words); in __guc_scheduling_policy_add_klv()
[all …]
/openbmc/linux/security/selinux/include/
H A Dsecurity.h102 struct selinux_policy __rcu *policy; member
195 struct selinux_policy *policy; member
308 int security_get_classes(struct selinux_policy *policy,
310 int security_get_permissions(struct selinux_policy *policy,
329 int selinux_policy_genfs_sid(struct selinux_policy *policy,
/openbmc/linux/kernel/power/
H A Denergy_model.c244 struct cpufreq_policy *policy; in em_cpufreq_update_efficiencies() local
251 policy = cpufreq_cpu_get(cpumask_first(em_span_cpus(pd))); in em_cpufreq_update_efficiencies()
252 if (!policy) { in em_cpufreq_update_efficiencies()
263 if (!cpufreq_table_set_inefficient(policy, table[i].frequency)) in em_cpufreq_update_efficiencies()
267 cpufreq_cpu_put(policy); in em_cpufreq_update_efficiencies()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c263 CXLEventInterruptPolicy *policy; in cmd_events_get_interrupt_policy() local
266 policy = (CXLEventInterruptPolicy *)payload_out; in cmd_events_get_interrupt_policy()
267 memset(policy, 0, sizeof(*policy)); in cmd_events_get_interrupt_policy()
271 policy->info_settings = CXL_EVENT_INT_SETTING(log->irq_vec); in cmd_events_get_interrupt_policy()
276 policy->warn_settings = CXL_EVENT_INT_SETTING(log->irq_vec); in cmd_events_get_interrupt_policy()
286 policy->fatal_settings = CXL_EVENT_INT_SETTING(log->irq_vec); in cmd_events_get_interrupt_policy()
292 policy->dyn_cap_settings = CXL_INT_MSI_MSIX; in cmd_events_get_interrupt_policy()
295 *len_out = sizeof(*policy); in cmd_events_get_interrupt_policy()
307 CXLEventInterruptPolicy *policy; in cmd_events_set_interrupt_policy() local
314 policy = (CXLEventInterruptPolicy *)payload_in; in cmd_events_set_interrupt_policy()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_hencap_red_l3vpn_test.sh469 local policy=''
475 policy="${policy}${VPN_LOCATOR_SERVICE}:${n}::${END_FUNC},"
478 policy="${policy}${VPN_LOCATOR_SERVICE}:${dec_rt}::${DT46_FUNC}"
484 encap seg6 mode "${mode}" segs "${policy}" \
495 encap seg6 mode "${mode}" segs "${policy}" \
H A Dsrv6_hl2encap_red_l2vpn_test.sh407 local policy=''
413 policy="${policy}${VPN_LOCATOR_SERVICE}:${n}::${END_FUNC},"
416 policy="${policy}${VPN_LOCATOR_SERVICE}:${dec_rt}::${DX2_FUNC}"
422 encap seg6 mode "${mode}" segs "${policy}" \
427 encap seg6 mode "${mode}" segs "${policy}" \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/
H A Dcups-pk-helper_0.2.7.bb20 …g.opensuse.cupspkhelper.mechanism.policy.in ${D}${datadir}/polkit-1/actions/org.opensuse.cupspkhel…
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_redfish_mcu_fw_update.robot39 # policy
48 # policy
90 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate").
94 Set ApplyTime policy=${apply_time}
/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot10 ... - Boot policy is "ALWAYS_POWER_OFF"
44 ... 7. Update restore policy
114 [Documentation] Update the given restore policy
115 [Arguments] ${policy}
117 ${valueDict}= create dictionary data=${policy}
120 Should Be Equal ${currentPolicy} ${policy}
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh137 type filter hook forward priority 0; policy accept;
154 type filter hook input priority 0; policy accept;
174 type filter hook input priority 0; policy accept;
182 type filter hook output priority 0; policy accept;
199 type nat hook postrouting priority 0; policy accept;
205 type nat hook postrouting priority 0; policy accept;
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/
H A Dima55 … in IMA policy: $i"; exit 1; fi; fi; done) </etc/ima/ima-policy >/sys/kernel/security/ima/policy; …
/openbmc/linux/drivers/md/
H A Ddm-cache-metadata.c1295 struct dm_cache_policy *policy) in policy_unchanged() argument
1328 struct dm_cache_policy *policy) in hints_array_available() argument
1418 struct dm_cache_policy *policy, in __load_mappings() argument
1424 bool hints_valid = hints_array_available(cmd, policy); in __load_mappings()
1507 struct dm_cache_policy *policy, in dm_cache_load_mappings() argument
1513 r = __load_mappings(cmd, policy, fn, context); in dm_cache_load_mappings()
1706 struct dm_cache_policy *policy = context; in get_hint() local
1708 value = policy_get_hint(policy, to_cblock(index)); in get_hint()
1732 hint_size = dm_cache_policy_get_hint_size(policy); in write_hints()
1745 get_hint, policy); in write_hints()
[all …]
/openbmc/qemu/target/i386/
H A Dtrace-events8 kvm_sev_launch_start(int policy, void *session, void *pdh) "policy 0x%x session %p pdh %p"
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/
H A Dobmc-phosphor-image.bbappend19 # DISTRO_FEATURES += "ibm-service-account-policy"
21 # The service account policy is as follows:
67 …r-image += "${@bb.utils.contains('DISTRO_FEATURES', 'ibm-service-account-policy', "${IBM_EXTRA_USE…
70 IMAGE_INSTALL:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ibm-service-account-policy', 'sud…
/openbmc/linux/net/netfilter/
H A Dnf_tables_offload.c494 u8 policy; in nft_flow_offload_chain() local
500 policy = ppolicy ? *ppolicy : basechain->policy; in nft_flow_offload_chain()
503 if (cmd == FLOW_BLOCK_BIND && policy == NF_DROP) in nft_flow_offload_chain()
564 u8 policy; in nft_flow_rule_offload_commit() local
576 policy = nft_trans_chain_policy(trans); in nft_flow_rule_offload_commit()
577 err = nft_flow_offload_chain(trans->ctx.chain, &policy, in nft_flow_rule_offload_commit()
584 policy = nft_trans_chain_policy(trans); in nft_flow_rule_offload_commit()
585 err = nft_flow_offload_chain(trans->ctx.chain, &policy, in nft_flow_rule_offload_commit()
H A Dnfnetlink_cthelper.c288 nfnl_cthelper_update_policy_one(const struct nf_conntrack_expect_policy *policy, in nfnl_cthelper_update_policy_one() argument
305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
323 struct nf_conntrack_expect_policy *policy; in nfnl_cthelper_update_policy_all() local
349 policy = (struct nf_conntrack_expect_policy *) in nfnl_cthelper_update_policy_all()
351 policy->max_expected = new_policy->max_expected; in nfnl_cthelper_update_policy_all()
352 policy->timeout = new_policy->timeout; in nfnl_cthelper_update_policy_all()
748 .policy = nfnl_cthelper_policy
754 .policy = nfnl_cthelper_policy
760 .policy = nfnl_cthelper_policy
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-remove-strip.patch35 @@ -140,15 +139,12 @@ install: $(GRADM_BIN) gradm.8 policy grlearn
49 @if [ ! -f $(DESTDIR)$(GRSEC_DIR)/policy ] ; then \
51 @@ -168,6 +164,7 @@ install: $(GRADM_BIN) gradm.8 policy grlearn
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dvendor_cmd.c160 .policy = wlcore_vendor_attr_policy,
170 .policy = wlcore_vendor_attr_policy,
180 .policy = wlcore_vendor_attr_policy,

12345678910>>...41