Searched refs:devctl (Results 26 - 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h35 #include <sys/devctl.h>
H A Dsunddi.h47 #include <sys/devctl.h>
213 #define DDI_NT_NEXUS "ddi_ctl:devctl" /* nexus drivers */
215 #define DDI_NT_SCSI_NEXUS "ddi_ctl:devctl:scsi" /* nexus drivers */
217 #define DDI_NT_SATA_NEXUS "ddi_ctl:devctl:sata" /* nexus drivers */
219 #define DDI_NT_IB_NEXUS "ddi_ctl:devctl:ib" /* nexus drivers */
H A DMakefile175 devctl.h \
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c58 #include <sys/devctl.h>
612 DBG(2, ("cfga_change_state: devctl ap getstate failed\n"));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c45 #include <sys/devctl.h>
61 #define SEG5_ADDR_DEV_FMT EBUS_DEV_NAME "i2c@1,%x:devctl"
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c48 #include <sys/devctl.h>
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c38 #include <sys/devctl.h>
H A Dsunndi.c62 #include <sys/devctl.h>
304 * Copy in the devctl IOCTL data and return a handle to
571 * Return devctl state of the child named by "name@addr".
678 * Generic devctl ioctl handler
689 * read devctl ioctl data
H A Dsunddi.c66 #include <sys/devctl.h>
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h562 uint8_t devctl; /* Device nodes for cfgadm created. */ member in struct:mrsas_instance::_unroll
H A Dmr_sas.c864 /* create devctl node for cfgadm command */
865 if (ddi_create_minor_node(dip, "devctl",
868 dev_err(dip, CE_WARN, "failed to create devctl node.");
873 instance->unroll.devctl = 1;
1153 if (instance->unroll.devctl == 1) {
1154 ddi_remove_minor_node(dip, "devctl");
1155 instance->unroll.devctl = 0;
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c31 * This module basically implements "devctl" and Attachment Point device
56 #include <sys/devctl.h>
529 * AP. Otherwise it is ":devctl" minor device.
737 * pcihp_ioctl: devctl hotplug controls
762 * read devctl ioctl data before soft state retrieval
1852 * Create the "devctl" minor for hot plug support. The minor
1853 * number for "devctl" node is in the same format as the AP
1856 if (ddi_create_minor_node(dip, "devctl", S_IFCHR,
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c89 #include <sys/devctl.h>
1761 * devctl IOCTL support
1894 cmn_err(CE_CONT, "pshot%d devctl: %s",
1915 * read devctl ioctl data
1924 cmn_err(CE_CONT, "pshot%d devctl:"
1933 cmn_err(CE_CONT, "pshot%d devctl:"
1949 cmn_err(CE_CONT, "pshot%d devctl:"
1987 cmn_err(CE_CONT, "pshot%d devctl:"
2010 cmn_err(CE_CONT, "pshot%d devctl:"
2017 cmn_err(CE_WARN, "pshot%d devctl
[all...]
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c73 #include <sys/devctl.h>
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c74 #include <sys/devctl.h>
641 /* create our devctl minor node */
642 if (ddi_create_minor_node(dip, "devctl", S_IFCHR,
646 " for devctl", instance);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c30 #include <sys/devctl.h>
3699 * called for ioctls on the transport's devctl interface, and the transport
3716 struct devctl_iocdata *dcp = NULL; /* for devctl */

Completed in 252 milliseconds

12