Home
last modified time | relevance | path

Searched refs:acpidev_regspec_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dacpidev_rsc.h93 typedef struct acpidev_phys_spec acpidev_regspec_t; typedef
148 acpidev_regspec_t *regp);
150 uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp);
H A Dacpidev_dr.h159 boolean_t assigned, acpidev_regspec_t **regpp, uint_t *cntp);
162 extern void acpidev_dr_device_free_regspec(acpidev_regspec_t *regp,
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c163 acpidev_regspec_t *regp) in acpidev_resource_insert_reg()
179 uint_t mask, uint_t value, acpidev_regspec_t *regp, uint_t *cntp) in acpidev_resource_get_regs()
473 acpidev_regspec_t reg; in acpidev_resource_address64()
544 acpidev_regspec_t reg; in acpidev_resource_address64()
825 acpidev_regspec_t reg; in acpidev_resource_walk_consumer()
859 acpidev_regspec_t reg; in acpidev_resource_walk_consumer()
1057 rhdl->acpidev_reg_count * sizeof (acpidev_regspec_t) / in acpidev_resource_process()
1067 rhdl->acpidev_reg_count * sizeof (acpidev_regspec_t) / in acpidev_resource_process()
H A Dacpidev_dr.c897 acpidev_regspec_t **regpp, uint_t *cntp) in acpidev_dr_device_get_regspec()
943 *regpp = (acpidev_regspec_t *)valp; in acpidev_dr_device_get_regspec()
950 acpidev_dr_device_free_regspec(acpidev_regspec_t *regp, uint_t count) in acpidev_dr_device_free_regspec()
/titanic_41/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c1140 acpidev_regspec_t *regp; in drmach_setup_mc_info()