HomeSort by: relevance | last modified time | path
    Searched refs:lbt (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/gpt/
gpt_private.h 44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
resizedisk.c 125 gpt->lbt = map_find(gpt, MAP_TYPE_SEC_GPT_TBL);
127 if (gpt->tpg == NULL || gpt->lbt == NULL)
140 if (gpt->tpg != NULL && gpt->lbt != NULL)
171 if (newloc > 0 && gpt->tpg != NULL && gpt->lbt != NULL) {
175 gpt->lbt->map_start = newloc - gpt_size;
187 gpt->lbt = map_add(gpt, newloc - gpt_size, gpt_size,
189 if (gpt->lbt == NULL) {
199 hdr->hdr_lba_end = htole64((uint64_t)(gpt->lbt->map_start - 1));
207 hdr->hdr_lba_end = htole64((uint64_t)(gpt->lbt->map_start - 1));
208 hdr->hdr_lba_table = htole64((uint64_t)gpt->lbt->map_start)
    [all...]
recover.c 82 stbl = gpt->lbt;
88 dtbl = gpt->lbt;
123 stbl = gpt->lbt;
128 dtbl = &gpt->lbt;
166 gpt->lbt = map_find(gpt, MAP_TYPE_SEC_GPT_TBL);
173 if (gpt->tbl == NULL && gpt->lbt == NULL) {
187 if (gpt->tbl != NULL && gpt->lbt == NULL) {
191 } else if (gpt->tbl == NULL && gpt->lbt != NULL) {
resize.c 130 ent = gpt_ent(gpt->gpt, gpt->lbt, i);
gpt.c 707 gpt->lbt = map_find(gpt, MAP_TYPE_SEC_GPT_TBL);
708 if (gpt->tbl == NULL || gpt->lbt == NULL) {
749 return gpt_write_crc(gpt, gpt->tpg, gpt->lbt);
789 return gpt_ent(gpt->tpg, gpt->lbt, i);
938 if ((gpt->lbt = map_add(gpt, last - blocks, blocks,
949 hdr->hdr_lba_table = htole64((uint64_t)gpt->lbt->map_start);
biosboot.c 250 if (set_bootable(gpt, gpt->tpg, gpt->lbt, i) == -1)

Completed in 162 milliseconds