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:pg_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/irq/
H
A
D
irqbalance01.c
60
const size_t
pg_len
= SAFE_SYSCONF(_SC_PAGESIZE);
in read_proc_file()
local
68
total_len +=
pg_len
;
in read_proc_file()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H
A
D
scsimain.c
1476
int sg_fd, k,
pg_len
;
in show_scsi_logs()
local
1508
pg_len
= 0;
in show_scsi_logs()
1514
pg_len
= (rsp_buff[2] << 8) + rsp_buff[3];
in show_scsi_logs()
1515
if ((
pg_len
+ 4) > MX_ALLOC_LEN) {
in show_scsi_logs()
1519
pg_len
= MX_ALLOC_LEN - 4;
in show_scsi_logs()
1523
rsp_buff[0],
pg_len
);
in show_scsi_logs()
1524
dStrHex((const char *)rsp_buff,
pg_len
+ 4, 1);
in show_scsi_logs()
1526
show_ascii_page(rsp_buff,
pg_len
+ 4);
in show_scsi_logs()
1528
if (do_all && (
pg_len
> 1)) {
in show_scsi_logs()
1529
int my_len =
pg_len
in show_scsi_logs()
[all...]
Completed in 6 milliseconds