Searched refs:os_open (Results 1 – 10 of 10) sorted by relevance
/u-boot/fs/sandbox/ |
A D | sandboxfs.c | 27 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at() 64 fd = os_open(filename, OS_O_RDWR | OS_O_CREAT); in sandbox_fs_write_at()
|
/u-boot/arch/sandbox/cpu/ |
A D | os.c | 67 int os_open(const char *pathname, int os_flags) in os_open() function 121 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC); in os_write_file() 142 fd = os_open(fname, OS_O_RDONLY); in os_read_file() 750 fd = os_open(fname, O_RDONLY); in os_find_u_boot() 760 fd = os_open(fname, O_RDONLY); in os_find_u_boot() 772 fd = os_open(fname, O_RDONLY); in os_find_u_boot() 784 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
|
A D | state.c | 63 fd = os_open(fname, OS_O_RDONLY); in state_read_file() 285 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()
|
A D | cpu.c | 321 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
|
/u-boot/include/ |
A D | os.h | 61 int os_open(const char *pathname, int flags);
|
/u-boot/drivers/block/ |
A D | sandbox.c | 126 fd = os_open(filename, OS_O_RDWR); 182 host_dev->fd = os_open(host_dev->filename, OS_O_RDWR);
|
/u-boot/lib/ |
A D | fdtdec_test.c | 94 fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT | OS_O_WRONLY); in make_fdt() 259 fd = os_open(filename, OS_O_CREAT | OS_O_WRONLY); in make_fdt_carveout()
|
/u-boot/test/dm/ |
A D | video.c | 295 fd = os_open(fname, OS_O_RDONLY); in read_file()
|
/u-boot/drivers/usb/emul/ |
A D | sandbox_flash.c | 399 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()
|
/u-boot/drivers/mtd/spi/ |
A D | sandbox.c | 174 sbsf->fd = os_open(pdata->filename, 02); in sandbox_sf_probe()
|
Completed in 23 milliseconds