Home
last modified time | relevance | path

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

/u-boot/include/
A Dos.h63 #define OS_O_RDONLY 0 macro
/u-boot/fs/sandbox/
A Dsandboxfs.c27 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
/u-boot/arch/sandbox/cpu/
A Dcpu.c321 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
A Dos.c72 case OS_O_RDONLY: in os_open()
142 fd = os_open(fname, OS_O_RDONLY); in os_read_file()
A Dstate.c63 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
/u-boot/test/dm/
A Dvideo.c295 fd = os_open(fname, OS_O_RDONLY); in read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c399 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()

Completed in 15 milliseconds