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 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...]

Completed in 13 milliseconds