Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DVariableStorage.h109 #define VS_DEV_SIGNATURE SIGNATURE_32 ('$', 'V', 'S', 'D') macro
110 #define DEV_FROM_THIS(a) CR (a, VS_DEV, VarStore, VS_DEV_SIGNATURE)
DMemStorage.c68 Dev->Signature = VS_DEV_SIGNATURE; in MemStorageConstructor()
DFileStorage.c254 Dev->Signature = VS_DEV_SIGNATURE; in FileStorageConstructor()