Home
last modified time | relevance | path

Searched refs:blacklisted (Results 1 – 17 of 17) 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_public_key.c77 cert->blacklisted = true; in x509_get_sig_params()
177 if (cert->blacklisted) in x509_key_preparse()
H A Dx509_parser.h41 bool blacklisted; member
/linux/drivers/cpufreq/
H A Dacpi-cpufreq.c697 static int blacklisted; in acpi_cpufreq_cpu_init() local
703 if (blacklisted) in acpi_cpufreq_cpu_init()
704 return blacklisted; in acpi_cpufreq_cpu_init()
705 blacklisted = acpi_cpufreq_blacklist(c); in acpi_cpufreq_cpu_init()
706 if (blacklisted) in acpi_cpufreq_cpu_init()
707 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.c1015 bool used_mempool, blacklisted; in bch2_btree_node_read_done() local
1170 blacklisted = bch2_journal_seq_is_blacklisted(c, in bch2_btree_node_read_done()
1174 btree_err_on(blacklisted && first, in bch2_btree_node_read_done()
1181 btree_err_on(blacklisted && ptr_written, in bch2_btree_node_read_done()
1191 if (blacklisted && !first) in bch2_btree_node_read_done()
H A Djournal_io.c115 static void journal_replay_free(struct bch_fs *c, struct journal_replay *i, bool blacklisted) in journal_replay_free() argument
117 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.rst42 init/main.c:1218 [main]initcall_blacklisted =_ "initcall %s blacklisted\012"
H A Dkernel-parameters.txt632 the blacklisted controllers remain available in cgroup2.
1116 blacklisted features.
/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 DKconfig607 in most cases even if ACPI is unusable or blacklisted.
/linux/Documentation/trace/
H A Dkprobes.rst303 to specify a blacklisted function.