Home
last modified time | relevance | path

Searched refs:get_portid_ddi (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_mp_startup.c111 extern int get_portid_ddi(dev_info_t *, dev_info_t **); in mp_find_cpu()
128 cpuid = get_portid_ddi(dip, NULL); in mp_find_cpu()
H A Dfillsysinfo.c613 get_portid_ddi(dev_info_t *dip, dev_info_t **cmpp) in get_portid_ddi() function
678 if ((portid = get_portid_ddi(dip, &cmpnode)) == -1) { in fill_cpu_ddi()