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 558 UINT8 ParamCount;
677 * Therefore, ParamCount will be 0.
679 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
685 &Op->Common.Node, ParamCount);
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount,
  /src/sys/external/bsd/acpica/dist/compiler/
aslexternal.c 198 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS;
209 ParamCount = 0;
238 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
250 ArgCountOp->Asl.Value.Integer = ParamCount;
  /src/sys/external/bsd/acpica/dist/common/
adwalk.c 900 UINT32 ParamCount = 0;
1032 ParamCount = Object->Method.ParamCount;
1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE);
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 409 UINT8 ParamCount= 0;
444 ParamCount = Node->Object->Method.ParamCount;
624 Info->ParamCount = ParamCount;
777 MethodObj->Method.ParamCount = (UINT8)
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 904 UINT32 ParamCount;
918 ParamCount = AcpiDbGetLine (InputBuffer);
933 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
936 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
1104 if (ParamCount == 0)
1113 else if (ParamCount == 2)
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 329 UINT16 ParamCount; /* Count of the input argument list */
acobject.h 325 UINT8 ParamCount;
actypes.h 1424 UINT8 ParamCount; /* If a method, required parameter count */

Completed in 45 milliseconds