Searched refs:acpidev_resource_handle_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | acpidev_rsc.h | 134 typedef struct acpidev_resource_handle *acpidev_resource_handle_t; typedef 143 extern acpidev_resource_handle_t acpidev_resource_handle_alloc( 145 extern void acpidev_resource_handle_free(acpidev_resource_handle_t rhdl); 147 extern ACPI_STATUS acpidev_resource_insert_reg(acpidev_resource_handle_t rhdl, 149 extern ACPI_STATUS acpidev_resource_get_regs(acpidev_resource_handle_t rhdl, 151 extern uint_t acpidev_resource_get_reg_count(acpidev_resource_handle_t rhdl, 154 extern ACPI_STATUS acpidev_resource_insert_range(acpidev_resource_handle_t rhdl, 156 extern ACPI_STATUS acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl, 158 extern uint_t acpidev_resource_get_range_count(acpidev_resource_handle_t rhdl, 161 extern ACPI_STATUS acpidev_resource_insert_bus(acpidev_resource_handle_t rhdl, [all …]
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_resource.c | 67 acpidev_resource_handle_t 70 acpidev_resource_handle_t rhdl; in acpidev_resource_handle_alloc() 85 acpidev_resource_handle_free(acpidev_resource_handle_t rhdl) in acpidev_resource_handle_free() 111 acpidev_resource_handle_grow(acpidev_resource_handle_t rhdl) in acpidev_resource_handle_grow() 162 acpidev_resource_insert_reg(acpidev_resource_handle_t rhdl, in acpidev_resource_insert_reg() 178 acpidev_resource_get_regs(acpidev_resource_handle_t rhdl, in acpidev_resource_get_regs() 206 acpidev_resource_get_reg_count(acpidev_resource_handle_t rhdl, in acpidev_resource_get_reg_count() 222 acpidev_resource_insert_range(acpidev_resource_handle_t rhdl, in acpidev_resource_insert_range() 238 acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl, in acpidev_resource_get_ranges() 266 acpidev_resource_get_range_count(acpidev_resource_handle_t rhdl, in acpidev_resource_get_range_count() [all …]
|