Searched defs:enclosure (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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, argument 78 if (di[i].Enclosure == enclosure && di[i].Slot == slot) { 82 "with adddress %s\n", enclosure, slot, sas); 98 uint32_t enclosure, slot; local 108 TOPO_BINDING_ENCLOSURE, &enclosure, &err) != 0 || 118 return (get_sas_address(mod, devctl, enclosure, slot, sas_address));
|
/illumos-gate/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, argument 85 lc.Enclosure = enclosure; 100 * a particular enclosure/slot pair then the driver 128 uint32_t enclosure, slot; local 167 TOPO_BINDING_ENCLOSURE, &enclosure, &err) != 0 || 200 if (do_led_control(mod, devctl, enclosure, slot, mptsas_led, &ledmode,
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 742 * (ses-enclosure), we hard-code this behavior here. If there are more 851 const char *enclosure; local 858 enclosure = strstr(fmri, SES_ENCLOSURE); 878 if (enclosure) { 879 next = enclosure + sizeof (SES_ENCLOSURE); 984 * If this is rooted at a ses-enclosure node, skip past the instance
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1432 uint16_t *devhdl, *bay_num, *enclosure; local 1469 enclosure = va_arg(ap, uint16_t *); 1486 *enclosure = ddi_get16(accessp, &sasdevpage->EnclosureHandle); 1511 uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags) 1526 bay_num, enclosure, io_flags); 1508 mptsas_get_sas_device_page0(mptsas_t *mpt, uint32_t page_address, uint16_t *dev_handle, uint64_t *sas_wwn, uint32_t *dev_info, uint8_t *physport, uint8_t *phynum, uint16_t *pdev_handle, uint16_t *bay_num, uint16_t *enclosure, uint16_t *io_flags) argument
|
H A D | mptsas.c | 858 uint16_t bay_num, enclosure, io_flags; local 1020 &pdev_hdl, &bay_num, &enclosure, &io_flags); 6991 NDBG20(("SAS TOPOLOGY CHANGE for enclosure %x expander %x%s\n", 7686 NDBG20(("mptsas%d ENCLOSURE STATUS CHANGE for enclosure " 8040 "for enclosure with handle 0x%x is now in hot " 8050 "for enclosure with handle 0x%x is now " 8069 "for enclosure with handle 0x%x is now %s\n", 10034 "target %d %s, enclosure %u", devhdl, wwn_str, 12395 /* We could not find a target for that enclosure/slot. */ 13549 uint16_t bay_num, enclosure, io_flag local 15038 uint16_t bay_num, enclosure, io_flags; local 15386 uint16_t bay_num, enclosure, io_flags; local 15786 uint16_t bay_num, enclosure, io_flags; local [all...] |
Completed in 85 milliseconds