Home
last modified time | relevance | path

Searched defs:act (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c376 res_sendhookact act; in res_send() local
877 res_sendhookact act; in res_send() local
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c180 struct sigaction act; in SecSetTimer() local
/device/google/contexthub/firmware/os/core/
Dseos.c365 union SeosInternalSlabData *act = event; in osPrivateEvtFreeF() local
1233 union SeosInternalSlabData *act; in osEventsSubscribeUnsubscribeV() local
1350 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osDefer() local
1366 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEnqueuePrivateEvtEx() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c1976 ActionNode *act; local
/device/google/cuttlefish/common/libs/net/
Dnetlink_request_test.cpp53 const uint8_t* exp, const uint8_t* act, size_t length) { in Compare()