Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-interface.c161 const size_t save_size = min(sizeof(save), bufsiz); in tpm_transmit() local
170 memcpy(save, buf, save_size); in tpm_transmit()
196 memcpy(buf, save, save_size); in tpm_transmit()
/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