Lines Matching refs:fromp
649 apix_vector_t *fromp, *top;
657 fromp = xv_vector(oldcpu, oldvec + i);
659 ASSERT(fromp != NULL && top != NULL);
662 top->v_state = fromp->v_state;
663 top->v_type = fromp->v_type;
664 top->v_bound_cpuid = fromp->v_bound_cpuid;
665 top->v_inum = fromp->v_inum;
666 top->v_flags = fromp->v_flags;
667 top->v_intrmap_private = fromp->v_intrmap_private;
669 for (avp = fromp->v_autovect; avp != NULL; avp = avp->av_link) {
677 if (fromp->v_type == APIX_TYPE_FIXED &&
684 if (DDI_INTR_IS_MSI_OR_MSIX(fromp->v_type) &&
685 fromp->v_devp != NULL)
686 apix_set_dev_map(top, fromp->v_devp->dv_dip,
687 fromp->v_devp->dv_inum);