Lines Matching refs:extp
391 uchar_t *extp;
449 extp = (uchar_t *)ctp + base_len;
450 if (((checksum(extp, ext_len) + ctp->ct_ext_cksum) & 0xFF) != 0) {
454 mps_extp = extp;
463 uchar_t *extp;
468 extp = mps_extp;
470 while (extp < mps_ext_endp) {
471 switch (*extp) {
473 sasmp = (struct sasm *)extp;
479 extp += SYS_AS_MAPPING_SIZE;
487 extp += SYS_AS_MAPPING_SIZE;
490 extp += BUS_HIERARCHY_DESC_SIZE;
493 extp += COMP_BUS_AS_MODIFIER_SIZE;
498 *extp);
609 uchar_t *extp;
614 extp = mps_extp;
615 while (extp < mps_ext_endp) {
616 bhdp = (struct bhd *)extp;
617 switch (*extp) {
619 extp += SYS_AS_MAPPING_SIZE;
624 extp += BUS_HIERARCHY_DESC_SIZE;
627 extp += COMP_BUS_AS_MODIFIER_SIZE;
632 *extp);