Searched refs:CmdNum (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c61 UINT32 CmdNum; member in struct:HistoryInfo
122 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum =
180 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum,
210 UINT32 CmdNum; local
215 CmdNum = AcpiGbl_NextCmdNum - 1;
220 CmdNum = strtoul (CommandNumArg, NULL, 0);
223 return (AcpiDbGetHistoryByIndex (CmdNum));
231 * PARAMETERS: CmdNum - Index of the desired history entry.
242 UINT32 CmdNum)
253 if (AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum
241 AcpiDbGetHistoryByIndex( UINT32 CmdNum) argument
[all...]

Completed in 20 milliseconds