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:FAN_NOFD
(Results
1 - 20
of
20
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify19.c
217
} else if (event->fd !=
FAN_NOFD
) {
in test_fanotify()
224
FAN_NOFD
);
in test_fanotify()
254
if (event->fd !=
FAN_NOFD
)
in test_fanotify()
H
A
D
fanotify23.c
207
event->fd =
FAN_NOFD
;
in test_fanotify()
219
if (event->fd !=
FAN_NOFD
)
in test_fanotify()
H
A
D
fanotify05.c
145
if (event.fd !=
FAN_NOFD
) {
in test_fanotify()
169
if (got_overflow || event.fd !=
FAN_NOFD
) {
in test_fanotify()
H
A
D
fanotify04.c
120
if (event->fd !=
FAN_NOFD
)
in verify_event()
148
if (event->fd !=
FAN_NOFD
)
in verify_no_event()
H
A
D
fanotify13.c
210
if (metadata->fd !=
FAN_NOFD
)
in do_test()
213
"event. Expected to get
FAN_NOFD
(%d)",
in do_test()
214
metadata->fd,
FAN_NOFD
);
in do_test()
H
A
D
fanotify15.c
202
} else if (metadata->fd !=
FAN_NOFD
) {
in do_test()
205
"event. Expected to get
FAN_NOFD
(%d)",
in do_test()
206
metadata->fd,
FAN_NOFD
);
in do_test()
H
A
D
fanotify09.c
299
if (event->fd !=
FAN_NOFD
) {
in event_res()
356
if (event->fd !=
FAN_NOFD
)
in verify_event()
364
if (event->fd !=
FAN_NOFD
)
in close_event_fds()
H
A
D
fanotify11.c
89
if (event.fd !=
FAN_NOFD
)
in test01()
H
A
D
fanotify02.c
168
if (event->fd !=
FAN_NOFD
)
in test01()
H
A
D
fanotify12.c
211
if (event->fd !=
FAN_NOFD
)
in do_test()
H
A
D
fanotify06.c
144
if (event->fd !=
FAN_NOFD
)
in close_events_fd()
H
A
D
fanotify22.c
205
if (event->fd !=
FAN_NOFD
) {
in check_error_event_metadata()
H
A
D
fanotify03.c
303
if (event->fd !=
FAN_NOFD
)
in test_fanotify()
H
A
D
fanotify01.c
272
if (event->fd == -2 || (event->fd ==
FAN_NOFD
&&
in test_fanotify()
H
A
D
fanotify10.c
828
if (event->fd !=
FAN_NOFD
)
in test_fanotify()
855
if (event->fd !=
FAN_NOFD
)
in test_fanotify()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
fanotify.h
94
#define
FAN_NOFD
-1
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
fanotify.h
94
#define
FAN_NOFD
-1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
fanotify.h
94
#define
FAN_NOFD
-1
macro
/third_party/musl/include/sys/
H
A
D
fanotify.h
100
#define
FAN_NOFD
-1
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3395
pub const
FAN_NOFD
: ::c_int = -1;
consts
Completed in 20 milliseconds