Home
last modified time | relevance | path

Searched refs:blacklisted (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dblacklist.c50 int blacklisted = 0; in acpi_blacklisted() local
64 blacklisted = acpi_blacklist[i].data; in acpi_blacklisted()
72 return blacklisted; in acpi_blacklisted()
H A DKconfig605 in most cases even if ACPI is unusable or blacklisted.
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c212 if (x509->blacklisted) { in pkcs7_verify_sig_chain()
216 sinfo->blacklisted = true; in pkcs7_verify_sig_chain()
218 p->blacklisted = true; in pkcs7_verify_sig_chain()
443 if (sinfo->blacklisted) { in pkcs7_verify()
H A Dpkcs7_parser.h22 bool blacklisted; member
H A Dx509_parser.h40 bool blacklisted; member
H A Dx509_public_key.c90 cert->blacklisted = true; in x509_get_sig_params()
192 if (cert->blacklisted) in x509_key_preparse()
/openbmc/linux/certs/
H A DKconfig90 those keys are not blacklisted and are vouched for by a key built
94 bool "Provide system-wide ring of blacklisted keys"
97 Provide a system keyring to which blacklisted keys can be added.
100 of modules signed with a blacklisted key.
/openbmc/linux/drivers/cpufreq/
H A Dacpi-cpufreq.c682 static int blacklisted; in acpi_cpufreq_cpu_init() local
688 if (blacklisted) in acpi_cpufreq_cpu_init()
689 return blacklisted; in acpi_cpufreq_cpu_init()
690 blacklisted = acpi_cpufreq_blacklist(c); in acpi_cpufreq_cpu_init()
691 if (blacklisted) in acpi_cpufreq_cpu_init()
692 return blacklisted; in acpi_cpufreq_cpu_init()
/openbmc/linux/security/integrity/
H A DKconfig110 bool "Enable loading of platform and blacklisted keys for POWER"
115 Enable loading of keys to the .platform keyring and blacklisted
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipath.conf.example9 ## blacklisted. To enable mulitpathing on these devies, uncomment the
/openbmc/qemu/docs/
H A Digd-assign.txt47 There are numerous ways to do this, i915 can be blacklisted on the host,
/openbmc/linux/Documentation/driver-api/
H A Dscsi.rst126 Manage scsi_dev_info_list, which tracks blacklisted and whitelisted
H A Ddevice_link.rst113 is reached. Worse, if the supplier driver is blacklisted or missing, the
/openbmc/docs/designs/
H A Dphosphor-audit.md163 2. checks if audit event should be whitelisted or blacklisted at the audit
/openbmc/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst37 init/main.c:1218 [main]initcall_blacklisted =_ "initcall %s blacklisted\012"
H A Dkernel-parameters.txt578 the blacklisted controllers remain available in cgroup2.
1039 blacklisted features.
/openbmc/linux/kernel/module/
H A Dmain.c2344 static bool blacklisted(const char *module_name) in blacklisted() function
2805 if (blacklisted(info->name)) { in early_mod_check()
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst423 returned if the signature check fails or the key is blacklisted. Other errors
/openbmc/linux/Documentation/trace/
H A Dkprobes.rst303 to specify a blacklisted function.