Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Dgpt.c142 #define GPEF_WEDGE 4 /* wedge for this exists */ macro
256 p->gp_flags |= GPEF_WEDGE; in update_part_from_wedge_info()
1382 if ((pe->gp_flags & GPEF_WEDGE) && in gpt_sanitize()
1443 p->gp_flags |= GPEF_WEDGE; in gpt_add_wedge()
1486 if (!(p->gp_flags & GPEF_WEDGE) && life && in gpt_get_part_device()
1502 assert(p->gp_flags & GPEF_WEDGE); in gpt_get_part_device()
1510 assert(p->gp_flags & GPEF_WEDGE); in gpt_get_part_device()
1554 p->gp_flags &= ~GPEF_WEDGE; in gpt_write_to_disk()
1691 if (p->gp_flags & GPEF_WEDGE) in gpt_free()