Home | History | Annotate | Download | only in cd9660

Lines Matching defs:phead

489 	ISO_SUSP_HEADER *phead;
511 phead = (ISO_SUSP_HEADER *)pwhead;
520 while (pend >= phead + 1) {
521 if (isonum_711(phead->version) == 1) {
523 if (*phead->type == *ptable->type
524 && phead->type[1] == ptable->type[1]) {
525 result |= ptable->func(phead, ana);
537 if (isonum_711(phead->length) < sizeof(*phead))
543 phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length));
555 phead = (ISO_SUSP_HEADER *)((char *)bp->b_data + ana->iso_ce_off);
556 pend = (ISO_SUSP_HEADER *)((char *)phead + ana->iso_ce_len);