map.c | 49 map_create(off_t start, off_t size, int type) function in typeref:typename:map_t 153 m = map_create(start, size, type); 179 p = map_create(n->map_start, start - n->map_start, n->map_type); 312 o = map_create(m->map_start + alignsize, 408 gpt->mediamap = map_create(0LL, size, MAP_TYPE_UNUSED);
|