Home
last modified time | relevance | path

Searched refs:rhdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c72 rhdl = kmem_zalloc(sizeof (*rhdl), KM_SLEEP); in acpidev_resource_handle_alloc()
75 rhdl->acpidev_regp = rhdl->acpidev_regs; in acpidev_resource_handle_alloc()
77 rhdl->acpidev_rangep = rhdl->acpidev_ranges; in acpidev_resource_handle_alloc()
79 rhdl->acpidev_busp = rhdl->acpidev_buses; in acpidev_resource_handle_alloc()
91 if (rhdl->acpidev_regp != rhdl->acpidev_regs) { in acpidev_resource_handle_free()
96 if (rhdl->acpidev_rangep != rhdl->acpidev_ranges) { in acpidev_resource_handle_free()
101 if (rhdl->acpidev_busp != rhdl->acpidev_buses) { in acpidev_resource_handle_free()
124 if (rhdl->acpidev_regp != rhdl->acpidev_regs) { in acpidev_resource_handle_grow()
139 if (rhdl->acpidev_rangep != rhdl->acpidev_ranges) { in acpidev_resource_handle_grow()
154 if (rhdl->acpidev_busp != rhdl->acpidev_buses) { in acpidev_resource_handle_grow()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_rsc.h145 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,
156 extern ACPI_STATUS acpidev_resource_get_ranges(acpidev_resource_handle_t rhdl,
163 extern ACPI_STATUS acpidev_resource_get_buses(acpidev_resource_handle_t rhdl,
165 extern uint_t acpidev_resource_get_bus_count(acpidev_resource_handle_t rhdl);
169 extern ACPI_STATUS acpidev_resource_get_dmas(acpidev_resource_handle_t rhdl,
171 extern uint_t acpidev_resource_get_dma_count(acpidev_resource_handle_t rhdl);
175 extern ACPI_STATUS acpidev_resource_get_irqs(acpidev_resource_handle_t rhdl,
[all …]
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c3490 picl_nodehdl_t rhdl; in construct_picltree() local
3496 &rhdl)) != PICL_SUCCESS) { in construct_picltree()
3500 if (picltree_set_root(rhdl) != PICL_SUCCESS) { in construct_picltree()
3504 err = add_root_props(rhdl); in construct_picltree()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c3540 picl_nodehdl_t rhdl; in picldevtree_init() local
3564 err = ptree_get_root(&rhdl); in picldevtree_init()
3572 if (libdevinfo_init(rhdl) != PICL_SUCCESS) { in picldevtree_init()