Searched refs:map_index (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmap.h47 unsigned int map_index; member in struct:map
H A Dremove.c101 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
103 if (entry > 0 && entry != m->map_index)
110 i = m->map_index - 1;
146 printf("%sp%u removed\n", device_name, m->map_index);
149 printf("partition %d removed from %s\n", m->map_index,
H A Dlabel.c102 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
104 if (entry > 0 && entry != m->map_index)
111 i = m->map_index - 1;
148 printf("%sp%u labeled\n", device_name, m->map_index);
151 printf("partition %d on %s labeled %s\n", m->map_index,
H A Dshow.c147 if (m->map_index > 0)
148 printf("%5d", m->map_index);
H A Dbiosboot.c190 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
196 if (entry > 0 && m->map_index == entry)
210 i = m->map_index - 1;
H A Dmap.c58 m->map_index = 0;
H A Dgpt.c478 m->map_index = i + 1;
662 m->map_index = i + 1;

Completed in 76 milliseconds