Lines Matching defs:newp
855 apix_vector_t *vecp, *newp;
896 newp = apix_set_cpu(vecp, bindcpu, &ret);
898 newp = apix_grp_set_cpu(vecp, bindcpu, &ret);
899 } while ((newp == NULL) && (loop++ < apic_nproc));
1594 apix_vector_t *newp = NULL;
1640 if ((newp = apix_rebind(vecp, new_cpu, 1)) == NULL)
1647 return (newp);
1656 apix_vector_t *newp, *vp;
1733 if ((newp = apix_rebind(vecp, new_cpu, num_vectors)) != NULL)
1744 return (newp);