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:scpd_area
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
chsc.c
903
struct chsc_scpd *
scpd_area
;
in chsc_determine_channel_path_desc()
local
915
scpd_area
= page;
in chsc_determine_channel_path_desc()
916
scpd_area
->request.length = 0x0010;
in chsc_determine_channel_path_desc()
917
scpd_area
->request.code = 0x0002;
in chsc_determine_channel_path_desc()
918
scpd_area
->cssid = chpid.cssid;
in chsc_determine_channel_path_desc()
919
scpd_area
->first_chpid = chpid.id;
in chsc_determine_channel_path_desc()
920
scpd_area
->last_chpid = chpid.id;
in chsc_determine_channel_path_desc()
921
scpd_area
->m = m;
in chsc_determine_channel_path_desc()
922
scpd_area
->c = c;
in chsc_determine_channel_path_desc()
923
scpd_area
in chsc_determine_channel_path_desc()
[all...]
H
A
D
chsc_sch.c
789
struct chsc_scpd *
scpd_area
;
in chsc_ioctl_chpd()
local
794
scpd_area
= (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
in chsc_ioctl_chpd()
795
if (!
scpd_area
|| !chpd) {
in chsc_ioctl_chpd()
805
scpd_area
);
in chsc_ioctl_chpd()
808
memcpy(&chpd->chpdb, &
scpd_area
->response,
scpd_area
->response.length);
in chsc_ioctl_chpd()
813
free_page((unsigned long)
scpd_area
);
in chsc_ioctl_chpd()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
chsc.c
947
struct chsc_scpd *
scpd_area
;
in chsc_determine_channel_path_desc()
local
959
scpd_area
= page;
in chsc_determine_channel_path_desc()
960
scpd_area
->request.length = 0x0010;
in chsc_determine_channel_path_desc()
961
scpd_area
->request.code = 0x0002;
in chsc_determine_channel_path_desc()
962
scpd_area
->cssid = chpid.cssid;
in chsc_determine_channel_path_desc()
963
scpd_area
->first_chpid = chpid.id;
in chsc_determine_channel_path_desc()
964
scpd_area
->last_chpid = chpid.id;
in chsc_determine_channel_path_desc()
965
scpd_area
->m = m;
in chsc_determine_channel_path_desc()
966
scpd_area
->c = c;
in chsc_determine_channel_path_desc()
967
scpd_area
in chsc_determine_channel_path_desc()
[all...]
H
A
D
chsc_sch.c
755
struct chsc_scpd *
scpd_area
;
in chsc_ioctl_chpd()
local
760
scpd_area
= (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
in chsc_ioctl_chpd()
761
if (!
scpd_area
|| !chpd) {
in chsc_ioctl_chpd()
771
scpd_area
);
in chsc_ioctl_chpd()
774
memcpy(&chpd->chpdb, &
scpd_area
->response,
scpd_area
->response.length);
in chsc_ioctl_chpd()
779
free_page((unsigned long)
scpd_area
);
in chsc_ioctl_chpd()
Completed in 7 milliseconds