Searched refs:OS_O_RDONLY (Results 1 - 9 of 9) sorted by relevance

/u-boot/test/image/
H A Dspl_load_os.c62 fd = os_open(fname, OS_O_RDONLY);
/u-boot/include/
H A Dos.h73 * @flags: Flags, like OS_O_RDONLY, OS_O_RDWR
78 #define OS_O_RDONLY 0 macro
474 * @os_flags: Flags, like OS_O_RDONLY, OS_O_RDWR
/u-boot/drivers/block/
H A Dhost_dev.c45 fd = os_open(filename, OS_O_RDONLY);
/u-boot/drivers/scsi/
H A Dsandbox_scsi.c107 priv->fd = os_open(priv->pathname, OS_O_RDONLY);
/u-boot/fs/sandbox/
H A Dsandboxfs.c27 fd = os_open(filename, OS_O_RDONLY);
/u-boot/arch/sandbox/cpu/
H A Dcpu.c360 fd = os_open(fname, OS_O_RDONLY);
H A Dstate.c66 fd = os_open(fname, OS_O_RDONLY);
H A Dos.c88 case OS_O_RDONLY:
188 fd = os_open(fname, OS_O_RDONLY);
/u-boot/test/dm/
H A Dvideo.c363 fd = os_open(fname, OS_O_RDONLY);

Completed in 99 milliseconds