Searched refs:rhdl (Results 1 – 4 of 4) sorted by relevance
70 acpidev_resource_handle_t rhdl; in acpidev_resource_handle_alloc() local72 rhdl = kmem_zalloc(sizeof (*rhdl), KM_SLEEP); in acpidev_resource_handle_alloc()73 rhdl->acpidev_consumer = consumer; in acpidev_resource_handle_alloc()74 rhdl->acpidev_reg_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()75 rhdl->acpidev_regp = rhdl->acpidev_regs; in acpidev_resource_handle_alloc()76 rhdl->acpidev_range_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()77 rhdl->acpidev_rangep = rhdl->acpidev_ranges; in acpidev_resource_handle_alloc()78 rhdl->acpidev_bus_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()79 rhdl->acpidev_busp = rhdl->acpidev_buses; in acpidev_resource_handle_alloc()81 return (rhdl); in acpidev_resource_handle_alloc()[all …]
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,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);[all …]
3490 picl_nodehdl_t rhdl; in construct_picltree() local3496 &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()
3510 picl_nodehdl_t rhdl; in picldevtree_init() local3534 err = ptree_get_root(&rhdl); in picldevtree_init()3542 if (libdevinfo_init(rhdl) != PICL_SUCCESS) { in picldevtree_init()