Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dfcntl.h20 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
22 #define O_RDONLY 00 macro
/Zephyr-latest/drivers/net/
Dnsos_fcntl.c43 TO_NSOS_MID(O_RDONLY); in fl_to_nsos_mid_()
80 FROM_NSOS_MID(O_RDONLY); in fl_from_nsos_mid()
/Zephyr-latest/lib/libc/arcmwdt/include/
Dfcntl.h23 #if O_NONBLOCK & (O_RDONLY | O_WRONLY | O_RDWR | O_NDELAY | O_CREAT | O_APPEND | O_TRUNC | O_EXCL)
/Zephyr-latest/drivers/input/
Dlinux_evdev_bottom.c45 fd = open(path, O_RDONLY | O_NONBLOCK); in linux_evdev_open()
/Zephyr-latest/tests/posix/common/src/
Dmqueue.c55 mqd = mq_open(queue, O_RDONLY); in receiver_thread()
106 mqd = mq_open(queue, O_RDONLY); in notify_function_basic()
155 mqd = mq_open(queue, O_RDONLY); in notify_function_thread()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c32 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags()
121 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c212 fifo[TO_DEVICE] = open(fifo_path[TO_DEVICE], O_RDONLY); in edptd_create_fifo_if()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py151 if rc & os.O_ACCMODE != os.O_RDONLY:
Dhandlers.py1262 self.pipe_handle = os.open(r"\\.\pipe\\" + self.fifo_fn, os.O_RDONLY)
/Zephyr-latest/lib/posix/options/
Dfs.c66 case O_RDONLY: in posix_mode_to_zephyr()
Dshm.c304 bool rd = (oflag & O_RDONLY) != 0; in shm_open()
/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py243 return os.O_RDONLY
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`,