Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c3618 ACPI_DMAR_DEVICE_SCOPE *devscope = addr; in acpi_handle_dmar_devscope() local
3623 if (remaining < devscope->Length) in acpi_handle_dmar_devscope()
3627 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()
3628 printf("\t\tLength=%d\n", devscope->Length); in acpi_handle_dmar_devscope()
3629 printf("\t\tEnumerationId=%d\n", devscope->EnumerationId); in acpi_handle_dmar_devscope()
3630 printf("\t\tStartBusNumber=%d\n", devscope->Bus); in acpi_handle_dmar_devscope()
3632 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope()
3633 pathlen = devscope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in acpi_handle_dmar_devscope()
3646 return (devscope->Length); in acpi_handle_dmar_devscope()