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 75 struct gpt_hdr *hdr;
add.c 90 struct gpt_hdr *hdr;
96 if ((hdr = gpt_hdr(gpt)) == NULL)
uuid.c 89 change_hdr(struct gpt_hdr *hdr, void *v, int backup)
biosboot.c 156 struct gpt_hdr *hdr = map->map_data;
184 if (gpt_hdr(gpt) == NULL)
recover.c 75 struct gpt_hdr *hdr;
183 le64toh(((struct gpt_hdr *)(gpt->gpt->map_data))->hdr_lba_alt) !=
gpt.c 384 struct gpt_hdr *hdr;
625 struct gpt_hdr *hdr;
733 struct gpt_hdr *
734 gpt_hdr(gpt_t gpt) function
761 struct gpt_hdr *hdr = map->map_data;
825 struct gpt_hdr *hdr = map->map_data;
884 struct gpt_hdr *hdr;
954 * XXX struct gpt_hdr is not a multiple of 8 bytes in size and thus
1115 if (gpt_hdr(gpt) == NULL)
1164 void (*cfn)(struct gpt_hdr *, void *, int), void *v
    [all...]
resize.c 82 if (gpt_hdr(gpt) == NULL)
backup.c 126 store_gpt(gpt_t gpt __unused, const struct gpt_hdr *hdr,
249 rc = prop_dictionary_set_and_rel(props, "GPT_HDR",
resizedisk.c 88 struct gpt_hdr *hdr;
restore.c 181 struct gpt_hdr *hdr;
227 gpt_dict = prop_dictionary_get(props, "GPT_HDR");
show.c 125 get_gpt_hdr_guid(char *b, size_t blen, struct gpt_hdr *hdr)
  /src/sys/arch/i386/stand/bootxx/
boot1.c 200 struct gpt_hdr *hdr;
234 hdr = (struct gpt_hdr *)buf;
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 99 gpt_verify_header_crc(struct gpt_hdr *hdr)
120 struct gpt_hdr *hdr;
  /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 234 static struct gpt_hdr gpt1, gpt2; /* GUID partition tables */
278 static int read_gpt(daddr_t, struct gpt_hdr *);
279 static int delete_gpt(struct gpt_hdr *);
3004 read_gpt(daddr_t offset, struct gpt_hdr *gptp)
3007 struct gpt_hdr *hdr = (void *)buf;
3036 delete_gpt(struct gpt_hdr *gptp)
3039 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 36 milliseconds