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 - 13
of
13
) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/
H
A
D
poll.h
46
#define
POLLNVAL
0x020
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
poll.h
11
#define
POLLNVAL
0x0020
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
poll.h
11
#define
POLLNVAL
0x0020
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
poll.h
13
#define
POLLNVAL
0x0020
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
poll.h
26
#define
POLLNVAL
0x0020
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
poll.h
26
#define
POLLNVAL
0x0020
macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
types.h
166
#define
POLLNVAL
0x0020
macro
/kernel/linux/linux-5.10/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
237
if (fds[0].revents &
POLLNVAL
) {
in ne_poll_enclave_fd()
238
printf("Received
POLLNVAL
\n");
in ne_poll_enclave_fd()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H
A
D
ne_ioctl_sample.c
236
if (fds[0].revents &
POLLNVAL
) {
in ne_poll_enclave_fd()
237
printf("Received
POLLNVAL
\n");
in ne_poll_enclave_fd()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.c
431
if (fds.revents & (POLLERR |
POLLNVAL
)) {
in copyfd_io_poll()
433
"POLLERR/
POLLNVAL
(%x)\n", fds.revents);
in copyfd_io_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.c
723
if (fds.revents & (POLLERR |
POLLNVAL
)) {
in copyfd_io_poll()
727
"POLLERR/
POLLNVAL
(%x)\n", fds.revents);
in copyfd_io_poll()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
4109
if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP |
POLLNVAL
) == 0)
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
4032
if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP |
POLLNVAL
) == 0)
Completed in 21 milliseconds