Symbol: gpt_ent
sbin/efi/bootvar.c
146
struct gpt_ent *ent;
sbin/efi/gptsubr.c
161
struct gpt_ent *ent = m->map_data;
sbin/efi/gptsubr.c
203
struct gpt_ent *ent;
sbin/gpt/add.c
73
ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype,
sbin/gpt/add.c
91
struct gpt_ent *ent;
sbin/gpt/backup.c
150
const struct gpt_ent *ent;
sbin/gpt/biosboot.c
157
struct gpt_ent *ent;
sbin/gpt/biosboot.c
161
ent = gpt_ent(map, tbl, j);
sbin/gpt/biosboot.c
165
ent = gpt_ent(map, tbl, i);
sbin/gpt/biosboot.c
178
struct gpt_ent *ent;
sbin/gpt/gpt.c
1103
void (*cfn)(struct gpt_ent *, void *, int), void *v)
sbin/gpt/gpt.c
1106
struct gpt_ent *ent;
sbin/gpt/gpt.c
1370
struct gpt_ent *ent;
sbin/gpt/gpt.c
383
struct gpt_ent *ent;
sbin/gpt/gpt.c
822
struct gpt_ent *
sbin/gpt/gpt.c
829
struct gpt_ent *
sbin/gpt/gpt.c
832
return gpt_ent(gpt->gpt, gpt->tbl, i);
sbin/gpt/gpt.c
835
struct gpt_ent *
sbin/gpt/gpt.c
838
return gpt_ent(gpt->tpg, gpt->lbt, i);
sbin/gpt/gpt.c
885
struct gpt_ent *ent;
sbin/gpt/gpt.c
905
parts * sizeof(struct gpt_ent)) {
sbin/gpt/gpt.c
906
blocks = (off_t)((parts * sizeof(struct gpt_ent)) / gpt->secsz);
sbin/gpt/gpt.c
907
if ((parts * sizeof(struct gpt_ent)) % gpt->secsz)
sbin/gpt/gpt.c
967
sizeof(struct gpt_ent)));
sbin/gpt/gpt.c
970
hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
sbin/gpt/gpt.h
103
struct gpt_ent *gpt_ent(map_t, map_t, unsigned int);
sbin/gpt/gpt.h
104
struct gpt_ent *gpt_ent_primary(gpt_t, unsigned int);
sbin/gpt/gpt.h
105
struct gpt_ent *gpt_ent_backup(gpt_t, unsigned int);
sbin/gpt/gpt.h
122
void (*)(struct gpt_ent *, void *, int), void *);
sbin/gpt/label.c
71
change(struct gpt_ent *ent, void *v, int backup __unused)
sbin/gpt/migrate.c
173
static struct gpt_ent *
sbin/gpt/migrate.c
174
migrate_disklabel(gpt_t gpt, off_t start, struct gpt_ent *ent,
sbin/gpt/migrate.c
243
struct gpt_ent *ent;
sbin/gpt/remove.c
69
change(struct gpt_ent *ent, void *v __unused, int backup __unused)
sbin/gpt/resize.c
133
ent = gpt_ent(gpt->gpt, gpt->lbt, i);
sbin/gpt/resize.c
76
struct gpt_ent *ent;
sbin/gpt/resizedisk.c
148
(struct gpt_ent *)((char *)gpt->tbl->map_data +
sbin/gpt/resizedisk.c
89
struct gpt_ent *ent;
sbin/gpt/restore.c
135
struct gpt_ent ent;
sbin/gpt/restore.c
241
gpt_size = (u_int)(entries * sizeof(struct gpt_ent) / gpt->secsz);
sbin/gpt/restore.c
242
if (gpt_size * sizeof(struct gpt_ent) % gpt->secsz)
sbin/gpt/restore.c
363
hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
sbin/gpt/show.c
132
parsable_label(gpt_t gpt, struct gpt_ent *ent)
sbin/gpt/show.c
160
struct gpt_ent *ent;
sbin/gpt/show.c
464
show_parsable(gpt_t gpt, map_t m, struct gpt_ent *ent, int xshow)
sbin/gpt/show.c
521
struct gpt_ent *ent;
sbin/gpt/show.c
569
struct gpt_ent *ent;
sbin/gpt/type.c
70
change(struct gpt_ent *ent, void *v, int backup __unused)
sbin/gpt/uuid.c
74
change_ent(struct gpt_ent *ent, void *v, int backup)
sys/arch/i386/stand/bootxx/boot1.c
166
is_unused(struct gpt_ent *ent)
sys/arch/i386/stand/bootxx/boot1.c
174
is_bootable(struct gpt_ent *ent)
sys/arch/i386/stand/bootxx/boot1.c
201
struct gpt_ent *ent;
sys/arch/i386/stand/bootxx/boot1.c
274
ent = (struct gpt_ent *)&buf[j * entsz];
sys/arch/i386/stand/lib/biosdisk.c
358
const struct gpt_ent *ep;
sys/arch/i386/stand/lib/biosdisk.c
404
ep = (const struct gpt_ent *)d->buf;
sys/dev/dkwedge/dkwedge_gpt.c
121
struct gpt_ent *ent;
sys/dev/dkwedge/dkwedge_gpt.c
180
if (entsz != sizeof(struct gpt_ent)) {
sys/dev/dkwedge/dkwedge_gpt.c
235
ent = (struct gpt_ent *)((char *)bp->b_data + (i * entsz));
sys/stand/efiboot/efiblock.c
378
struct gpt_hdr *hdr, struct gpt_ent *ent, UINT32 index)
sys/stand/efiboot/efiblock.c
415
struct gpt_ent ent;
sys/stand/efiboot/efiblock.h
60
struct gpt_ent ent;