Home
last modified time | relevance | path

Searched refs:OS_O_RDONLY (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dos.h73 #define OS_O_RDONLY 0 macro
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dcpu.c130 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
H A Dstate.c61 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
H A Dos.c71 case OS_O_RDONLY: in os_open()
/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c26 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dvideo.c249 fd = os_open(fname, OS_O_RDONLY); in read_file()
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c401 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()