Home
last modified time | relevance | path

Searched refs:bus (Results 151 – 175 of 378) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_FT5.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT0_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT1_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT2_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT3_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT4_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_FT5_data.info36 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_PS0.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_PS1.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_PS2.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_PS3.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/
H A Dpiclenvmon.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_FT3.info33 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
36 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_SC.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_HDD0_data.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_HDD1_data.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
H A Dfru_HDD2_data.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/envmon/
H A Dpiclenvmon.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_SC.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/
H A Dpiclenvmon.info39 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
42 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.h254 uint32_t bus; member
345 uint8_t bus; member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h168 #define AAC_P2VTGT(softs, bus, tgt) \ argument
169 ((softs)->tgt_max * (bus) + (tgt) + AAC_MAX_LD)
207 uint32_t bus; member
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c439 hpc_slot_register(dev_info_t *hpc_dip, char *bus, hpc_slot_info_t *infop, in hpc_slot_register() argument
454 DEBUG1("hpc_slot_register: %s", bus); in hpc_slot_register()
464 busp = hpc_find_bus_by_name(bus); in hpc_slot_register()
471 DEBUG1("hpc_slot_register: %s not in bus list", bus); in hpc_slot_register()
474 (void) strcpy(busp->bus_name, bus); in hpc_slot_register()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c752 int bus; in do_probe() local
769 first_bus = last_bus = input_args_p->bus; in do_probe()
826 for (bus = first_bus; ((bus <= last_bus) && (rval == SUCCESS)); bus++) { in do_probe()
827 prg.bus_no = bus; in do_probe()
832 } else if (supports_ari(fd, bus) == SUCCESS) { in do_probe()
1365 prg.bus_no = input_args_p->bus; in do_device_or_nexus()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_HDD3_data.info37 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
40 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]

12345678910>>...16