HomeSort by: relevance | last modified time | path
    Searched refs:map_index (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/gpt/
set.c 106 m->map_index < 1)
110 entry = m->map_index;
unset.c 103 m->map_index < 1)
107 entry = m->map_index;
resize.c 92 if (entry == map->map_index)
166 m->map_index < 1)
170 entry = m->map_index;
map.h 49 unsigned int map_index; member in struct:map
show.c 227 if (m->map_index > 0)
228 printf("%5d", m->map_index);
267 if (entry == m->map_index)
325 if (m->map_index > 0) {
326 printf("%5d ", m->map_index);
472 m->map_index < 1)
476 entry = m->map_index;
biosboot.c 212 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
218 if (entry > 0 && m->map_index == entry)
244 i = m->map_index - 1;
gpt.c 358 m->map_index = *next_index;
467 m->map_index = i + 1;
1060 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
1062 if (find->entry > 0 && find->entry != m->map_index)
1069 i = m->map_index - 1;
1097 gpt_msg(gpt, "Partition %d %s", m->map_index, find->msg);
map.c 60 m->map_index = 0;
  /src/sbin/efi/
gptsubr.c 101 unsigned int map_index;
275 m->map_index,
307 if (m->map_index == idx)
570 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1) {
578 index = (int)m->map_index;
bootvar.c 168 pp->PartitionNumber = m->map_index;

Completed in 16 milliseconds