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:sneq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_eckd.c
753
if (private->
sneq
) {
in create_uid()
754
uid->type = private->
sneq
->sua_flags;
in create_uid()
756
uid->base_unit_addr = private->
sneq
->base_unit_addr;
in create_uid()
951
struct dasd_sneq *
sneq
;
in dasd_eckd_identify_conf_parts()
local
955
private->
sneq
= NULL;
in dasd_eckd_identify_conf_parts()
959
sneq
= (struct dasd_sneq *)private->conf_data;
in dasd_eckd_identify_conf_parts()
961
if (
sneq
->flags.identifier == 1 &&
sneq
->format == 1)
in dasd_eckd_identify_conf_parts()
962
private->
sneq
=
sneq
;
in dasd_eckd_identify_conf_parts()
[all...]
H
A
D
dasd_eckd.h
666
struct dasd_sneq *
sneq
;
member
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_eckd.c
754
if (conf->
sneq
) {
in create_uid()
755
uid->type = conf->
sneq
->sua_flags;
in create_uid()
757
uid->base_unit_addr = conf->
sneq
->base_unit_addr;
in create_uid()
953
struct dasd_sneq *
sneq
;
in dasd_eckd_identify_conf_parts()
local
957
conf->
sneq
= NULL;
in dasd_eckd_identify_conf_parts()
961
sneq
= (struct dasd_sneq *)conf->data;
in dasd_eckd_identify_conf_parts()
963
if (
sneq
->flags.identifier == 1 &&
sneq
->format == 1)
in dasd_eckd_identify_conf_parts()
964
conf->
sneq
=
sneq
;
in dasd_eckd_identify_conf_parts()
[all...]
H
A
D
dasd_eckd.h
673
struct dasd_sneq *
sneq
;
member
Completed in 12 milliseconds