pmap_hdr
struct pmap_hdr *hdr;
hdr = (struct pmap_hdr *)addr;
struct pmap_hdr *ph;
ph = (struct pmap_hdr *)lvd->lvd_pmaps;
ph = (struct pmap_hdr *)(((uint8_t *)h) + ph->maph_length);
hdr = (struct pmap_hdr *)udf_vfsp->udf_lvd->lvd_pmaps;
hdr = (struct pmap_hdr *)(((uint8_t *)hdr) + hdr->maph_length);
struct pmap_hdr *hdr;