Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIO.c379 cc_t *TempBuf; in New_cIIO() local
402 TempBuf = &IIO->Termio.c_cc[0]; in New_cIIO()
403 TempBuf[0] = 8; // Default length for TABs in New_cIIO()
405 TempBuf[i] = _POSIX_VDISABLE; in New_cIIO()
407 TempBuf[VMIN] = 0; in New_cIIO()
408 TempBuf[VTIME] = 0; in New_cIIO()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1454 …UINT8 TempBuf[sizeof(TCG_EfiSpecIDEventStruct) + (HASH_COUNT * sizeof(TC… in SetupEventLog() local
1493 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)TempBuf; in SetupEventLog()