OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spmi
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/acpitools/acpidump/
acpi.c
3075
ACPI_TABLE_SPMI *
spmi
;
local in function:acpi_handle_spmi
3079
spmi
= (ACPI_TABLE_SPMI *)sdp;
3082
switch (
spmi
->InterfaceType) {
3096
printf("Reserved(%d)",
spmi
->InterfaceType);
3099
printf("\n\tSpecRevision=%d.%d",
spmi
->SpecRevision >> 8,
3100
spmi
->SpecRevision & 0xff);
3103
if (
spmi
->InterruptType & 0x1) {
3104
printf("\n\t\tSCI triggered GPE=%d",
spmi
->GpeNumber);
3106
if (
spmi
->InterruptType & 0x2) {
3107
printf("\n\t\tIO APIC/SAPIC={ GSI=%d }",
spmi
->Interrupt)
[
all
...]
acpi.c
3075
ACPI_TABLE_SPMI *
spmi
;
local in function:acpi_handle_spmi
3079
spmi
= (ACPI_TABLE_SPMI *)sdp;
3082
switch (
spmi
->InterfaceType) {
3096
printf("Reserved(%d)",
spmi
->InterfaceType);
3099
printf("\n\tSpecRevision=%d.%d",
spmi
->SpecRevision >> 8,
3100
spmi
->SpecRevision & 0xff);
3103
if (
spmi
->InterruptType & 0x1) {
3104
printf("\n\t\tSCI triggered GPE=%d",
spmi
->GpeNumber);
3106
if (
spmi
->InterruptType & 0x2) {
3107
printf("\n\t\tIO APIC/SAPIC={ GSI=%d }",
spmi
->Interrupt)
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025