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:w_hostlen
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
write_log.c
420
wrecd->
w_hostlen
= (wrec->
w_hostlen
> 0) ? (uint) wrec->
w_hostlen
: 0;
in wlog_rec_pack()
433
pattern = host + wrecd->
w_hostlen
;
in wlog_rec_pack()
438
if (wrecd->
w_hostlen
> 0)
in wlog_rec_pack()
439
memcpy(host, wrec->w_host, wrecd->
w_hostlen
);
in wlog_rec_pack()
445
wrecd->w_pathlen + wrecd->
w_hostlen
+
in wlog_rec_pack()
464
wrec->
w_hostlen
= wrecd->
w_hostlen
;
in wlog_rec_unpack()
475
if (wrec->
w_hostlen
>
in wlog_rec_unpack()
[all...]
H
A
D
doio.c
1772
wrec.
w_hostlen
= strlen(Host);
in do_write()
1773
memcpy(wrec.w_host, Host, wrec.
w_hostlen
);
in do_write()
3290
wrec.
w_hostlen
= strlen(Host);
in do_rw()
3291
memcpy(wrec.w_host, Host, wrec.
w_hostlen
);
in do_rw()
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
write_log.h
62
int
w_hostlen
; /* host name length */
member
89
* host (
w_hostlen
bytes - not null terminated)
96
* --><host (
w_hostlen
bytes)><pattern (w_patternlen bytes)><length (2 bytes)>
103
*
w_hostlen
, and w_patternlen fields MUST have enough bits to hold
123
uint
w_hostlen
: 4; /* length of host */
member
Completed in 8 milliseconds