Home
last modified time | relevance | path

Searched refs:OS_O_RDWR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c124 fd = os_open(filename, OS_O_RDWR);
173 host_dev->fd = os_open(host_dev->filename, OS_O_RDWR);
/OK3568_Linux_fs/u-boot/include/
H A Dos.h75 #define OS_O_RDWR 2 macro
/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c63 fd = os_open(filename, OS_O_RDWR | OS_O_CREAT); in sandbox_fs_write_at()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c80 case OS_O_RDWR: in os_open()