| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/ |
| iob_platform.c | 85 int brd, br, bus, i; local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 6, 9, &brd, &br, &bus); 108 iobs[brd][br][bus] = d;
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/ |
| iob_platform.c | 85 int brd, br, bus, i; local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 0, 17, &brd, &br, &bus); 108 iobs[brd][br][bus] = d;
|
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| bus.c | 67 bp = dp->p.bus; 100 descriptor_t *bus = NULL; local 108 if (libdiskmgt_str_eq(name, buses[i]->p.bus->name)) { 109 bus = buses[i]; 117 if (bus == NULL) { 121 return (bus); 134 return (desc->p.bus->name); 175 bp = desc->p.bus; 195 * Get this buses parent bus and get the buses that I am the parent of. 199 if (libdiskmgt_str_eq(name, allbuses[i]->p.bus->pname)) [all...] |
| disks_private.h | 90 struct bus_info *bus; member in struct:controller_info 119 bus_t *bus; member in union:descriptor::__anon3425
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
| hb_sun4.c | 286 * (Hostbridge #0, Bus #0) 287 * (Hostbridge #1, Bus #0) 289 * (Hostbridge #nhb, Bus #0) 290 * (Hostbridge #0, Bus #1) 293 * (Hostbridge #nhb, Bus #(buses/hostbridge)) 302 int br, bus; local 310 br = bus = 0; 316 did_create(mod, p->br_din, 0, br, NO_RC, bus)) == NULL) { 322 hb[br] = hb_process(mod, ptn, br, bus, p->br_din, link); 330 hb[br], PCI_BUS, PCI_BUS, bus, bus, link) < 0) [all...] |
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
| hostbridge.c | 324 int bus; local 341 did_BDF(didp, &bus, NULL, NULL); 343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/e1000g/ |
| e1000_82542.c | 114 /* bus type/speed/width */ 170 * e1000_get_bus_info_82542 - Obtain bus information for adapter 173 * This will obtain information about the HW bus for which the 181 hw->bus.type = e1000_bus_type_pci; 182 hw->bus.speed = e1000_bus_speed_unknown; 183 hw->bus.width = e1000_bus_width_unknown; 197 struct e1000_bus_info *bus = &hw->bus; local 233 if (bus->pci_cmd_word & CMD_MEM_WRT_INVALIDATE) 277 if (hw->bus.pci_cmd_word & CMD_MEM_WRT_INVALIDATE [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/gfx_private/ |
| gfxp_pci.c | 76 uint8_t bus; member in struct:gfxp_pci_bsf 86 gfxp_pci_get_bsf(dev_info_t *dip, uint8_t *bus, uint8_t *dev, uint8_t *func) 101 *bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); 117 uint8_t bus, dev, func; local 135 if (gfxp_pci_get_bsf(dip, &bus, &dev, &func) != DDI_SUCCESS) 140 if ((bus == pci_bsf->bus) && (dev == pci_bsf->slot) && 155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function, 172 pci_bsf->bus = bus; 199 uint8_t bus, dev, func; local 216 uint8_t bus, dev, func; local 233 uint8_t bus, dev, func; local 249 uint8_t bus, dev, func; local 264 uint8_t bus, dev, func; local 279 uint8_t bus, dev, func; local [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/sys/ |
| psm_common.h | 71 * irq_cache_t: Entry for irq cache to map pci bus/dev/ipin or ACPI object 77 uchar_t bus, dev; member in struct:irq_cache 132 extern void acpi_new_irq_cache_ent(int bus, int dev, int ipin, int pci_irq, 135 extern int acpi_get_irq_cache_ent(uchar_t bus, uchar_t dev, int ipin,
|
| biosdisk.h | 71 unsigned char bus; member in struct:interface_path::__anon8451
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/kmdb/ |
| kvm_isadep.c | 433 uint32_t bus, dev, func; local 436 bus = kmt_numarg(&argv[0]); 440 if ((bus & 0xffff) != bus) { 441 warn("invalid bus number (must be 0-0xffff)\n"); 461 addr = PCI_CADDR1(bus, dev, func, off);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| pci.c | 265 unsigned int devfn, bus, buses; local 278 first_bus = dev->bus; 284 dev->bus = 0; 295 for (bus = first_bus; bus < buses; ++bus) { 298 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); 301 pcibios_read_config_dword(bus, devfn, PCI_VENDOR_ID, &l); 309 pcibios_read_config_dword(bus, devfn, PCI_REVISION, &l); 315 bus, PCI_SLOT(devfn), PCI_FUNC(devfn) [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| smp-imps.c | 134 imps_bus bus[2]; member in struct:__anon2540 399 add_bus (imps_bus * bus) 403 memmove (str, bus->bus_type, 6); 405 KERNEL_PRINT ((" Bus id %d is %s\n", bus->id, str)); 598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6); 603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6); 609 defconfig.bus[1].type = IMPS_BCT_BUS;
|
| /onnv/onnv-gate/usr/src/uts/common/io/aac/ |
| aac_ioctl.h | 91 uint32_t bus; member in struct:aac_pci_info 97 int32_t bus; member in struct:aac_query_disk
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
| pcibus_labels.c | 148 * Do a platform specific label lookup based on bus, dev, etc. 154 int board, bridge, rc, bus, dev; local 163 did_BDF(dp, &bus, &dev, NULL); 166 "board=%d, bridge=%d, rc=%d, bus=%d, dev=%d\n", 167 __func__, platform, board, bridge, rc, bus, dev); 181 m.dl_rc == rc && m.dl_bus == bus && 426 * If it's not a device or a PCI-express bus (which could potentially
|
| /onnv/onnv-gate/usr/src/cmd/pcitool/ |
| pcitool_ui.c | 126 /* No args. probe mode accounting for bus ranges, nonverbose. */ 136 /* Default is to probe all trees accounting for bus ranges. */ 157 * Enable display of ALL bus numbers. 237 &parsed_args->bus, &parsed_args->device, 309 &parsed_args->bus, &parsed_args->device, 628 * Don't allow any options other than all-bus, verbose or 763 * Other fields: bus, device, function, offset, default to 1037 * bus=number 1061 bus = 0, enumerator in enum:__anon7 1078 "bus", 1388 bus = 0, enumerator in enum:__anon8 [all...] |
| pcitool_ui.h | 50 #define PROBERNG_FLAG 0x40 /* Probe devs within bus ranges */ 96 uint8_t bus; member in struct:uiargs
|
| /onnv/onnv-gate/usr/src/uts/common/xen/public/hvm/ |
| hvm_op.h | 40 /* PCI INTx identification in PCI topology (domain:bus:device:intx). */ 41 uint8_t domain, bus, device, intx; member in struct:xen_hvm_set_pci_intx_level
|
| /onnv/onnv-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
| acpidev_resource.c | 576 /* Only support producer of BUS. */ 580 acpidev_bus_range_t bus; local 584 ACPIDEV_DEBUG(CE_WARN, "acpidev: bus range " 589 bus.bus_start = addrp->Minimum & 0xFFFFFFFF; 590 bus.bus_end = end & 0xFFFFFFFF; 591 ASSERT(bus.bus_start <= bus.bus_end); 592 rc = acpidev_resource_insert_bus(rhdl, &bus); 595 "insert bus range into resource handle."); 1092 /* Create 'bus-range' property. * [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/rtw/ |
| rtwphy.c | 71 rtw_rfbus_write(struct rtw_rfbus *bus, enum rtw_rfchipid rfchipid, uint_t addr, 74 return (*bus->b_write)(bus->b_regs, rfchipid, addr, val); 128 struct rtw_rfbus *bus = &sa->sa_bus; local 130 return (rtw_rfbus_write(bus, RTW_RFCHIPID_PHILIPS, SA2400_TX, 195 struct rtw_rfbus *bus = &sa->sa_bus; local 221 if ((rc = rtw_rfbus_write(bus, RTW_RFCHIPID_PHILIPS, SA2400_SYNA, 224 if ((rc = rtw_rfbus_write(bus, RTW_RFCHIPID_PHILIPS, SA2400_SYNB, 227 if ((rc = rtw_rfbus_write(bus, RTW_RFCHIPID_PHILIPS, SA2400_SYNC, 230 return (rtw_rfbus_write(bus, RTW_RFCHIPID_PHILIPS, SA2400_SYND, 0x0)) 237 struct rtw_rfbus *bus = &sa->sa_bus; local 445 struct rtw_rfbus *bus; local 494 struct rtw_rfbus *bus = &mx->mx_bus; local 516 struct rtw_rfbus *bus = &mx->mx_bus; local 570 struct rtw_rfbus *bus; local 593 struct rtw_rfbus *bus; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/addons/storage/ |
| addon-storage.c | 318 char *bus; local 331 if ((bus = getenv ("HAL_PROP_STORAGE_BUS")) == NULL) 362 printf ("Doing addon-storage for %s (bus %s) (drive_type %s) (udi %s)\n", device_file, bus, drive_type, udi);
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/rootnex/ |
| intel_iommu.c | 580 int bus, devfn; local 608 bus = private.idp_bus; 638 if (iovtp_read_table_entry(ptaddr, bus, &rc_entry, sizeof (rc_entry)) 640 mdb_warn("failed to read root table entry for bus %x " 641 "at %p\n", bus, (uintptr_t)ptaddr); 645 bus, (uintptr_t)rc_entry.asr); 647 bus, (uintptr_t)rc_entry.pro); 764 mdb_warn("invalid pci segment, bus, device, function" 852 { "bdf2devinfo", "[segment] [bus] [dev] [func]", 853 "given its pci segment/bus/dev/func, print the devinfo node" [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/pci/ |
| pci_resource.c | 25 * pci_resource.c -- routines to retrieve available bus resources from 75 find_bus_res(int bus, int type) 86 if (acpi_find_bus_res(bus, type, &res) > 0) 89 if (hrt_find_bus_res(bus, type, &res) > 0) 92 (void) mps_find_bus_res(bus, type, &res); 102 int bus; local 107 for (bus = 0; bus <= pci_bios_maxbus; bus++) { 109 dip = pci_bus_res[bus].dip 135 int bus; local 228 int bus; local 261 int bus = (intptr_t)context; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/px/ |
| px_util.c | 62 * Get the bus-ranges property. 66 "bus-range", (caddr_t)&px_p->px_bus_range, &i) != DDI_SUCCESS) { 67 cmn_err(CE_WARN, "%s%d: no bus-range property\n", 71 DBG(DBG_ATTACH, dip, "get_px_properties: bus-range (%x,%x)\n", 116 * and "ranges" properties of the pci bus device node. 163 uint32_t bus = PCI_REG_BUS_G(phys_hi); local 164 if (bus < px_p->px_bus_range.lo || 165 bus > px_p->px_bus_range.hi) { 166 DBG(DBG_MAP | DBG_CONT, dip, "bad bus# (%x)\n", bus); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/nexus/ |
| pcf8584.c | 598 * effectively blocked by "acquiring" the bus. 614 * the hold that was placed on the i2c bus, which allows any real 632 * pcf8584_acquire() is called by a thread wishing to "own" the I2C bus. 701 * if pcf8584_b_reg exists, it means the current bus controller signals 702 * are multiplexed into more than a single bus. Select the bus needed 708 int bus; local 712 * The existence of pcf8584_b_reg means the bus registers 716 PCF8584_DDB(pcf8584_print(PRT_SELECT, "bus multiplex: %X\n", 721 bus = ppvt->pcf8584_ppvt_bus [all...] |