Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/
Dgpt.c44 static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS]; variable
178 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()
179 gptupdate("backup", dskp, &hdr_backup, table_backup); in gptfind()
228 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()
229 table_backup[curent].ent_attr |= GPT_ENT_ATTR_BOOTFAILED; in gptbootfailed()
230 gptupdate("backup", dskp, &hdr_backup, table_backup); in gptbootfailed()
359 gptread_table("backup", dskp, &hdr_backup, table_backup) == 0) { in gptread()
363 gpttable = table_backup; in gptread()
380 gptbootconv("backup", dskp, &hdr_backup, table_backup); in gptread()