Home
last modified time | relevance | path

Searched refs:StateWatchToken (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.c148 XenBusIo->WaitForWatch (XenBusIo, Dev->StateWatchToken); in XenPvBlkWaitForBackendState()
259 XenBusIo->RegisterWatchBackend (XenBusIo, "state", &Dev->StateWatchToken); in XenPvBlockFrontInitialization()
327 XenBusIo->UnregisterWatch (XenBusIo, Dev->StateWatchToken); in XenPvBlockFrontInitialization()
404 XenBusIo->WaitForWatch (XenBusIo, Dev->StateWatchToken); in XenPvBlockFrontShutdown()
408 XenBusIo->UnregisterWatch (XenBusIo, Dev->StateWatchToken); in XenPvBlockFrontShutdown()
DBlockFront.h61 VOID *StateWatchToken; member