Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dgpt.c41 static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS]; variable
171 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()
172 gptupdate("primary", dskp, &hdr_primary, table_primary); in gptfind()
220 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()
221 table_primary[curent].ent_attr |= GPT_ENT_ATTR_BOOTFAILED; in gptbootfailed()
222 gptupdate("primary", dskp, &hdr_primary, table_primary); in gptbootfailed()
336 gptread_table("primary", dskp, &hdr_primary, table_primary) == 0) { in gptread()
339 gpttable = table_primary; in gptread()
375 gptbootconv("primary", dskp, &hdr_primary, table_primary); in gptread()