Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbootstage.c423 uint rec_size; in bootstage_unstash() local
467 rec_size = hdr->count * sizeof(*data->record); in bootstage_unstash()
468 memcpy(data->record + data->rec_count, ptr, rec_size); in bootstage_unstash()
471 ptr += rec_size; in bootstage_unstash()