Lines Matching refs:dipp
101 static int mach_cpu_create_devinfo(cpu_t *cp, dev_info_t **dipp);
1559 mach_cpu_create_devinfo(cpu_t *cp, dev_info_t **dipp) in mach_cpu_create_devinfo() argument
1567 ASSERT(dipp != NULL); in mach_cpu_create_devinfo()
1568 *dipp = NULL; in mach_cpu_create_devinfo()
1603 *dipp = dip; in mach_cpu_create_devinfo()
1617 mach_cpu_create_device_node(struct cpu *cp, dev_info_t **dipp) in mach_cpu_create_device_node() argument
1633 if (dipp != NULL) { in mach_cpu_create_device_node()
1634 *dipp = dip; in mach_cpu_create_device_node()
1649 mach_cpu_get_device_node(struct cpu *cp, dev_info_t **dipp) in mach_cpu_get_device_node() argument
1651 *dipp = NULL; in mach_cpu_get_device_node()
1653 if (psm_cpu_get_devinfo(cp, dipp) == PSM_SUCCESS) { in mach_cpu_get_device_node()