Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:diag320_rc
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
cert_store.c
56
enum
diag320_rc
{
enum
487
int
diag320_rc
;
in get_vcssb()
local
491
diag320_rc
= diag320(DIAG320_STORAGE, vcssb);
in get_vcssb()
494
if (
diag320_rc
!= DIAG320_RC_OK) {
in get_vcssb()
495
pr_dbf_msg("Diag 320 Subcode 1 returned bad RC: %04x",
diag320_rc
);
in get_vcssb()
534
int rc,
diag320_rc
;
in get_sevcb()
local
538
diag320_rc
= diag320(DIAG320_CERT_BLOCK, vcb);
in get_sevcb()
539
pr_dbf_msg("Diag 320 Subcode2 RC %2x",
diag320_rc
);
in get_sevcb()
542
switch (
diag320_rc
) {
in get_sevcb()
559
pr_dbf_msg("Diag 320 Subcode2 returned bad rc (0x%4x)",
diag320_rc
);
in get_sevcb()
[all...]
Completed in 2 milliseconds