| /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)
|
| biosboot.c | 157 struct gpt_ent *ent; 161 ent = gpt_ent(map, tbl, j); 165 ent = gpt_ent(map, tbl, i); 178 struct gpt_ent *ent;
|
| type.c | 70 change(struct gpt_ent *ent, void *v, int backup __unused)
|
| add.c | 73 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype, 91 struct gpt_ent *ent;
|
| resize.c | 76 struct gpt_ent *ent; 133 ent = gpt_ent(gpt->gpt, gpt->lbt, i);
|
| uuid.c | 74 change_ent(struct gpt_ent *ent, void *v, int backup)
|
| migrate.c | 173 static struct gpt_ent * 174 migrate_disklabel(gpt_t gpt, off_t start, struct gpt_ent *ent, 243 struct gpt_ent *ent;
|
| label.c | 71 change(struct gpt_ent *ent, void *v, int backup __unused)
|
| restore.c | 135 struct gpt_ent ent; 241 gpt_size = (u_int)(entries * sizeof(struct gpt_ent) / gpt->secsz); 242 if (gpt_size * sizeof(struct gpt_ent) % gpt->secsz) 363 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
|
| gpt.c | 383 struct gpt_ent *ent; 822 struct gpt_ent * 823 gpt_ent(map_t map, map_t tbl, unsigned int i) function 829 struct gpt_ent * 832 return gpt_ent(gpt->gpt, gpt->tbl, i); 835 struct gpt_ent * 838 return gpt_ent(gpt->tpg, gpt->lbt, i); 885 struct gpt_ent *ent; 905 parts * sizeof(struct gpt_ent)) { 906 blocks = (off_t)((parts * sizeof(struct gpt_ent)) / gpt->secsz) [all...] |
| resizedisk.c | 89 struct gpt_ent *ent; 148 (struct gpt_ent *)((char *)gpt->tbl->map_data +
|
| show.c | 132 parsable_label(gpt_t gpt, struct gpt_ent *ent) 160 struct gpt_ent *ent; 464 show_parsable(gpt_t gpt, map_t m, struct gpt_ent *ent, int xshow) 521 struct gpt_ent *ent; 569 struct gpt_ent *ent;
|
| backup.c | 150 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;
|