Searched refs:shd (Results 1 – 1 of 1) sorted by relevance
92 VbSharedDataHeader *shd = (void *)fdt_read_string("vboot-shared-data"); in vboot_get_mainfw_act() local95 if (!shd || shd->magic != VB_SHARED_DATA_MAGIC) { in vboot_get_mainfw_act()97 if (shd) in vboot_get_mainfw_act()98 free(shd); in vboot_get_mainfw_act()102 switch(shd->firmware_index) { in vboot_get_mainfw_act()113 ALOGD("Invalid firmware index : %02x\n", shd->firmware_index); in vboot_get_mainfw_act()117 free(shd); in vboot_get_mainfw_act()