Searched refs:didp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c322 did_t *didp; local
331 didp = iodid;
333 didp = did_chain_get(didp);
334 assert(didp != NULL);
336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin))
340 while (didp != NULL) {
341 did_BDF(didp, &bus, NULL, NULL);
343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) {
346 didp
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c658 did_t *didp, *hbdid = (did_t *)data; local
674 didp = hbdid;
675 while (didp != NULL) {
676 did_BDF(didp, &b, NULL, NULL);
679 didp = did_link_get(didp);
681 if (didp == NULL) {
690 didp = hbdid;
692 retval = pci_children_instantiate(mp, ptn, did_dinode(didp),
693 did_board(didp), did_bridg
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3559 didmatch(uintptr_t addr, const kthread_t *thr, kt_did_t *didp) argument
3562 if (*didp == thr->t_did) {

Completed in 70 milliseconds