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:sch_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_ioctl.c
460
struct subchannel_id
sch_id
;
in __dasd_ioctl_information()
local
478
ccw_device_get_schid(cdev, &
sch_id
);
in __dasd_ioctl_information()
481
dasd_info->schid =
sch_id
.sch_no;
in __dasd_ioctl_information()
H
A
D
dasd_eckd.c
1030
struct subchannel_id
sch_id
;
in dasd_eckd_read_conf()
local
1034
ccw_device_get_schid(device->cdev, &
sch_id
);
in dasd_eckd_read_conf()
1072
device->path[pos].cssid =
sch_id
.cssid;
in dasd_eckd_read_conf()
1073
device->path[pos].ssid =
sch_id
.ssid;
in dasd_eckd_read_conf()
1138
device->path[pos].cssid =
sch_id
.cssid;
in dasd_eckd_read_conf()
1139
device->path[pos].ssid =
sch_id
.ssid;
in dasd_eckd_read_conf()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_ioctl.c
507
struct subchannel_id
sch_id
;
in __dasd_ioctl_information()
local
525
ccw_device_get_schid(cdev, &
sch_id
);
in __dasd_ioctl_information()
528
dasd_info->schid =
sch_id
.sch_no;
in __dasd_ioctl_information()
H
A
D
dasd_eckd.c
1010
struct subchannel_id
sch_id
;
in dasd_eckd_store_conf_data()
local
1024
ccw_device_get_schid(device->cdev, &
sch_id
);
in dasd_eckd_store_conf_data()
1026
device->path[chp].cssid =
sch_id
.cssid;
in dasd_eckd_store_conf_data()
1027
device->path[chp].ssid =
sch_id
.ssid;
in dasd_eckd_store_conf_data()
Completed in 31 milliseconds