Lines Matching refs: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) in mach_cpu_create_devinfo() argument
1593 ASSERT(dipp != NULL); in mach_cpu_create_devinfo()
1594 *dipp = NULL; in mach_cpu_create_devinfo()
1629 *dipp = dip; in mach_cpu_create_devinfo()
1643 mach_cpu_create_device_node(struct cpu *cp, dev_info_t **dipp) in mach_cpu_create_device_node() argument
1659 if (dipp != NULL) { in mach_cpu_create_device_node()
1660 *dipp = dip; in mach_cpu_create_device_node()
1675 mach_cpu_get_device_node(struct cpu *cp, dev_info_t **dipp) in mach_cpu_get_device_node() argument
1677 *dipp = NULL; in mach_cpu_get_device_node()
1679 if (psm_cpu_get_devinfo(cp, dipp) == PSM_SUCCESS) { in mach_cpu_get_device_node()