Home
last modified time | relevance | path

Searched refs:devctl (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_mptsas.c36 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 Dfac_prov_mptsas.c76 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 DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh72 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 Dpiclfrutree.info126 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 DMakefile27 PROG= devctl
/titanic_50/usr/src/lib/libdevice/
H A DMakefile.com28 OBJECTS= devctl.o
H A Dllib-ldevice30 #include <sys/devctl.h>
/titanic_50/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h167 #define SET_FIS_SECTOR_DEVCTL(fis, devctl) \ argument
169 ((devctl & 0xff) << 24))
/titanic_50/usr/src/pkg/manifests/
H A Ddriver-network-cxgbe.mf30 devlink=type=ddi_ctl:devctl;minor1=t4nex\tt4nex\M2 \
H A Ddriver-network-hme.mf44 perms="devctl 0600 root sys"
H A Dsystem-io-tests.mf55 file path=usr/sbin/devctl mode=0555
H A Dsystem-kernel.mf249 policy="devctl write_priv_set=sys_devices"
H A Dsystem-header.mf910 file path=usr/include/sys/devctl.h
/titanic_50/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h409 #define SET_FIS_DEVCTL(fis, devctl) \ argument
411 ((devctl & 0xff) << 24))
/titanic_50/usr/src/cmd/
H A DMakefile123 devctl \
/titanic_50/usr/src/uts/sun4/io/
H A Dpcicfg.c186 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 DMakefile.lint106 cmd/devctl \
/titanic_50/usr/src/uts/common/sys/
H A DMakefile174 devctl.h \
/titanic_50/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h562 uint8_t devctl; /* Device nodes for cfgadm created. */ member
H A Dmr_sas.c873 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.gitignore873 usr/src/cmd/devctl/devctl