Home
last modified time | relevance | path

Searched refs:next_phci (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h276 di_off_t next_phci; member
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers222 # XXX remove: di_path_(addr,next,next_client,next_phci)
H A Ddevinfo.c2449 if (DI_NODE(node)->next_phci == 0) { in di_phci_next_node()
2456 return (DI_NODE(pa + DI_NODE(node)->next_phci)); in di_phci_next_node()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c1592 while (me->next_phci != 0) { in build_phci_list()
1593 me = DI_NODE(di_mem_addr(pwa->st, me->next_phci)); in build_phci_list()
1595 me->next_phci = off; in build_phci_list()
1820 me->next_phci = 0; /* Filled up by build_phci_list. */ in di_copynode()