Searched refs:store (Results 1 – 6 of 6) sorted by relevance
| /scripts/ |
| D | sign-file.c | 114 OSSL_STORE_CTX *store; in read_private_key_pkcs11() local 121 store = OSSL_STORE_open(private_key_name, NULL, NULL, NULL, NULL); in read_private_key_pkcs11() 122 ERR(!store, "OSSL_STORE_open"); in read_private_key_pkcs11() 124 while (!OSSL_STORE_eof(store)) { in read_private_key_pkcs11() 125 OSSL_STORE_INFO *info = OSSL_STORE_load(store); in read_private_key_pkcs11() 139 OSSL_STORE_close(store); in read_private_key_pkcs11()
|
| D | checkpatch.pl | 7550 my $store = $4; 7553 $store =~ /^${var}_store$/ && 7558 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*$store\s*\)/D… 7561 $store =~ /^NULL$/ && 7569 $store =~ /^${var}_store$/ && 7574 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*NULL\s*,\s*$store\s*\)/DE… 7581 my $newstore = $store; 7582 $newstore = "${var}_store" if ($store ne "NULL" && $store ne "${var}_store"); 7587 if ($store ne $newstore) { 7588 $rename .= " '$store' to '$newstore'";
|
| D | Kbuild.include | 232 # (5) No dir/.target.cmd file (used to store command line)
|
| /scripts/coccinelle/misc/ |
| D | returnvar.cocci | 3 /// Remove unneeded variable used to store return value.
|
| D | uninitialized_var.cocci | 13 /// obviously redundant, the compiler's dead-store elimination pass will make
|
| /scripts/atomic/ |
| D | atomics.tbl | 12 # * s - store: returns void (has _release order variant)
|