Home
last modified time | relevance | path

Searched refs:save_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c123 unsigned int save_size = size; in program_file() local
148 unsigned int percent = (100*actual_size/save_size); in program_file()
/openbmc/u-boot/net/
H A Dtftp.c708 printf("Save size: 0x%lx\n", save_size); in tftp_start()
709 net_boot_file_size = save_size; in tftp_start()
/openbmc/u-boot/include/
H A Dcommon.h137 extern ulong save_size; /* Default Save Size */
/openbmc/u-boot/cmd/
H A Dnet.c230 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
/openbmc/u-boot/common/
H A Dimage.c448 ulong save_size; /* Default Save Size (in bytes) */ variable