Home
last modified time | relevance | path

Searched refs:XST_NIL (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.c66 Status = This->XsRead (This, XST_NIL, Node, (VOID**)&Ptr); in XenBusReadUint64()
68 Status = This->XsBackendRead (This, XST_NIL, Node, (VOID**)&Ptr); in XenBusReadUint64()
182 XenBusIo->XsRead (XenBusIo, XST_NIL, "device-type", (VOID**)&DeviceType); in XenPvBlockFrontInitialization()
191 Status = XenBusIo->XsBackendRead (XenBusIo, XST_NIL, "params", (VOID**)&Params); in XenPvBlockFrontInitialization()
328 XenBusIo->XsRemove (XenBusIo, XST_NIL, "ring-ref"); in XenPvBlockFrontInitialization()
329 XenBusIo->XsRemove (XenBusIo, XST_NIL, "event-channel"); in XenPvBlockFrontInitialization()
330 XenBusIo->XsRemove (XenBusIo, XST_NIL, "protocol"); in XenPvBlockFrontInitialization()
350 Status = XenBusIo->SetState (XenBusIo, XST_NIL, XenbusStateClosing); in XenPvBlockFrontShutdown()
366 Status = XenBusIo->SetState (XenBusIo, XST_NIL, XenbusStateClosed); in XenPvBlockFrontShutdown()
382 Status = XenBusIo->SetState (XenBusIo, XST_NIL, XenbusStateInitialising); in XenPvBlockFrontShutdown()
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenBus.c112 Status = XenStoreRead (XST_NIL, Path, "state", NULL, (VOID **)&Ptr); in XenBusReadDriverState()
146 if (XenStorePathExists (XST_NIL, DevicePath, "")) { in XenBusAddDevice()
173 StatusXenStore = XenStoreRead (XST_NIL, DevicePath, "backend", in XenBusAddDevice()
267 Status = XenStoreListDirectory (XST_NIL, in XenBusEnumerateDeviceType()
302 Status = XenStoreListDirectory (XST_NIL, in XenBusEnumerateBus()
DXenStore.c806 if (Transaction == XST_NIL) { in XenStoreTalkv()
919 return XenStoreTalkv (XST_NIL, XS_WATCH, WriteRequest, 2, NULL, NULL); in XenStoreWatch()
945 return XenStoreTalkv (XST_NIL, XS_UNWATCH, WriteRequest, 2, NULL, NULL); in XenStoreUnwatch()
1283 Status = XenStoreSingle (XST_NIL, XS_TRANSACTION_START, "", NULL, in XenStoreTransactionStart()
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
DXenBus.h42 #define XST_NIL ((XENSTORE_TRANSACTION *) NULL) macro