HomeSort by: relevance | last modified time | path
    Searched defs:devscope (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 40 milliseconds