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

  /src/sys/sys/
disklabel_gpt.h 44 struct gpt_hdr { struct
  /src/sbin/gpt/
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...]

Completed in 17 milliseconds