acpidev_resource_handle_t
acpidev_resource_handle_t rhdl = NULL;
acpidev_resource_handle_grow(acpidev_resource_handle_t rhdl)
acpidev_resource_insert_reg(acpidev_resource_handle_t rhdl,
acpidev_resource_get_regs(acpidev_resource_handle_t rhdl,
acpidev_resource_get_reg_count(acpidev_resource_handle_t rhdl,
acpidev_resource_insert_range(acpidev_resource_handle_t rhdl,
acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl,
acpidev_resource_get_range_count(acpidev_resource_handle_t rhdl,
acpidev_resource_insert_bus(acpidev_resource_handle_t rhdl,
acpidev_resource_get_buses(acpidev_resource_handle_t rhdl,
acpidev_resource_get_bus_count(acpidev_resource_handle_t rhdl)
acpidev_resource_insert_dma(acpidev_resource_handle_t rhdl, int dma)
acpidev_resource_get_dmas(acpidev_resource_handle_t rhdl,
acpidev_resource_get_dma_count(acpidev_resource_handle_t rhdl)
acpidev_resource_insert_irq(acpidev_resource_handle_t rhdl, int irq)
acpidev_resource_get_irqs(acpidev_resource_handle_t rhdl,
acpidev_resource_get_irq_count(acpidev_resource_handle_t rhdl)
acpidev_resource_address64(acpidev_resource_handle_t rhdl,
acpidev_resource_handle_t rhdl;
rhdl = (acpidev_resource_handle_t)ctxp;
acpidev_resource_handle_t
acpidev_resource_handle_t rhdl;
acpidev_resource_handle_t rhdl;
rhdl = (acpidev_resource_handle_t)ctxp;
acpidev_resource_handle_free(acpidev_resource_handle_t rhdl)
boolean_t consumer, acpidev_resource_handle_t *rhdlp)
acpidev_resource_handle_t rhdl = NULL;
extern acpidev_resource_handle_t acpidev_resource_handle_alloc(
extern void acpidev_resource_handle_free(acpidev_resource_handle_t rhdl);
extern ACPI_STATUS acpidev_resource_insert_reg(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_get_regs(acpidev_resource_handle_t rhdl,
extern uint_t acpidev_resource_get_reg_count(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_insert_range(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl,
extern uint_t acpidev_resource_get_range_count(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_insert_bus(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_get_buses(acpidev_resource_handle_t rhdl,
extern uint_t acpidev_resource_get_bus_count(acpidev_resource_handle_t rhdl);
extern ACPI_STATUS acpidev_resource_insert_dma(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_get_dmas(acpidev_resource_handle_t rhdl,
extern uint_t acpidev_resource_get_dma_count(acpidev_resource_handle_t rhdl);
extern ACPI_STATUS acpidev_resource_insert_irq(acpidev_resource_handle_t rhdl,
extern ACPI_STATUS acpidev_resource_get_irqs(acpidev_resource_handle_t rhdl,
extern uint_t acpidev_resource_get_irq_count(acpidev_resource_handle_t rhdl);
boolean_t consumer, acpidev_resource_handle_t *rhdlp);