Searched defs:ba (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/ |
H A D | hb_rcid.c | 103 hb_find_rc_pid(char *platform, uint64_t ba) argument 114 if (pciexrc.ba == ba) {
|
H A D | hb_rcid.h | 38 uint64_t ba; /* bus address */ member in struct:prc 58 extern int hb_find_rc_pid(char *platform, uint64_t ba);
|
H A D | hb_sun4v.c | 77 * Find the dev pointer of a rc given its bus address, ba 80 find_dnode(busorrc_t *rcs, uint64_t ba) argument 84 if (ba == p->br_ba_bc) { 173 uint64_t ba) 190 (void) snprintf(dnpath, sizeof (dnpath), "/pci@%llx", ba); 172 platform_pciexrc_declare(topo_mod_t *mod, tnode_t *parent, int inst, uint64_t ba) argument
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_ioboard.c | 135 char *ba = di_bus_addr(n); local 136 if (ba == NULL) { 144 a = OPL_MC_STR2BA(ba); 308 char *ba = di_bus_addr(pnode); local 309 if (ba == NULL || (*ba == '\0')) { 313 a = OPL_PX_STR2BA(ba);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 127 char *ba; local 130 ba = di_bus_addr(n); 131 if (ba == NULL || 132 (nb = busorrc_new(mod, ba, n)) == NULL) {
|
Completed in 25 milliseconds