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

  /src/sbin/gpt/
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);
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);

Completed in 22 milliseconds