Home
last modified time | relevance | path

Searched refs:ahci_set (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c96 ahci_ioc_em_set_t ahci_set; in do_led_control() local
119 bzero(&ahci_set, sizeof (ahci_set)); in do_led_control()
120 ahci_set.aiems_port = port; in do_led_control()
121 ahci_set.aiems_op = op; in do_led_control()
122 ahci_set.aiems_leds = leds; in do_led_control()
124 if (ioctl(fd, AHCI_EM_IOC_SET, &ahci_set) == -1) { in do_led_control()
/illumos-gate/usr/src/cmd/ahciem/
H A Dahciem.c42 boolean_t ahci_set; member
225 if (ahci->ahci_set) { in ahciem_devinfo()
252 ahci.ahci_set = B_TRUE; in main()
282 if (!ahci.ahci_set) { in main()