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:sect_sz
(Results
1 - 3
of
3
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
fdisk.c
31
long
sect_sz
;
153
if (TT.
sect_sz
!= 512 && TT.
sect_sz
!= 1024 && TT.
sect_sz
!= 2048 &&
in read_sec_sz()
154
TT.
sect_sz
!= 4096)
in read_sec_sz()
158
g_sect_size = TT.
sect_sz
;
in read_sec_sz()
/third_party/toybox/generated/
H
A
D
globals.h
751
long
sect_sz
;
member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H
A
D
scsimain.c
1856
int read_capacity(int sg_fd, int *num_sect, int *
sect_sz
)
in read_capacity()
argument
1889
*
sect_sz
= (rcBuff[4] << 24) | (rcBuff[5] << 16) |
in read_capacity()
4098
unsigned int *last_sect, unsigned int *
sect_sz
)
in do_readcap_10()
4140
*
sect_sz
= (rcBuff[4] << 24) | (rcBuff[5] << 16) |
in do_readcap_10()
4097
do_readcap_10(int sg_fd, int pmi, unsigned int lba, unsigned int *last_sect, unsigned int *
sect_sz
)
do_readcap_10()
argument
Completed in 15 milliseconds