Home
last modified time | relevance | path

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

/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp599 int set_boot_lun(char *sg_dev, uint8_t boot_lun_id) in set_boot_lun() argument
616 data->buffer[0] = boot_lun_id; in set_boot_lun()
665 uint8_t boot_lun_id = 0; in gpt_utils_set_xbl_boot_partition() local
669 boot_lun_id = BOOT_LUN_B_ID; in gpt_utils_set_xbl_boot_partition()
680 boot_lun_id = BOOT_LUN_A_ID; in gpt_utils_set_xbl_boot_partition()
715 if (set_boot_lun(sg_dev_node, boot_lun_id)) { in gpt_utils_set_xbl_boot_partition()