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:sdebug_capacity
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
798
static sector_t
sdebug_capacity
; /* in sectors */
variable
1843
sdebug_capacity
= get_sdebug_capacity();
in resp_readcap()
1845
if (
sdebug_capacity
< 0xffffffff) {
in resp_readcap()
1846
capac = (unsigned int)
sdebug_capacity
- 1;
in resp_readcap()
1864
sdebug_capacity
= get_sdebug_capacity();
in resp_readcap16()
1866
put_unaligned_be64((u64)(
sdebug_capacity
- 1), arr + 0);
in resp_readcap16()
2370
if ((bd_len > 0) && (!
sdebug_capacity
))
in resp_mode_sense()
2371
sdebug_capacity
= get_sdebug_capacity();
in resp_mode_sense()
2374
if (
sdebug_capacity
> 0xfffffffe)
in resp_mode_sense()
2377
put_unaligned_be32(
sdebug_capacity
, a
in resp_mode_sense()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
807
static sector_t
sdebug_capacity
; /* in sectors */
variable
1852
sdebug_capacity
= get_sdebug_capacity();
in resp_readcap()
1854
if (
sdebug_capacity
< 0xffffffff) {
in resp_readcap()
1855
capac = (unsigned int)
sdebug_capacity
- 1;
in resp_readcap()
1873
sdebug_capacity
= get_sdebug_capacity();
in resp_readcap16()
1875
put_unaligned_be64((u64)(
sdebug_capacity
- 1), arr + 0);
in resp_readcap16()
2379
if ((bd_len > 0) && (!
sdebug_capacity
))
in resp_mode_sense()
2380
sdebug_capacity
= get_sdebug_capacity();
in resp_mode_sense()
2383
if (
sdebug_capacity
> 0xfffffffe)
in resp_mode_sense()
2386
put_unaligned_be32(
sdebug_capacity
, a
in resp_mode_sense()
[all...]
Completed in 16 milliseconds