Home | History | Annotate | Download | only in QemuFwCfgLib

Lines Matching refs:Result

252   UINT8 Result;

254 QemuFwCfgReadBytes (sizeof (Result), &Result);
256 return Result;
272 UINT16 Result;
274 QemuFwCfgReadBytes (sizeof (Result), &Result);
276 return Result;
292 UINT32 Result;
294 QemuFwCfgReadBytes (sizeof (Result), &Result);
296 return Result;
312 UINT64 Result;
314 QemuFwCfgReadBytes (sizeof (Result), &Result);
316 return Result;