Searched refs:didp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 322 did_t *didp; in specific_hb_enum() local 331 didp = iodid; in specific_hb_enum() 333 didp = did_chain_get(didp); in specific_hb_enum() 334 assert(didp != NULL); in specific_hb_enum() 336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin)) in specific_hb_enum() 340 while (didp != NULL) { in specific_hb_enum() 341 did_BDF(didp, &bus, NULL, NULL); in specific_hb_enum() 343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) { in specific_hb_enum() 346 didp = did_link_get(didp); in specific_hb_enum()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 672 did_t *didp, *hbdid = (did_t *)data; in pcibus_enum() local 688 didp = hbdid; in pcibus_enum() 689 while (didp != NULL) { in pcibus_enum() 690 did_BDF(didp, &b, NULL, NULL); in pcibus_enum() 693 didp = did_link_get(didp); in pcibus_enum() 695 if (didp == NULL) { in pcibus_enum() 704 didp = hbdid; in pcibus_enum() 706 retval = pci_children_instantiate(mp, ptn, did_dinode(didp), in pcibus_enum() 707 did_board(didp), did_bridge(didp), did_rc(didp), in pcibus_enum()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3476 didmatch(uintptr_t addr, const kthread_t *thr, kt_did_t *didp) in didmatch() argument 3479 if (*didp == thr->t_did) { in didmatch()
|