Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/events/
H A Devregion.c851 ACPI_HANDLE RegMethod; in AcpiEvOrphanEcRegMethod() local
872 Status = AcpiGetHandle (EcDeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvOrphanEcRegMethod()
907 Status = AcpiEvaluateObject (RegMethod, NULL, &Args, NULL); in AcpiEvOrphanEcRegMethod()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/events/
H A Devregion.c1004 ACPI_HANDLE RegMethod; in AcpiEvExecuteOrphanRegMethod() local
1025 Status = AcpiGetHandle (DeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvExecuteOrphanRegMethod()
1060 (void) AcpiEvaluateObject (RegMethod, NULL, &Args, NULL); in AcpiEvExecuteOrphanRegMethod()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/sst/
H A Dsst_data.h51 MACRO(RegistrationMethod, RegMethod, size_t, 0) \
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323ep.h3223 PDECLARE_NOTIFIER(PThread, H323EndPoint, RegMethod);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx4826 RegThread = PThread::Create(PCREATE_NOTIFIER(RegMethod), 0,
4832 void H323EndPoint::RegMethod(PThread &, H323_INT) function in H323EndPoint