Searched defs:acpidev_data_handle_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev.h209 typedef struct acpidev_data_impl *acpidev_data_handle_t; typedef in typeref:struct:acpidev_data_impl
237 acpidev_data_handle_t awi_data;
296 typedef void (* acpidev_fini_t)(ACPI_HANDLE, acpidev_data_handle_t,
441 extern acpidev_data_handle_t acpidev_data_get_handle(ACPI_HANDLE hdl);
442 extern acpidev_data_handle_t acpidev_data_create_handle(ACPI_HANDLE hdl);
444 extern ACPI_HANDLE acpidev_data_get_object(acpidev_data_handle_t hdl);
445 extern dev_info_t *acpidev_data_get_devinfo(acpidev_data_handle_t hdl);
446 extern int acpidev_data_get_status(acpidev_data_handle_t hdl);
447 extern boolean_t acpidev_data_dr_capable(acpidev_data_handle_t hdl);
448 extern boolean_t acpidev_data_dr_ready(acpidev_data_handle_t hd
[all...]

Completed in 89 milliseconds