Home
last modified time | relevance | path

Searched refs:FV_DEVICE_FROM_THIS (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVolAttrib.c42 FvDevice = FV_DEVICE_FROM_THIS (This); in FvGetVolumeAttributes()
92 FvDevice = FV_DEVICE_FROM_THIS (This); in FvSetVolumeAttributes()
DFwVolRead.c126 FvDevice = FV_DEVICE_FROM_THIS (This); in FvGetNextFile()
334 FvDevice = FV_DEVICE_FROM_THIS (This); in FvReadFile()
529 FvDevice = FV_DEVICE_FROM_THIS (This); in FvReadFileSection()
DFwVolDriver.h100 #define FV_DEVICE_FROM_THIS(a) CR (a, FV_DEVICE, Fv, FV_DEVICE_SIGNATURE) macro
DFwVolWrite.c1374 FvDevice = FV_DEVICE_FROM_THIS (This); in FvWriteFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
DFwVolRead.c125 FvDevice = FV_DEVICE_FROM_THIS (This); in FvGetNextFile()
289 FvDevice = FV_DEVICE_FROM_THIS (This); in FvReadFile()
451 FvDevice = FV_DEVICE_FROM_THIS (This); in FvReadFileSection()
DFwVolAttrib.c41 FvDevice = FV_DEVICE_FROM_THIS (This); in FvGetVolumeAttributes()
DFwVolDriver.h52 #define FV_DEVICE_FROM_THIS(a) CR(a, FV_DEVICE, Fv, FV2_DEVICE_SIGNATURE) macro