Searched refs:gpt_write (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/gpt-12/
H A Ddestroy.c75 gpt_write(fd, pri_hdr);
80 gpt_write(fd, sec_hdr);
85 gpt_write(fd, pmbr);
H A Drecover.c92 gpt_write(fd, lbt);
103 gpt_write(fd, tbl);
123 gpt_write(fd, tpg);
141 gpt_write(fd, gpt);
H A Dremove.c119 gpt_write(fd, gpt);
120 gpt_write(fd, tbl);
134 gpt_write(fd, lbt);
135 gpt_write(fd, tpg);
H A Dcreate.c112 gpt_write(fd, map);
188 gpt_write(fd, gpt);
189 gpt_write(fd, tbl);
206 gpt_write(fd, lbt);
207 gpt_write(fd, tpg);
H A Dadd.c141 gpt_write(fd, gpt);
142 gpt_write(fd, tbl);
157 gpt_write(fd, lbt);
158 gpt_write(fd, tpg);
H A Dlabel.c121 gpt_write(fd, gpt);
122 gpt_write(fd, tbl);
136 gpt_write(fd, lbt);
137 gpt_write(fd, tpg);
H A Dmigrate.c296 gpt_write(fd, gpt);
297 gpt_write(fd, tbl);
310 gpt_write(fd, lbt);
311 gpt_write(fd, tpg);
334 gpt_write(fd, map);
H A Dboot.c163 gpt_write(fd, pmbr);
H A Dgpt.h123 int gpt_write(int, map_t *);
H A Dgpt.c402 gpt_write(int fd, map_t *map) function

Completed in 196 milliseconds