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:EVENT_SIZE
(Results
1 - 22
of
22
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify04.c
28
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
37
static char event_buf[
EVENT_SIZE
];
106
SAFE_READ(0, fd_notify, event_buf,
EVENT_SIZE
);
in verify_event()
140
ret = read(fd_notify, event_buf,
EVENT_SIZE
);
in verify_no_event()
152
EVENT_SIZE
);
in verify_no_event()
H
A
D
fanotify02.c
29
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
31
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify19.c
32
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
33
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify23.c
29
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
31
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify12.c
31
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
32
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify06.c
48
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
50
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify15.c
35
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata) + \
macro
39
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
* 2)
H
A
D
fanotify03.c
33
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
35
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify01.c
29
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
31
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify09.c
55
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
57
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
H
A
D
fanotify16.c
38
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata) + \
macro
42
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
* 3)
H
A
D
fanotify10.c
53
#define
EVENT_SIZE
(sizeof(struct fanotify_event_metadata))
macro
55
#define EVENT_BUF_LEN (EVENT_MAX *
EVENT_SIZE
)
/third_party/ltp/testcases/kernel/syscalls/inotify/
H
A
D
inotify05.c
29
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
30
#define EVENT_BUF_LEN (
EVENT_SIZE
* 16)
106
if ((int)(i +
EVENT_SIZE
) != len) {
in verify_inotify()
119
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify11.c
39
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
40
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
79
for (i = 0; i < len; i +=
EVENT_SIZE
+ event->len) {
in verify_inotify()
H
A
D
inotify08.c
45
#define
EVENT_SIZE
(sizeof (struct inotify_event))
macro
47
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
122
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify03.c
33
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
35
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
112
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify04.c
32
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
34
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
156
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify01.c
29
#define
EVENT_SIZE
(sizeof (struct inotify_event))
macro
31
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
130
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify10.c
31
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
32
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
179
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify07.c
44
#define
EVENT_SIZE
(sizeof (struct inotify_event))
macro
46
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
130
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify02.c
35
#define
EVENT_SIZE
(sizeof (struct inotify_event))
macro
37
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
192
i +=
EVENT_SIZE
+ event->len;
in verify_inotify()
H
A
D
inotify12.c
33
#define
EVENT_SIZE
(sizeof(struct inotify_event))
macro
34
#define EVENT_BUF_LEN (EVENT_MAX * (
EVENT_SIZE
+ 16))
Completed in 10 milliseconds