Home | History | Annotate | Download | only in bootctrl

Lines Matching refs:slotA

389 	char slotA[MAX_GPT_NAME_SIZE + 1] = {0};
425 memset(slotA, 0, sizeof(slotA));
426 memset(slotB, 0, sizeof(slotA));
427 snprintf(slotA, sizeof(slotA) - 1, "%s%s", prefix.c_str(),
434 disk = boot_ctl_get_disk_info(slotA);
440 pentryA = gpt_disk_get_pentry(disk, slotA, PRIMARY_GPT);
441 pentryA_bak = gpt_disk_get_pentry(disk, slotA, SECONDARY_GPT);
453 if (get_partition_attribute(slotA, ATTR_SLOT_ACTIVE) == 1) {