HomeSort by: relevance | last modified time | path
    Searched defs:NumLoops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 764 for (i = 0; i < Info->NumLoops; i++)
962 UINT32 NumLoops;
973 NumLoops = strtoul (NumLoopsArg, NULL, 0);
975 if (!NumThreads || !NumLoops)
978 NumThreads, NumLoops);
1044 AcpiGbl_DbMethodInfo.NumLoops = NumLoops;
1085 NumThreads, NumLoops);
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1541 UINT32 NumLoops;

Completed in 14 milliseconds