/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 46 if ((fd = open(devctl, O_RDWR)) == -1) { in get_sas_address() 48 devctl, strerror(errno)); in get_sas_address() 53 topo_mod_dprintf(mod, "ioctl 1 on '%s' failed: %s\n", devctl, in get_sas_address() 69 topo_mod_dprintf(mod, "ioctl 2 on '%s' failed: %s\n", devctl, in get_sas_address() 97 char *devctl = NULL; in disk_mptsas_find_disk() local 106 TOPO_BINDING_DEVCTL, &devctl, &err) != 0 || in disk_mptsas_find_disk() 111 if (devctl != NULL) in disk_mptsas_find_disk() 112 topo_mod_strfree(mod, devctl); 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/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 90 if ((fd = open(devctl, (set ? O_RDWR : O_RDONLY))) == -1) { in do_led_control() 127 char *driver = NULL, *devctl = NULL; in mptsas_led_mode() local 165 TOPO_BINDING_DEVCTL, &devctl, &err) != 0 || in mptsas_led_mode() 200 if (do_led_control(mod, devctl, enclosure, slot, mptsas_led, &ledmode, in mptsas_led_mode() 222 if (devctl != NULL) in mptsas_led_mode() 223 topo_mod_strfree(mod, devctl); 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 | 72 devctl='/devices/pci@0,0/pci8086,3c02@1/pci15d9,691@0:devctl' 74 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot 80 devctl='/devices/pci@0,0/pci8086,3c06@2,2/pci15d9,691@0:devctl' 82 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/ |
H A D | piclfrutree.info | 126 REFNODE disk fru WITH _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=1 129 REFNODE disk fru WITH _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=3 134 _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=1 137 _class:/PLATFORM_CLASS/pci?instance=1/scsi-fcp/devctl/block?target=3
|
/titanic_50/usr/src/cmd/devctl/ |
H A D | Makefile | 27 PROG= devctl
|
/titanic_50/usr/src/lib/libdevice/ |
H A D | Makefile.com | 28 OBJECTS= devctl.o
|
H A D | llib-ldevice | 30 #include <sys/devctl.h>
|
/titanic_50/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 167 #define SET_FIS_SECTOR_DEVCTL(fis, devctl) \ argument 169 ((devctl & 0xff) << 24))
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | driver-network-cxgbe.mf | 30 devlink=type=ddi_ctl:devctl;minor1=t4nex\tt4nex\M2 \
|
H A D | driver-network-hme.mf | 44 perms="devctl 0600 root sys"
|
H A D | system-io-tests.mf | 55 file path=usr/sbin/devctl mode=0555
|
H A D | system-kernel.mf | 249 policy="devctl write_priv_set=sys_devices"
|
H A D | system-header.mf | 910 file path=usr/include/sys/devctl.h
|
/titanic_50/usr/src/uts/common/sys/sata/adapters/ahci/ |
H A D | ahcireg.h | 409 #define SET_FIS_DEVCTL(fis, devctl) \ argument 411 ((devctl & 0xff) << 24))
|
/titanic_50/usr/src/cmd/ |
H A D | Makefile | 123 devctl \
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 186 uint16_t devctl; member 3964 uint16_t devctl; in pcicfg_disable_bridge_probe_err() local 3972 regs->devctl = devctl = PCI_CAP_GET16(h, NULL, cap_ptr, in pcicfg_disable_bridge_probe_err() 3974 devctl &= ~(PCIE_DEVCTL_UR_REPORTING_EN | in pcicfg_disable_bridge_probe_err() 3978 PCI_CAP_PUT16(h, NULL, cap_ptr, PCIE_DEVCTL, devctl); in pcicfg_disable_bridge_probe_err() 3997 regs->devctl); in pcicfg_enable_bridge_probe_err()
|
/titanic_50/usr/src/ |
H A D | Makefile.lint | 106 cmd/devctl \
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | Makefile | 174 devctl.h \
|
/titanic_50/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 562 uint8_t devctl; /* Device nodes for cfgadm created. */ member
|
H A D | mr_sas.c | 873 instance->unroll.devctl = 1; in mrsas_attach() 1153 if (instance->unroll.devctl == 1) { in mrsas_undo_resources() 1155 instance->unroll.devctl = 0; in mrsas_undo_resources()
|
/titanic_50/ |
H A D | .gitignore | 873 usr/src/cmd/devctl/devctl
|