Home
last modified time | relevance | path

Searched refs:gpt_write (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sbin/gpt/
H A Dboot.c122 gpt_write(fd, gpt); in bootset()
123 gpt_write(fd, tbl); in bootset()
137 gpt_write(fd, lbt); in bootset()
138 gpt_write(fd, tpg); in bootset()
178 gpt_write(fd, map); in bootset()
H A Dexpand.c216 gpt_write(fd, tbl2); /* secondary partition table */ in expand()
217 gpt_write(fd, gpt2); /* secondary header */ in expand()
218 gpt_write(fd, gpt); /* primary partition table */ in expand()
219 gpt_write(fd, tbl); /* primary header */ in expand()
220 gpt_write(fd, pmbr); /* primary header */ in expand()
H A Drecover.c92 gpt_write(fd, lbt); in recover()
103 gpt_write(fd, tbl); in recover()
123 gpt_write(fd, tpg); in recover()
141 gpt_write(fd, gpt); in recover()
H A Dremove.c119 gpt_write(fd, gpt); in rem()
120 gpt_write(fd, tbl); in rem()
134 gpt_write(fd, lbt); in rem()
135 gpt_write(fd, tpg); in rem()
H A Dadd.c134 gpt_write(fd, gpt); in add()
135 gpt_write(fd, tbl); in add()
149 gpt_write(fd, lbt); in add()
150 gpt_write(fd, tpg); in add()
H A Dlabel.c121 gpt_write(fd, gpt); in label()
122 gpt_write(fd, tbl); in label()
136 gpt_write(fd, lbt); in label()
137 gpt_write(fd, tpg); in label()
H A Dcreate.c127 gpt_write(fd, map); in create()
203 gpt_write(fd, gpt); in create()
204 gpt_write(fd, tbl); in create()
221 gpt_write(fd, lbt); in create()
222 gpt_write(fd, tpg); in create()
H A Dmigrate.c294 gpt_write(fd, gpt); in migrate()
295 gpt_write(fd, tbl); in migrate()
308 gpt_write(fd, lbt); in migrate()
309 gpt_write(fd, tpg); in migrate()
332 gpt_write(fd, map); in migrate()
H A Ddestroy.c76 gpt_write(fd, pri_hdr); in destroy()
81 gpt_write(fd, sec_hdr); in destroy()
H A Dgpt.h74 int gpt_write(int, map_t *);
H A Dgpt.c361 gpt_write(int fd, map_t *map) in gpt_write() function