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:MAXIOVCNT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/ftest/
H
A
D
ftest08.c
71
#define
MAXIOVCNT
16
macro
231
struct iovec r_iovec[
MAXIOVCNT
];
in dotest()
235
struct iovec val0_iovec[
MAXIOVCNT
];
in dotest()
236
struct iovec val_iovec[
MAXIOVCNT
];
in dotest()
248
r_ioveclen = w_ioveclen = csize /
MAXIOVCNT
;
in dotest()
251
* be evenly divisible by
MAXIOVCNT
.
in dotest()
253
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
317
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
339
if ((xfr = readv(fd, &r_iovec[0],
MAXIOVCNT
)) < 0) {
in dotest()
359
for (i = 0; i <
MAXIOVCNT
;
in dotest()
[all...]
H
A
D
ftest04.c
70
#define
MAXIOVCNT
16
macro
218
struct iovec r_iovec[
MAXIOVCNT
];
in dotest()
222
struct iovec val0_iovec[
MAXIOVCNT
];
in dotest()
223
struct iovec val_iovec[
MAXIOVCNT
];
in dotest()
236
r_ioveclen = w_ioveclen = csize /
MAXIOVCNT
;
in dotest()
239
* be evenly divisible by
MAXIOVCNT
.
in dotest()
242
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
306
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
326
if ((xfr = readv(fd, &r_iovec[0],
MAXIOVCNT
)) < 0) {
in dotest()
346
for (i = 0; i <
MAXIOVCNT
;
in dotest()
[all...]
H
A
D
ftest07.c
50
* 2. The "csize" argument must be evenly divisible by
MAXIOVCNT
.
86
#define
MAXIOVCNT
16
macro
284
struct iovec r_iovec[
MAXIOVCNT
];
in dotest()
288
struct iovec val_iovec[
MAXIOVCNT
];
in dotest()
290
struct iovec zero_iovec[
MAXIOVCNT
];
in dotest()
306
r_ioveclen = w_ioveclen = csize /
MAXIOVCNT
;
in dotest()
309
* be evenly divisible by
MAXIOVCNT
.
in dotest()
312
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
378
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
398
if ((xfr = readv(fd, &r_iovec[0],
MAXIOVCNT
)) <
in dotest()
[all...]
H
A
D
ftest03.c
47
* 2. The "csize" argument must be evenly divisible by
MAXIOVCNT
.
86
#define
MAXIOVCNT
16
macro
284
struct iovec r_iovec[
MAXIOVCNT
];
in dotest()
288
struct iovec val_iovec[
MAXIOVCNT
];
in dotest()
289
struct iovec zero_iovec[
MAXIOVCNT
];
in dotest()
305
r_ioveclen = w_ioveclen = csize /
MAXIOVCNT
;
in dotest()
308
* be evenly divisible by
MAXIOVCNT
.
in dotest()
310
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
381
for (i = 0; i <
MAXIOVCNT
; i++) {
in dotest()
403
if ((xfr = readv(fd, &r_iovec[0],
MAXIOVCNT
)) <
in dotest()
[all...]
Completed in 3 milliseconds