Searched refs:map_t (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/gpt-12/
H A Dmap.h49 } map_t; typedef in typeref:struct:map
53 map_t *map_add(off_t, off_t, int, void*);
54 map_t *map_alloc(off_t, off_t);
55 map_t *map_find(int);
56 map_t *map_first(void);
57 map_t *map_last(void);
H A Dmap.c39 static map_t *mediamap;
41 static map_t *
44 map_t *m;
58 map_t *
61 map_t *m, *n, *p;
138 map_t *
142 map_t *m;
163 map_t *
166 map_t *m;
174 map_t *
[all...]
H A Ddestroy.c56 map_t *pri_hdr, *sec_hdr;
57 map_t *pmbr;
H A Dboot.c64 gpt_find(uuid_t *type, map_t **mapp)
66 map_t *gpt, *tbl, *map;
118 map_t *pmbr, *gptboot;
H A Dremove.c62 map_t *gpt, *tpg;
63 map_t *tbl, *lbt;
64 map_t *m;
H A Dadd.c56 map_t *
60 map_t *gpt, *tpg;
61 map_t *tbl, *lbt;
62 map_t *map;
H A Dgpt.h119 map_t *gpt_add_part(int, uuid_t *, off_t, off_t, unsigned int *);
123 int gpt_write(int, map_t *);
H A Drecover.c57 map_t *gpt, *tpg;
58 map_t *tbl, *lbt;
H A Dcreate.c59 map_t *gpt, *tpg;
60 map_t *tbl, *lbt;
61 map_t *map;
H A Dlabel.c64 map_t *gpt, *tpg;
65 map_t *tbl, *lbt;
66 map_t *m;
H A Dmigrate.c151 map_t *gpt, *tpg;
152 map_t *tbl, *lbt;
153 map_t *map;
H A Dshow.c122 map_t *m, *p;
H A Dgpt.c402 gpt_write(int fd, map_t *map)
419 map_t *m, *p;
508 map_t *m;

Completed in 129 milliseconds