Lines Matching defs:dipp
96 static int mach_cpu_create_devinfo(cpu_t *cp, dev_info_t **dipp);
1585 mach_cpu_create_devinfo(cpu_t *cp, dev_info_t **dipp)
1593 ASSERT(dipp != NULL);
1594 *dipp = NULL;
1629 *dipp = dip;
1643 mach_cpu_create_device_node(struct cpu *cp, dev_info_t **dipp)
1659 if (dipp != NULL) {
1660 *dipp = dip;
1670 * The dipp contains one of following values on return:
1675 mach_cpu_get_device_node(struct cpu *cp, dev_info_t **dipp)
1677 *dipp = NULL;
1679 if (psm_cpu_get_devinfo(cp, dipp) == PSM_SUCCESS) {