Searched refs:MAP_TYPE_PMBR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/gpt-12/
H A Dmap.h46 #define MAP_TYPE_PMBR 8 macro
H A Ddestroy.c61 pmbr = map_find(MAP_TYPE_PMBR);
H A Dcreate.c88 if (map_find(MAP_TYPE_PMBR) == NULL) {
111 map = map_add(0LL, 1LL, MAP_TYPE_PMBR, mbr);
H A Dboot.c138 pmbr = map_find(MAP_TYPE_PMBR);
H A Dshow.c187 case MAP_TYPE_PMBR:
H A Dgpt.c456 p = map_add(lba, 1LL, MAP_TYPE_PMBR, mbr);
672 if (map_find(MAP_TYPE_PMBR) != NULL) {

Completed in 183 milliseconds