Searched refs:MAP_TYPE_UNUSED (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmap.h38 #define MAP_TYPE_UNUSED 0 macro
H A Dmap.c80 if (n->map_type != MAP_TYPE_UNUSED) {
92 if (n->map_type != MAP_TYPE_UNUSED) {
98 n->map_type = MAP_TYPE_UNUSED;
150 if (m->map_type != MAP_TYPE_UNUSED || m->map_start < 2)
205 if (m == NULL || m->map_type != MAP_TYPE_UNUSED)
217 mediamap = mkmap(0LL, size, MAP_TYPE_UNUSED);
H A Dcreate.c89 map->map_type = MAP_TYPE_UNUSED;
146 if (map->map_type != MAP_TYPE_UNUSED) {
H A Dmigrate.c201 if (map->map_type != MAP_TYPE_UNUSED) {

Completed in 60 milliseconds