/src/sbin/gpt/ |
gpt.h | 103 struct gpt_ent *gpt_ent(map_t, map_t, unsigned int); 104 struct gpt_ent *gpt_ent_primary(gpt_t, unsigned int); 105 struct gpt_ent *gpt_ent_backup(gpt_t, unsigned int); 122 void (*)(struct gpt_ent *, void *, int), void *);
|
remove.c | 69 change(struct gpt_ent *ent, void *v __unused, int backup __unused)
|
resize.c | 73 struct gpt_ent *ent; 130 ent = gpt_ent(gpt->gpt, gpt->lbt, i);
|
biosboot.c | 155 struct gpt_ent *ent; 159 ent = gpt_ent(map, tbl, j); 163 ent = gpt_ent(map, tbl, i); 176 struct gpt_ent *ent;
|
type.c | 70 change(struct gpt_ent *ent, void *v, int backup __unused)
|
add.c | 71 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype, 89 struct gpt_ent *ent;
|
gpt.c | 380 struct gpt_ent *ent; 773 struct gpt_ent * 774 gpt_ent(map_t map, map_t tbl, unsigned int i) function in typeref:struct:gpt_ent * 780 struct gpt_ent * 783 return gpt_ent(gpt->gpt, gpt->tbl, i); 786 struct gpt_ent * 789 return gpt_ent(gpt->tpg, gpt->lbt, i); 836 struct gpt_ent *ent; 856 parts * sizeof(struct gpt_ent)) { 857 blocks = (off_t)((parts * sizeof(struct gpt_ent)) / gpt->secsz) [all...] |
uuid.c | 74 change_ent(struct gpt_ent *ent, void *v, int backup)
|
migrate.c | 170 static struct gpt_ent * 171 migrate_disklabel(gpt_t gpt, off_t start, struct gpt_ent *ent, 240 struct gpt_ent *ent;
|
label.c | 71 change(struct gpt_ent *ent, void *v, int backup __unused)
|
restore.c | 132 struct gpt_ent ent; 238 gpt_size = (u_int)(entries * sizeof(struct gpt_ent) / gpt->secsz); 239 if (gpt_size * sizeof(struct gpt_ent) % gpt->secsz) 360 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
|
resizedisk.c | 86 struct gpt_ent *ent; 145 (struct gpt_ent *)((char *)gpt->tbl->map_data +
|
show.c | 121 struct gpt_ent *ent; 262 struct gpt_ent *ent; 307 struct gpt_ent *ent;
|
backup.c | 147 const struct gpt_ent *ent;
|
/src/sys/stand/efiboot/ |
efiblock.h | 60 struct gpt_ent ent;
|
efiblock.c | 378 struct gpt_hdr *hdr, struct gpt_ent *ent, UINT32 index) 415 struct gpt_ent ent;
|
/src/sys/arch/i386/stand/bootxx/ |
boot1.c | 166 is_unused(struct gpt_ent *ent) 174 is_bootable(struct gpt_ent *ent) 201 struct gpt_ent *ent; 274 ent = (struct gpt_ent *)&buf[j * entsz];
|
/src/sys/dev/dkwedge/ |
dkwedge_gpt.c | 121 struct gpt_ent *ent; 180 if (entsz != sizeof(struct gpt_ent)) { 235 ent = (struct gpt_ent *)((char *)bp->b_data + (i * entsz));
|
/src/sbin/efi/ |
gptsubr.c | 106 struct gpt_ent { 161 struct gpt_ent *ent = m->map_data; 203 struct gpt_ent *ent;
|
bootvar.c | 146 struct gpt_ent *ent;
|
/src/sys/sys/ |
disklabel_gpt.h | 76 struct gpt_ent { struct
|
/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 358 const struct gpt_ent *ep; 404 ep = (const struct gpt_ent *)d->buf;
|