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:POLLNVAL
(Results
1 - 25
of
86
) sorted by relevance
1
2
3
4
/third_party/alsa-utils/alsamixer/
H
A
D
mainloop.c
109
if (pollfds[0].revents & (POLLERR | POLLHUP |
POLLNVAL
))
in mainloop()
117
if (revents & (POLLERR |
POLLNVAL
))
in mainloop()
/third_party/curl/lib/
H
A
D
select.c
238
if(pfd[num].revents & (POLLPRI|
POLLNVAL
))
in Curl_socket_check()
245
if(pfd[num].revents & (POLLPRI|
POLLNVAL
))
in Curl_socket_check()
252
if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|
POLLNVAL
))
in Curl_socket_check()
H
A
D
select.h
48
#define
POLLNVAL
0x20
macro
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-freertos.h
57
#define
POLLNVAL
0x0020
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/porting/linux/user/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/libc-test/src/api/
H
A
D
poll.c
23
C(
POLLNVAL
)
in f()
/third_party/pulseaudio/src/pulsecore/
H
A
D
poll.h
43
#define
POLLNVAL
0x020 /* Invalid polling request. */
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/musl/include/
H
A
D
poll.h
17
#define
POLLNVAL
0x020
macro
/third_party/rust/crates/libc/src/unix/newlib/arm/
H
A
D
mod.rs
44
pub const
POLLNVAL
: ::c_short = 0x20;
consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H
A
D
mod.rs
42
pub const
POLLNVAL
: ::c_short = 0x20;
consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
poll_fd.rs
27
/// `
POLLNVAL
`
28
const NVAL = linux_raw_sys::general::
POLLNVAL
as u16;
/third_party/alsa-lib/src/hwdep/
H
A
D
hwdep.c
273
pfds->events = POLLOUT|POLLERR|
POLLNVAL
;
in snd_hwdep_poll_descriptors()
276
pfds->events = POLLIN|POLLERR|
POLLNVAL
;
in snd_hwdep_poll_descriptors()
279
pfds->events = POLLOUT|POLLIN|POLLERR|
POLLNVAL
;
in snd_hwdep_poll_descriptors()
/third_party/alsa-lib/src/timer/
H
A
D
timer.c
365
pfds->events = POLLOUT|POLLERR|
POLLNVAL
;
in snd_timer_poll_descriptors()
368
pfds->events = POLLIN|POLLERR|
POLLNVAL
;
in snd_timer_poll_descriptors()
371
pfds->events = POLLOUT|POLLIN|POLLERR|
POLLNVAL
;
in snd_timer_poll_descriptors()
/third_party/libdrm/
H
A
D
libsync.h
72
if (fds.revents & (POLLERR |
POLLNVAL
)) {
in sync_wait()
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
poll_fd.rs
39
/// `
POLLNVAL
`
40
const NVAL = c::
POLLNVAL
;
/third_party/python/Lib/test/
H
A
D
test_poll.py
90
self.assertEqual(r[0], (FD, select.
POLLNVAL
))
99
self.assertEqual(r[0], (fd, select.
POLLNVAL
))
/third_party/musl/porting/linux/user/src/env/
H
A
D
__libc_start_main.c
54
for (i=0; i<3; i++) if (pfd[i].revents&
POLLNVAL
)
in __init_libc()
/third_party/musl/src/env/
H
A
D
__libc_start_main.c
56
for (i=0; i<3; i++) if (pfd[i].revents&
POLLNVAL
)
in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H
A
D
__libc_start_main.c
53
for (i=0; i<3; i++) if (pfd[i].revents&
POLLNVAL
)
in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H
A
D
__libc_start_main.c
54
for (i=0; i<3; i++) if (pfd[i].revents&
POLLNVAL
)
in __init_libc()
Completed in 8 milliseconds
1
2
3
4