Home
last modified time | relevance | path

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

/netbsd-src/sbin/gpt/
H A Dshow.c174 mbr->mbr_part[i].part_flag == 0x80 ? in show()
202 mbr->mbr_part[0].part_flag == 0x80) in gpt_show_sec_num()
H A Dgpt.h44 uint8_t part_flag; /* bootstrap flags */ member
H A Dbiosboot.c206 mbr->mbr_part[i].part_flag = active ? 0x80 : 0; in biosboot()
H A Dbackup.c87 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "flag", par->part_flag)); in store_mbr()
H A Drestore.c84 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "flag", &part->part_flag)); in restore_mbr()
H A Dgpt.c350 "size=%ju", mbr->mbr_part[i].part_flag, in gpt_mbr()
755 part->part_flag = active ? 0x80 : 0; in gpt_create_pmbr_part()