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:O_NDELAY
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
13
#define
O_NDELAY
0x0004
macro
15
#define
O_NDELAY
(0x0004 | O_NONBLOCK)
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
13
#define
O_NDELAY
0x0004
macro
15
#define
O_NDELAY
(0x0004 | O_NONBLOCK)
macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
95
#ifndef
O_NDELAY
96
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
fcntl.h
96
#ifndef
O_NDELAY
97
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
fcntl.h
95
#ifndef
O_NDELAY
96
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
95
#ifndef
O_NDELAY
96
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
67
#ifndef
O_NDELAY
68
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
81
#ifndef
O_NDELAY
82
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
81
#ifndef
O_NDELAY
82
#define
O_NDELAY
O_NONBLOCK
macro
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H
A
D
fcntl.h
36
#define
O_NDELAY
_FNDELAY
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
fcntl.h
11
O_APPEND |
O_NDELAY
| O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-6.6/include/linux/
H
A
D
fcntl.h
11
O_APPEND |
O_NDELAY
| O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
open_flags.c
55
#elif
O_NDELAY
in open__scnprintf_flags()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H
A
D
open_flags.c
55
#elif
O_NDELAY
in open__scnprintf_flags()
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_operations.h
29
#define PRT_FCNTL (O_NONBLOCK |
O_NDELAY
| O_APPEND | O_SYNC)
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
33
#define SETFL_MASK (O_APPEND | O_NONBLOCK |
O_NDELAY
| O_DIRECT | O_NOATIME)
53
if (O_NONBLOCK !=
O_NDELAY
)
in setfl()
54
if (arg &
O_NDELAY
)
in setfl()
1044
* Exceptions: O_NONBLOCK is a two bit define on parisc;
O_NDELAY
in fcntl_init()
1049
(VALID_OPEN_FLAGS & ~(O_NONBLOCK |
O_NDELAY
)) |
in fcntl_init()
H
A
D
ioctl.c
556
if (O_NONBLOCK !=
O_NDELAY
)
in ioctl_fionbio()
557
flag |=
O_NDELAY
;
in ioctl_fionbio()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
35
#define SETFL_MASK (O_APPEND | O_NONBLOCK |
O_NDELAY
| O_DIRECT | O_NOATIME)
55
if (O_NONBLOCK !=
O_NDELAY
)
in setfl()
56
if (arg &
O_NDELAY
)
in setfl()
1027
* Exceptions: O_NONBLOCK is a two bit define on parisc;
O_NDELAY
in fcntl_init()
1032
(VALID_OPEN_FLAGS & ~(O_NONBLOCK |
O_NDELAY
)) |
in fcntl_init()
H
A
D
ioctl.c
353
if (O_NONBLOCK !=
O_NDELAY
)
in ioctl_fionbio()
354
flag |=
O_NDELAY
;
in ioctl_fionbio()
/kernel/linux/linux-6.6/drivers/block/aoe/
H
A
D
aoechr.c
239
if (filp->f_flags &
O_NDELAY
) {
in aoechr_read()
/kernel/linux/linux-5.10/drivers/block/aoe/
H
A
D
aoechr.c
231
if (filp->f_flags &
O_NDELAY
) {
in aoechr_read()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
tcp_mmap.c
167
fcntl(fd, F_SETFL,
O_NDELAY
);
in child_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
tcp_mmap.c
190
fcntl(fd, F_SETFL,
O_NDELAY
);
in child_thread()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ch.c
628
file->f_flags &
O_NDELAY
);
in ch_ioctl()
878
file->f_flags &
O_NDELAY
);
in ch_ioctl_compat()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_printer.c
484
if (fd->f_flags & (O_NONBLOCK|
O_NDELAY
)) {
in printer_read()
603
if (fd->f_flags & (O_NONBLOCK|
O_NDELAY
)) {
in printer_write()
Completed in 15 milliseconds
1
2