Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgpt.c45 static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS]; variable
174 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()
175 gptupdate("primary", dskp, &hdr_primary, table_primary); in gptfind()
222 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()
223 table_primary[curent].ent_attr |= GPT_ENT_ATTR_BOOTFAILED; in gptbootfailed()
224 gptupdate("primary", dskp, &hdr_primary, table_primary); in gptbootfailed()
337 table_primary) == 0) { in gptread()
340 gpttable = table_primary; in gptread()
377 gptbootconv("primary", dskp, &hdr_primary, table_primary); in gptread()