Lines Matching defs:Address
65 ACPI_GPE_HANDLER Address,
80 * Handler - Address of the handler
264 * Handler - Address of the handler
467 * PARAMETERS: Address - Address of the handler
478 ACPI_SCI_HANDLER Address,
490 if (!Address)
503 NewSciHandler->Address = Address;
521 if (Address == SciHandler->Address)
556 * PARAMETERS: Address - Address of the handler
566 ACPI_SCI_HANDLER Address)
577 if (!Address)
596 if (NextSciHandler->Address == Address)
777 * Handler - Address of the handler
849 * Address - Address of the handler
865 ACPI_GPE_HANDLER Address,
879 if ((!Address) || (Type & ~ACPI_GPE_XRUPT_TYPE_MASK))
921 Handler->Address = Address;
982 * Address - Address of the handler
996 ACPI_GPE_HANDLER Address,
1006 FALSE, Address, Context);
1023 * Address - Address of the handler
1037 ACPI_GPE_HANDLER Address,
1047 TRUE, Address, Context);
1062 * Address - Address of the handler
1074 ACPI_GPE_HANDLER Address)
1087 if (!Address)
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address)