Home | History | Annotate | Download | only in QemuFwCfgLib

Lines Matching refs:Result

370   UINT8 Result;

372 QemuFwCfgReadBytes (sizeof Result, &Result);
373 return Result;
389 UINT16 Result;
391 QemuFwCfgReadBytes (sizeof Result, &Result);
392 return Result;
408 UINT32 Result;
410 QemuFwCfgReadBytes (sizeof Result, &Result);
411 return Result;
427 UINT64 Result;
429 QemuFwCfgReadBytes (sizeof Result, &Result);
430 return Result;