Searched refs:acpidev_data_handle_t (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | acpidev.h | 209 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...] |
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_util.c | 334 acpidev_data_handle_t datap = NULL; 425 acpidev_data_handle_t objhdl = data; 431 kmem_free(objhdl, sizeof (acpidev_data_handle_t)); 434 acpidev_data_handle_t 438 acpidev_data_handle_t objhdl = NULL; 441 objhdl = (acpidev_data_handle_t)ptr; 447 acpidev_data_handle_t 450 acpidev_data_handle_t objhdl; 473 acpidev_data_handle_t objhdl = NULL; 482 kmem_free(ptr, sizeof (acpidev_data_handle_t)); [all...] |
H A D | acpidev_pci.c | 72 acpidev_data_handle_t dhdl;
|
H A D | acpidev_dr.c | 257 acpidev_dr_check_board_type(acpidev_data_handle_t dhdl, 300 acpidev_data_handle_t dhdl, pdhdl; 553 acpidev_data_handle_t dhdl; 633 acpidev_data_handle_t dhdl; 656 acpidev_data_handle_t dhdl; 682 acpidev_data_handle_t dhdl; 683 acpidev_data_handle_t dhdls[ACPIDEV_MAX_ENUM_LEVELS]; 903 acpidev_data_handle_t dhdl; 969 acpidev_data_handle_t dhdl; 1093 acpidev_data_handle_t dhd [all...] |
H A D | acpidev_cpu.c | 79 static void acpidev_cpu_fini(ACPI_HANDLE hdl, acpidev_data_handle_t dhdl, 721 acpidev_cpu_fini(ACPI_HANDLE hdl, acpidev_data_handle_t dhdl,
|
H A D | acpidev_drv.c | 377 acpidev_data_handle_t objhdl; 662 acpidev_data_handle_t datap; 800 acpidev_data_handle_t datap;
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_event.c | 222 acpidev_data_handle_t dhdl; 489 ACPI_DEVICE_INFO *infop, acpidev_data_handle_t dhdl) 534 acpidev_data_handle_t dhdl) 572 acpidev_data_handle_t dhdl;
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.c | 812 acpidev_data_handle_t dhdl;
|
Completed in 76 milliseconds