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

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Ddestroy.c80 gpt_write(fd, pri_hdr);
85 gpt_write(fd, sec_hdr);
H A Drecover.c99 gpt_write(fd, lbt);
110 gpt_write(fd, tbl);
130 gpt_write(fd, tpg);
148 gpt_write(fd, gpt);
H A Dremove.c128 gpt_write(fd, gpt);
129 gpt_write(fd, tbl);
143 gpt_write(fd, lbt);
144 gpt_write(fd, tpg);
H A Dbiosboot.c228 gpt_write(fd, gpt);
229 gpt_write(fd, tbl);
247 gpt_write(fd, lbt);
248 gpt_write(fd, tpg);
251 if (gpt_write(fd, mbrmap) == -1) {
H A Dcreate.c119 gpt_write(fd, map);
191 gpt_write(fd, gpt);
192 gpt_write(fd, tbl);
209 gpt_write(fd, lbt);
210 gpt_write(fd, tpg);
H A Dadd.c143 gpt_write(fd, gpt);
144 gpt_write(fd, tbl);
158 gpt_write(fd, lbt);
159 gpt_write(fd, tpg);
H A Dgpt.h87 int gpt_write(int, map_t *);
H A Dlabel.c129 gpt_write(fd, gpt);
130 gpt_write(fd, tbl);
144 gpt_write(fd, lbt);
145 gpt_write(fd, tpg);
H A Dmigrate.c297 gpt_write(fd, gpt);
298 gpt_write(fd, tbl);
311 gpt_write(fd, lbt);
312 gpt_write(fd, tpg);
335 gpt_write(fd, map);
H A Dgpt.c389 gpt_write(int fd, map_t *map) function

Completed in 73 milliseconds