Searched refs:acpidev_match_device_id (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_pci.c | 88 if (acpidev_match_device_id(infop->awi_info, in acpidev_pci_update_status() 128 acpidev_match_device_id(infop->awi_info, in acpidev_pci_probe()
|
H A D | acpidev_memory.c | 108 acpidev_match_device_id(infop->awi_info, in acpidev_memory_probe()
|
H A D | acpidev_container.c | 137 acpidev_match_device_id(infop->awi_info, in acpidev_container_probe()
|
H A D | acpidev_dr.c | 1072 if (acpidev_match_device_id(infop, in acpidev_dr_device_get_class() 1075 } else if (acpidev_match_device_id(infop, in acpidev_dr_device_get_class() 1078 } else if (acpidev_match_device_id(infop, in acpidev_dr_device_get_class() 1081 } else if (acpidev_match_device_id(infop, in acpidev_dr_device_get_class() 1084 } else if (acpidev_match_device_id(infop, in acpidev_dr_device_get_class()
|
H A D | acpidev_util.c | 110 acpidev_match_device_id(ACPI_DEVICE_INFO *infop, char **ids, int count) in acpidev_match_device_id() function 192 } else if (acpidev_match_device_id(infop, argp->device_ids, in acpidev_get_device_callback()
|
H A D | acpidev_cpu.c | 495 acpidev_match_device_id(infop->awi_info, in acpidev_cpu_probe()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | acpidev.h | 520 extern boolean_t acpidev_match_device_id(ACPI_DEVICE_INFO *infop,
|