Searched refs:QEMU_LOADER_FNAME_SIZE (Results 1 – 2 of 2) sorted by relevance
25 #define QEMU_LOADER_FNAME_SIZE QEMU_FW_CFG_FNAME_SIZE macro44 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated57 UINT8 PointerFile[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated58 UINT8 PointeeFile[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated69 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated
33 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated name of the fw_cfg143 if (Allocate->File[QEMU_LOADER_FNAME_SIZE - 1] != '\0') { in ProcessCmdAllocate()174 CopyMem (Blob->File, Allocate->File, QEMU_LOADER_FNAME_SIZE); in ProcessCmdAllocate()239 if (AddPointer->PointerFile[QEMU_LOADER_FNAME_SIZE - 1] != '\0' || in ProcessCmdAddPointer()240 AddPointer->PointeeFile[QEMU_LOADER_FNAME_SIZE - 1] != '\0') { in ProcessCmdAddPointer()323 if (AddChecksum->File[QEMU_LOADER_FNAME_SIZE - 1] != '\0') { in ProcessCmdAddChecksum()