OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINUX_O_RDWR
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/compat/linux/
h_inotify_single_file.c
51
RS(targetfd = open("test",
LINUX_O_RDWR
|LINUX_O_CREAT, 0644));
59
RS(targetfd = open("test",
LINUX_O_RDWR
|LINUX_O_CREAT, 0644));
h_inotify_watch_change.c
47
RS(targetfd = open("test",
LINUX_O_RDWR
|LINUX_O_CREAT, 0644));
h_inotify_directory.c
76
RS(targetfd = open("test/test",
LINUX_O_RDWR
|LINUX_O_CREAT, 0644));
/src/sys/arch/zaurus/stand/zboot/
unixcons.c
80
fd = uopen(comdevname[iodev - CONSDEV_COM0],
LINUX_O_RDWR
);
/src/sys/compat/linux/common/
linux_fcntl.h
48
#define
LINUX_O_RDWR
0x0002
linux_file.c
104
res |= cvtto_bsd_mask(lflags,
LINUX_O_RDWR
, O_RDWR);
130
res |= cvtto_linux_mask(bflags, O_RDWR,
LINUX_O_RDWR
);
Completed in 16 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025