Home
last modified time | relevance | path

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

/dragonfly/sbin/gpt/
H A Dmap.c79 if (n->map_type != MAP_TYPE_MBR_PART || in map_add()
91 if (n->map_type != MAP_TYPE_MBR_PART || in map_add()
H A Dmap.h41 #define MAP_TYPE_MBR_PART 2 macro
H A Dshow.c125 case MAP_TYPE_MBR_PART: in show()
H A Dgpt.c447 m = map_add(start, size, MAP_TYPE_MBR_PART, p); in gpt_mbr()