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

/macosx-10.9.5/gpt-12/
H A Dmap.h38 #define MAP_TYPE_UNUSED 0 macro
H A Dmap.c75 if (n->map_type != MAP_TYPE_UNUSED) {
87 if (n->map_type != MAP_TYPE_UNUSED) {
93 n->map_type = MAP_TYPE_UNUSED;
145 if (m->map_type != MAP_TYPE_UNUSED || m->map_start < 2)
200 if (m == NULL || m->map_type != MAP_TYPE_UNUSED)
212 mediamap = mkmap(0LL, size, MAP_TYPE_UNUSED);
H A Dcreate.c82 map->map_type = MAP_TYPE_UNUSED;
139 if (map->map_type != MAP_TYPE_UNUSED) {
H A Dmigrate.c200 if (map->map_type != MAP_TYPE_UNUSED) {

Completed in 79 milliseconds