HelenOS sources
gpt_header_t 69 uspace/lib/label/src/gpt.c static void gpt_hdr_compute_crc(gpt_header_t *, size_t);
gpt_header_t 70 uspace/lib/label/src/gpt.c static errno_t gpt_hdr_get_crc(gpt_header_t *, size_t, uint32_t *);
gpt_header_t 97 uspace/lib/label/src/gpt.c gpt_header_t *gpt_hdr[2];
gpt_header_t 198 uspace/lib/label/src/gpt.c if (hdr_size < sizeof(gpt_header_t) ||
gpt_header_t 350 uspace/lib/label/src/gpt.c gpt_header_t *gpt_hdr = NULL;
gpt_header_t 439 uspace/lib/label/src/gpt.c gpt_hdr->header_size = host2uint32_t_le(sizeof(gpt_header_t));
gpt_header_t 451 uspace/lib/label/src/gpt.c gpt_hdr_compute_crc(gpt_hdr, sizeof(gpt_header_t));
gpt_header_t 486 uspace/lib/label/src/gpt.c label->lt.gpt.hdr_size = sizeof(gpt_header_t);
gpt_header_t 514 uspace/lib/label/src/gpt.c gpt_header_t *gpt_hdr = NULL;
gpt_header_t 932 uspace/lib/label/src/gpt.c gpt_header_t *gpt_hdr;
gpt_header_t 968 uspace/lib/label/src/gpt.c static void gpt_hdr_compute_crc(gpt_header_t *hdr, size_t hdr_size)
gpt_header_t 977 uspace/lib/label/src/gpt.c static errno_t gpt_hdr_get_crc(gpt_header_t *hdr, size_t hdr_size, uint32_t *crc)
gpt_header_t 979 uspace/lib/label/src/gpt.c gpt_header_t *c;
HelenOS homepage, sources at GitHub