/illumos-gate/usr/src/lib/libdevice/ |
H A D | llib-ldevice | 30 #include <sys/devctl.h>
|
H A D | Makefile.com | 28 OBJECTS= devctl.o
|
H A D | libdevice.h | 34 #include <sys/devctl.h>
|
/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 46 if ((fd = open(devctl, O_RDWR)) == -1) { 48 devctl, strerror(errno)); 53 topo_mod_dprintf(mod, "ioctl 1 on '%s' failed: %s\n", devctl, 69 topo_mod_dprintf(mod, "ioctl 2 on '%s' failed: %s\n", devctl, 97 char *devctl = NULL; local 106 TOPO_BINDING_DEVCTL, &devctl, &err) != 0 || 111 if (devctl != NULL) 112 topo_mod_strfree(mod, devctl); 118 return (get_sas_address(mod, devctl, enclosur [all...] |
/illumos-gate/usr/src/cmd/devctl/ |
H A D | Makefile | 27 PROG= devctl
|
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/ |
H A D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 28 <propval name='devctl' type='string' value='${3}' /> 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
|
/illumos-gate/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
|
/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 90 if ((fd = open(devctl, (set ? O_RDWR : O_RDONLY))) == -1) { 91 topo_mod_dprintf(mod, "devctl open failed: %s", 127 char *driver = NULL, *devctl = NULL; local 165 TOPO_BINDING_DEVCTL, &devctl, &err) != 0 || 200 if (do_led_control(mod, devctl, enclosure, slot, mptsas_led, &ledmode, 222 if (devctl != NULL) 223 topo_mod_strfree(mod, devctl);
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_pci.c | 95 uint16_t devctl; local 184 devctl = pci_config_get16(sp->s_pci_handle, off + PCIE_DEVCTL); 186 max_payload_size = (devctl & PCIE_DEVCTL_MAX_PAYLOAD_MASK) 189 max_read_request = (devctl & PCIE_DEVCTL_MAX_READ_REQ_MASK)
|
/illumos-gate/usr/src/uts/common/sys/scsi/ |
H A D | scsi_types.h | 64 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunpm.h | 45 #include <sys/devctl.h>
|
H A D | damap_impl.h | 37 #include <sys/devctl.h>
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 54 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_types.h | 181 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 167 #define SET_FIS_SECTOR_DEVCTL(fis, devctl) \ 169 ((devctl & 0xff) << 24))
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | diag.c | 60 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/ |
H A D | ahcireg.h | 409 #define SET_FIS_DEVCTL(fis, devctl) \ 411 ((devctl & 0xff) << 24))
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_manage.c | 40 #include <sys/devctl.h> 149 * might have been a devctl command 268 * These functions provide access to the devctl functions,
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 117 devctl \
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ndifm.c | 155 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 39 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_quiesce.c | 39 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 186 uint16_t devctl; member in struct:pcicfg_err_regs 3964 uint16_t devctl; local 3972 regs->devctl = devctl = PCI_CAP_GET16(h, NULL, cap_ptr, 3974 devctl &= ~(PCIE_DEVCTL_UR_REPORTING_EN | 3978 PCI_CAP_PUT16(h, NULL, cap_ptr, PCIE_DEVCTL, devctl); 3997 regs->devctl);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/ |
H A D | psvcpolicy.c | 45 #include <sys/devctl.h>
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_quiesce.c | 38 #include <sys/devctl.h>
|