OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 14:09:57 GMT 2025