Home
last modified time | relevance | path

Searched refs:AOPOBJ_REG_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/events/
H A Devregion.c740 RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED) || in AcpiEvExecuteRegMethod()
742 !(RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED))) in AcpiEvExecuteRegMethod()
801 RegionObj->Common.Flags |= AOPOBJ_REG_CONNECTED; in AcpiEvExecuteRegMethod()
805 RegionObj->Common.Flags &= ~AOPOBJ_REG_CONNECTED; in AcpiEvExecuteRegMethod()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexcreate.c457 ~(AOPOBJ_SETUP_COMPLETE | AOPOBJ_REG_CONNECTED | in AcpiExCreateRegion()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacobject.h206 #define AOPOBJ_REG_CONNECTED 0x10 /* _REG was run */ macro