Searched defs:VarOpBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp119 EFIVAR VarOpBuf; member in struct:NVRAMDESC
121 * the attribute readers work against the copy in VarOpBuf. */
271 SSMFIELD_ENTRY_IGNORE(NVRAMDESC, VarOpBuf),
499 * variable into the VarOpBuf, set pCurVar and u32Status.
507 RT_ZERO(pThis->NVRAM.VarOpBuf.abValue);
510 RT_ZERO(pThis->NVRAM.VarOpBuf.szName);
511 pThis->NVRAM.VarOpBuf.uuid = pEfiVar->uuid;
512 pThis->NVRAM.VarOpBuf.cchName = pEfiVar->cchName;
513 memcpy(pThis->NVRAM.VarOpBuf.szName, pEfiVar->szName, pEfiVar->cchName); /* no need for + 1. */
514 pThis->NVRAM.VarOpBuf
[all...]

Completed in 46 milliseconds