/titanic_50/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_mptsas.c | 36 get_sas_address(topo_mod_t *mod, char *devctl, uint32_t enclosure, in get_sas_address() argument 78 if (di[i].Enclosure == enclosure && di[i].Slot == slot) { in get_sas_address() 82 "with adddress %s\n", enclosure, slot, sas); in get_sas_address() 98 uint32_t enclosure, slot; in disk_mptsas_find_disk() local 108 TOPO_BINDING_ENCLOSURE, &enclosure, &err) != 0 || in disk_mptsas_find_disk() 118 return (get_sas_address(mod, devctl, enclosure, slot, sas_address)); in disk_mptsas_find_disk()
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | SENSOR.po | 39 msgstr "The enclosure may be getting inadequate cooling. If the problem\npersists, the components … 55 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force… 71 msgstr "The enclosure may be getting inadequate cooling. If the problem persists, the components m… 87 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force… 103 msgstr "The enclosure may be getting inadequate cooling. If the problem persists, the components m… 119 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force… 135 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force… 151 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force…
|
/titanic_50/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 32 event fault.config.fan-fail@ses-enclosure; 33 event fault.config.fantray-fail@ses-enclosure; 34 event fault.config.psu-fail@ses-enclosure; 51 event fault.power.ext-fail@ses-enclosure; 74 event ereport.chassis.config.missing-fan@ses-enclosure; 75 event ereport.chassis.config.missing-fantray@ses-enclosure; 76 event ereport.chassis.config.missing-psu@ses-enclosure; 177 prop fault.config.psu-fail@ses-enclosure -> 178 ereport.chassis.config.missing-psu@ses-enclosure{ 182 prop fault.config.fan-fail@ses-enclosure -> [all …]
|
/titanic_50/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/ |
H A D | fac_prov_mptsas.c | 76 do_led_control(topo_mod_t *mod, char *devctl, uint16_t enclosure, in do_led_control() argument 85 lc.Enclosure = enclosure; in do_led_control() 128 uint32_t enclosure, slot; in mptsas_led_mode() local 167 TOPO_BINDING_ENCLOSURE, &enclosure, &err) != 0 || in mptsas_led_mode() 200 if (do_led_control(mod, devctl, enclosure, slot, mptsas_led, &ledmode, in mptsas_led_mode()
|
/titanic_50/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/ |
H A D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 69 enclosure=1 74 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot 82 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot
|
/titanic_50/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_compliance.out | 43 0 Electrical inter-enclosure (EL) 49 6 Electrical intra-enclosure (EL) 102 0 Electrical inter-enclosure (EL) 107 5 Electrical intra-enclosure (EL)
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/bsc/ |
H A D | picllom.info | 75 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor 149 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor 161 name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 851 const char *enclosure; in topo_fmri_strhash_internal() local 858 enclosure = strstr(fmri, SES_ENCLOSURE); in topo_fmri_strhash_internal() 878 if (enclosure) { in topo_fmri_strhash_internal() 879 next = enclosure + sizeof (SES_ENCLOSURE); in topo_fmri_strhash_internal()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1435 uint16_t *devhdl, *bay_num, *enclosure; in mptsas_sasdevpage_0_cb() local 1472 enclosure = va_arg(ap, uint16_t *); in mptsas_sasdevpage_0_cb() 1489 *enclosure = ddi_get16(accessp, &sasdevpage->EnclosureHandle); in mptsas_sasdevpage_0_cb() 1514 uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags) in mptsas_get_sas_device_page0() argument 1529 bay_num, enclosure, io_flags); in mptsas_get_sas_device_page0()
|
H A D | mptsas.c | 850 uint16_t bay_num, enclosure, io_flags; in mptsas_iport_attach() local 1012 &pdev_hdl, &bay_num, &enclosure, &io_flags); in mptsas_iport_attach() 6186 uint16_t bay_num, enclosure, io_flags; in mptsas_update_sata_bridge() local 6197 &enclosure, &io_flags); in mptsas_update_sata_bridge() 13847 uint16_t bay_num, enclosure, io_flags; in mptsas_get_target_device_info() local 13853 &bay_num, &enclosure, &io_flags); in mptsas_get_target_device_info() 13922 (*pptgt)->m_enclosure = enclosure; in mptsas_get_target_device_info() 15430 uint16_t bay_num, enclosure, io_flags; in mptsas_create_virt_lun() local 15603 &phy_id, &pdev_hdl, &bay_num, &enclosure, &io_flags); in mptsas_create_virt_lun() 15616 &phy_id, &pdev_hdl, &bay_num, &enclosure, &io_flags); in mptsas_create_virt_lun() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1364 uint16_t *slot_num, uint16_t *enclosure, uint16_t *io_flags);
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 13956 020a Oyen Digital MiniPro 2.5" hard drive enclosure
|