Home
last modified time | relevance | path

Searched refs:os_open (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c26 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
63 fd = os_open(filename, OS_O_RDWR | OS_O_CREAT); in sandbox_fs_write_at()
/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/arch/sandbox/cpu/
H A Dos.c66 int os_open(const char *pathname, int os_flags) in os_open() function
560 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
571 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
H A Dstate.c61 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
283 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()
H A Dcpu.c130 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
/OK3568_Linux_fs/u-boot/include/
H A Dos.h71 int os_open(const char *pathname, int flags);
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec_test.c111 fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT | OS_O_WRONLY); in make_fdt()
/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()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c177 sbsf->fd = os_open(pdata->filename, 02); in sandbox_sf_probe()