Home
last modified time | relevance | path

Searched refs:file_fat_read (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_fat.c68 err = file_fat_read(filename, header, sizeof(struct image_header)); in spl_load_image_fat()
74 err = file_fat_read(filename, (void *)CONFIG_SYS_LOAD_ADDR, 0); in spl_load_image_fat()
99 err = file_fat_read(filename, in spl_load_image_fat()
127 err = file_fat_read(file, (void *)CONFIG_SYS_SPL_ARGS_ADDR, 0); in spl_load_image_fat_os()
151 err = file_fat_read(CONFIG_SPL_FS_LOAD_ARGS_NAME, in spl_load_image_fat_os()
/openbmc/u-boot/env/
H A Dfat.c111 err = file_fat_read(CONFIG_ENV_FAT_FILE, buf, CONFIG_ENV_SIZE); in env_fat_load()
/openbmc/u-boot/include/
H A Dfat.h195 int file_fat_read(const char *filename, void *buffer, int maxsize);
/openbmc/u-boot/fs/fat/
H A Dfat.c1168 int file_fat_read(const char *filename, void *buffer, int maxsize) in file_fat_read() function