Searched refs:DEVCTL_AP_CONTROL (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 912 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in prt_led_mode() 939 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in prt_led_mode() 954 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in prt_led_mode() 969 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in prt_led_mode() 984 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in prt_led_mode() 1127 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in cfga_private_func() 1639 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in cfga_list_ext() 1647 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in cfga_list_ext() 1665 if (ioctl(fd, DEVCTL_AP_CONTROL, &iocdata) == -1) { in cfga_list_ext()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | devctl.h | 156 #define DEVCTL_AP_CONTROL (DEVCTL_IOC | 21) macro
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 1141 if ((cmd != DEVCTL_AP_CONTROL) && ndi_dc_allochdl((void *)arg, in cardbus_ioctl() 1166 case DEVCTL_AP_CONTROL: cmd_name = "DEVCTL_AP_CONTROL"; break; in cardbus_ioctl() 1370 case DEVCTL_AP_CONTROL: in cardbus_ioctl() 1673 if (cmd != DEVCTL_AP_CONTROL) in cardbus_ioctl()
|
/titanic_50/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 764 if ((cmd != DEVCTL_AP_CONTROL) && in pcihp_ioctl() 770 if (cmd != DEVCTL_AP_CONTROL) in pcihp_ioctl() 783 case DEVCTL_AP_CONTROL: in pcihp_ioctl() 800 if (cmd != DEVCTL_AP_CONTROL) in pcihp_ioctl() 1063 case DEVCTL_AP_CONTROL: in pcihp_ioctl() 1436 if (cmd != DEVCTL_AP_CONTROL) in pcihp_ioctl()
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 663 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in do_control_ioctl() 693 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in do_control_ioctl()
|
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 790 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in ib_do_control_ioctl() 822 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in ib_do_control_ioctl()
|
H A D | cfga_conf.c | 1185 if (ioctl(apid_fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in ib_conf_control_ioctl()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 2035 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in do_control_ioctl() 2061 if (ioctl(fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) { in do_control_ioctl()
|
/titanic_50/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 224 if ((cmd != DEVCTL_AP_CONTROL) && in ibnex_devctl() 273 case DEVCTL_AP_CONTROL: in ibnex_devctl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunndi.c | 743 case DEVCTL_AP_CONTROL: in ndi_devctl_ioctl()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 7400 if ((cmd != DEVCTL_AP_CONTROL) && in usba_hubdi_ioctl() 7442 case DEVCTL_AP_CONTROL: in usba_hubdi_ioctl() 7598 case DEVCTL_AP_CONTROL: in usba_hubdi_ioctl()
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 1352 if (cmd != DEVCTL_AP_CONTROL) { in sata_hba_ioctl() 1479 case DEVCTL_AP_CONTROL: in sata_hba_ioctl()
|