Searched refs:ent_attr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/boot/common/
H A Dgpt.c128 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME))
130 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTONCE))
142 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME))
144 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE)
167 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE) {
173 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME;
177 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME;
217 if (!(gpttable[curent].ent_attr & GPT_ENT_ATTR_BOOTONCE))
221 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE;
222 table_primary[curent].ent_attr |
[all...]
H A Dpart.c319 entry->flags = le64toh(ent->ent_attr);
/freebsd-10.1-release/sys/geom/part/
H A Dg_part_gpt.c532 ent->ent_attr = le64dec(p + 48);
601 entry->ent.ent_attr = 0;
701 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTME)
703 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTONCE) {
707 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTFAILED) {
1059 attr = entry->ent.ent_attr | attr;
1061 attr = entry->ent.ent_attr & ~attr;
1062 if (attr != entry->ent.ent_attr) {
1063 entry->ent.ent_attr = attr;
1140 le64enc(bp + 48, entry->ent.ent_attr);
[all...]
/freebsd-10.1-release/sys/sys/
H A Dgpt.h66 uint64_t ent_attr; member in struct:gpt_ent

Completed in 130 milliseconds