Home
last modified time | relevance | path

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

/linux/drivers/acpi/x86/
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()
/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.h41 bool blacklisted; member
H A Dx509_public_key.c90 cert->blacklisted = true; in x509_get_sig_params()
190 if (cert->blacklisted) in x509_key_preparse()
/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()
/linux/certs/
H A DKconfig92 those keys are not blacklisted and are vouched for by a key built
110 bool "Provide system-wide ring of blacklisted keys"
113 Provide a system keyring to which blacklisted keys can be added.
116 of modules signed with a blacklisted key.
/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
/linux/fs/bcachefs/
H A Dbtree_io.c983 bool used_mempool, blacklisted; in bch2_btree_node_read_done() local
1135 blacklisted = bch2_journal_seq_is_blacklisted(c, in bch2_btree_node_read_done()
1139 btree_err_on(blacklisted && first, in bch2_btree_node_read_done()
1146 btree_err_on(blacklisted && ptr_written, in bch2_btree_node_read_done()
1156 if (blacklisted && !first) in bch2_btree_node_read_done()
H A Djournal_io.c89 static void journal_replay_free(struct bch_fs *c, struct journal_replay *i, bool blacklisted) in journal_replay_free() argument
91 if (blacklisted) in journal_replay_free()
/linux/Documentation/driver-api/
H A Dscsi.rst125 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
/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.txt598 the blacklisted controllers remain available in cgroup2.
1059 blacklisted features.
/linux/kernel/module/
H A Dmain.c2338 static bool blacklisted(const char *module_name) in module_frob_arch_sections()
2809 * if it's blacklisted. in unknown_module_param_cb()
2811 if (blacklisted(info->name)) {
2812 pr_err("Module %s is blacklisted\n", info->name); in early_mod_check()
2347 static bool blacklisted(const char *module_name) blacklisted() function
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst423 returned if the signature check fails or the key is blacklisted. Other errors
/linux/drivers/acpi/
H A DKconfig598 in most cases even if ACPI is unusable or blacklisted.
/linux/Documentation/trace/
H A Dkprobes.rst303 to specify a blacklisted function.