HomeSort by: relevance | last modified time | path
    Searched defs:map_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/gpt/
map.c 59 m->map_type = type;
89 map_type(int t) function
102 printf("add: %s %#jx %#jx\n", map_type(type), (uintmax_t)start,
105 printf("have: %s %#jx %#jx\n", map_type(n->map_type),
128 if (n->map_type != MAP_TYPE_UNUSED) {
129 if (n->map_type != MAP_TYPE_MBR_PART ||
137 n->map_type = type;
143 if (n->map_type != MAP_TYPE_UNUSED) {
144 if (n->map_type != MAP_TYPE_MBR_PART |
    [all...]
map.h 39 int map_type; member in struct:map

Completed in 15 milliseconds