HomeSort by: relevance | last modified time | path
    Searched refs:gpt_hdr (Results 1 - 20 of 20) sorted by relevancy

  /src/sbin/gpt/
gpt.h 98 struct gpt_hdr *gpt_hdr(gpt_t);
124 void (*)(struct gpt_hdr *, void *, int), void *);
header.c 72 struct gpt_hdr *hdr;
add.c 88 struct gpt_hdr *hdr;
94 if ((hdr = gpt_hdr(gpt)) == NULL)
uuid.c 89 change_hdr(struct gpt_hdr *hdr, void *v, int backup)
gpt.c 381 struct gpt_hdr *hdr;
584 struct gpt_hdr *hdr;
691 struct gpt_hdr *
692 gpt_hdr(gpt_t gpt) function in typeref:struct:gpt_hdr *
719 struct gpt_hdr *hdr = map->map_data;
776 struct gpt_hdr *hdr = map->map_data;
835 struct gpt_hdr *hdr;
905 * XXX struct gpt_hdr is not a multiple of 8 bytes in size and thus
1055 if (gpt_hdr(gpt) == NULL)
1104 void (*cfn)(struct gpt_hdr *, void *, int), void *v
    [all...]
resize.c 79 if (gpt_hdr(gpt) == NULL)
biosboot.c 154 struct gpt_hdr *hdr = map->map_data;
182 if (gpt_hdr(gpt) == NULL)
recover.c 72 struct gpt_hdr *hdr;
180 le64toh(((struct gpt_hdr *)(gpt->gpt->map_data))->hdr_lba_alt) !=
backup.c 123 store_gpt(gpt_t gpt __unused, const struct gpt_hdr *hdr,
246 rc = prop_dictionary_set_and_rel(props, "GPT_HDR",
resizedisk.c 85 struct gpt_hdr *hdr;
restore.c 178 struct gpt_hdr *hdr;
224 gpt_dict = prop_dictionary_get(props, "GPT_HDR");
show.c 109 get_gpt_hdr_guid(char *b, size_t blen, struct gpt_hdr *hdr)
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 99 gpt_verify_header_crc(struct gpt_hdr *hdr)
120 struct gpt_hdr *hdr;
  /src/sys/arch/i386/stand/bootxx/
boot1.c 200 struct gpt_hdr *hdr;
234 hdr = (struct gpt_hdr *)buf;
  /src/sbin/efi/
gptsubr.c 115 struct gpt_hdr {
204 struct gpt_hdr *hdr;
  /src/sys/sys/
disklabel_gpt.h 44 struct gpt_hdr { struct
  /src/sys/stand/efiboot/
efiblock.c 378 struct gpt_hdr *hdr, struct gpt_ent *ent, UINT32 index)
414 struct gpt_hdr hdr;
  /src/sbin/fdisk/
fdisk.c 231 static struct gpt_hdr gpt1, gpt2; /* GUID partition tables */
275 static int read_gpt(daddr_t, struct gpt_hdr *);
276 static int delete_gpt(struct gpt_hdr *);
3001 read_gpt(daddr_t offset, struct gpt_hdr *gptp)
3004 struct gpt_hdr *hdr = (void *)buf;
3033 delete_gpt(struct gpt_hdr *gptp)
3036 struct gpt_hdr *hdr = (void *)buf;
  /src/sbin/cgdconfig/
cgdconfig.c 1159 struct gpt_hdr hdr;
  /src/sys/arch/i386/stand/lib/
biosdisk.c 357 struct gpt_hdr gpth;
368 /* read in gpt_hdr sector */

Completed in 25 milliseconds