Symbol: gpt_write
sbin/gpt/add.c
139
gpt_write(fd, gpt);
sbin/gpt/add.c
140
gpt_write(fd, tbl);
sbin/gpt/add.c
156
gpt_write(fd, lbt);
sbin/gpt/add.c
157
gpt_write(fd, tpg);
sbin/gpt/boot.c
112
gpt_write(fd, gpt);
sbin/gpt/boot.c
113
gpt_write(fd, tbl);
sbin/gpt/boot.c
130
gpt_write(fd, lbt);
sbin/gpt/boot.c
131
gpt_write(fd, tpg);
sbin/gpt/boot.c
168
gpt_write(fd, map);
sbin/gpt/create.c
128
gpt_write(fd, map);
sbin/gpt/create.c
184
gpt_write(fd, gpt);
sbin/gpt/create.c
185
gpt_write(fd, tbl);
sbin/gpt/create.c
207
gpt_write(fd, lbt);
sbin/gpt/create.c
208
gpt_write(fd, tpg);
sbin/gpt/destroy.c
74
gpt_write(fd, pri_hdr);
sbin/gpt/destroy.c
79
gpt_write(fd, sec_hdr);
sbin/gpt/expand.c
238
gpt_write(fd, lbt); /* secondary partition table */
sbin/gpt/expand.c
239
gpt_write(fd, tpg); /* secondary header */
sbin/gpt/expand.c
240
gpt_write(fd, tbl); /* primary partition table */
sbin/gpt/expand.c
241
gpt_write(fd, gpt); /* primary header */
sbin/gpt/expand.c
242
gpt_write(fd, pmbr);
sbin/gpt/gpt.h
59
int gpt_write(int, map_t *);
sbin/gpt/label.c
121
gpt_write(fd, gpt);
sbin/gpt/label.c
122
gpt_write(fd, tbl);
sbin/gpt/label.c
136
gpt_write(fd, lbt);
sbin/gpt/label.c
137
gpt_write(fd, tpg);
sbin/gpt/migrate.c
422
gpt_write(fd, gpt);
sbin/gpt/migrate.c
423
gpt_write(fd, tbl);
sbin/gpt/migrate.c
436
gpt_write(fd, lbt);
sbin/gpt/migrate.c
437
gpt_write(fd, tpg);
sbin/gpt/migrate.c
457
gpt_write(fd, map);
sbin/gpt/recover.c
117
gpt_write(fd, tpg);
sbin/gpt/recover.c
135
gpt_write(fd, gpt);
sbin/gpt/recover.c
171
gpt_write(fd, map);
sbin/gpt/recover.c
86
gpt_write(fd, lbt);
sbin/gpt/recover.c
97
gpt_write(fd, tbl);
sbin/gpt/remove.c
118
gpt_write(fd, gpt);
sbin/gpt/remove.c
119
gpt_write(fd, tbl);
sbin/gpt/remove.c
133
gpt_write(fd, lbt);
sbin/gpt/remove.c
134
gpt_write(fd, tpg);