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:IPL_TYPE_CCW
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
ipl.c
91
case
IPL_TYPE_CCW
:
in ipl_type_str()
271
return
IPL_TYPE_CCW
;
in get_ipl_type()
332
case
IPL_TYPE_CCW
:
in sys_ipl_device_show()
536
case
IPL_TYPE_CCW
:
in ipl_init()
1068
case
IPL_TYPE_CCW
:
in reipl_set_type()
1100
rc = reipl_set_type(
IPL_TYPE_CCW
);
in reipl_type_store()
1120
case
IPL_TYPE_CCW
:
in __reipl_run()
1225
if (ipl_info.type ==
IPL_TYPE_CCW
) {
in reipl_ccw_init()
1231
reipl_capabilities |=
IPL_TYPE_CCW
;
in reipl_ccw_init()
1367
reipl_type =
IPL_TYPE_CCW
;
in reipl_type_init()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
ipl.c
97
case
IPL_TYPE_CCW
:
in ipl_type_str()
289
return
IPL_TYPE_CCW
;
in get_ipl_type()
355
case
IPL_TYPE_CCW
:
in sys_ipl_device_show()
660
case
IPL_TYPE_CCW
:
in ipl_init()
1224
case
IPL_TYPE_CCW
:
in reipl_set_type()
1259
rc = reipl_set_type(
IPL_TYPE_CCW
);
in reipl_type_store()
1282
case
IPL_TYPE_CCW
:
in __reipl_run()
1395
if (ipl_info.type ==
IPL_TYPE_CCW
) {
in reipl_ccw_init()
1401
reipl_capabilities |=
IPL_TYPE_CCW
;
in reipl_ccw_init()
1589
reipl_type =
IPL_TYPE_CCW
;
in reipl_type_init()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
ipl.h
64
IPL_TYPE_CCW
= 2,
enumerator
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
ipl.h
70
IPL_TYPE_CCW
= 2,
enumerator
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
blacklist.c
177
if (ipl_info.type ==
IPL_TYPE_CCW
) {
in blacklist_parse_parameters()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
blacklist.c
177
if (ipl_info.type ==
IPL_TYPE_CCW
) {
in blacklist_parse_parameters()
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_devmap.c
140
if (ipl_info.type !=
IPL_TYPE_CCW
) {
in dasd_busid()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_devmap.c
141
if (ipl_info.type !=
IPL_TYPE_CCW
) {
in dasd_busid()
Completed in 14 milliseconds