Searched refs:O_RDONLY (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/include/zephyr/posix/ |
D | fcntl.h | 20 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) 22 #define O_RDONLY 00 macro
|
/Zephyr-latest/drivers/net/ |
D | nsos_fcntl.c | 43 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/ |
D | fcntl.h | 23 #if O_NONBLOCK & (O_RDONLY | O_WRONLY | O_RDWR | O_NDELAY | O_CREAT | O_APPEND | O_TRUNC | O_EXCL)
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev_bottom.c | 45 fd = open(path, O_RDONLY | O_NONBLOCK); in linux_evdev_open()
|
/Zephyr-latest/tests/posix/common/src/ |
D | mqueue.c | 55 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/ |
D | test_fs_open_flags.c | 32 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/ |
D | edtt_driver_bsim.c | 212 fifo[TO_DEVICE] = open(fifo_path[TO_DEVICE], O_RDONLY); in edptd_create_fifo_if()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 151 if rc & os.O_ACCMODE != os.O_RDONLY:
|
D | handlers.py | 1262 self.pipe_handle = os.open(r"\\.\pipe\\" + self.fifo_fn, os.O_RDONLY)
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 66 case O_RDONLY: in posix_mode_to_zephyr()
|
D | shm.c | 304 bool rd = (oflag & O_RDONLY) != 0; in shm_open()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_jobserver.py | 243 return os.O_RDONLY
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 2437 * Move :c:macro:`O_ACCMODE`, :c:macro:`O_RDONLY`, :c:macro:`O_WRONLY`,
|