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

  /src/sys/external/bsd/acpica/dist/dispatcher/
dswload.c 450 UINT8 ParamCount;
569 * Therefore, ParamCount will be 0.
571 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
577 &Op->Common.Node, ParamCount);
583 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount,
  /src/sys/external/bsd/acpica/dist/compiler/
aslexternal.c 90 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS;
101 ParamCount = 0;
130 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
142 ArgCountOp->Asl.Value.Integer = ParamCount;
  /src/sys/external/bsd/acpica/dist/common/
adwalk.c 792 UINT32 ParamCount = 0;
924 ParamCount = Object->Method.ParamCount;
935 ParamCount, ACPI_EXT_RESOLVED_REFERENCE);
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 301 UINT8 ParamCount= 0;
336 ParamCount = Node->Object->Method.ParamCount;
516 Info->ParamCount = ParamCount;
669 MethodObj->Method.ParamCount = (UINT8)
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 796 UINT32 ParamCount;
810 ParamCount = AcpiDbGetLine (InputBuffer);
825 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
828 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
996 if (ParamCount == 0)
1005 else if (ParamCount == 2)
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 221 UINT16 ParamCount; /* Count of the input argument list */
acobject.h 217 UINT8 ParamCount;
actypes.h 1316 UINT8 ParamCount; /* If a method, required parameter count */

Completed in 23 milliseconds