Searched refs:os_open (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/sandbox/ |
| H A D | sandboxfs.c | 26 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 D | sandbox.c | 124 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 D | os.c | 66 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 D | state.c | 61 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 D | cpu.c | 130 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | os.h | 71 int os_open(const char *pathname, int flags);
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec_test.c | 111 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 D | video.c | 249 fd = os_open(fname, OS_O_RDONLY); in read_file()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_flash.c | 401 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 177 sbsf->fd = os_open(pdata->filename, 02); in sandbox_sf_probe()
|