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

  /src/sys/external/bsd/acpica/dist/debugger/
dbutils.c 522 ACPI_PARSE_OBJECT *Method;
539 Method = Op;
552 WalkState->ParserState.AmlStart = Method->Named.Data;
554 WalkState->ParserState.PkgEnd = Method->Named.Data +
555 Method->Named.Length;
565 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
566 StartOp = (Method->Common.Value.Arg)->Common.Next;
581 * Method = (ACPI_DEFERRED_OP *) Op;
582 * Status = AcpiPsParseAml (Op, Method->Body, Method->BodyLength)
    [all...]
dbmethod.c 188 * DESCRIPTION: Set a breakpoint in a control method at the specified
205 AcpiOsPrintf ("There is no method currently executing\n");
235 * DESCRIPTION: Set a breakpoint in a control method at the specified
248 AcpiOsPrintf ("There is no method currently executing\n");
266 * DESCRIPTION: Set a local or argument for the running control method.
325 AcpiOsPrintf ("There is no method currently executing\n");
344 /* Set a method argument */
368 /* Set a method local */
425 AcpiOsPrintf ("There is no method currently executing\n");
442 * PARAMETERS: Name - Name of control method
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 344 #define ACPI_METHOD_MODULE_LEVEL 0x01 /* Method is actually module-level code */
345 #define ACPI_METHOD_INTERNAL_ONLY 0x02 /* Method is implemented internally (_OSI) */
346 #define ACPI_METHOD_SERIALIZED 0x04 /* Method is serialized */
347 #define ACPI_METHOD_SERIALIZED_PENDING 0x08 /* Method is to be marked serialized */
348 #define ACPI_METHOD_IGNORE_SYNC_LEVEL 0x10 /* Method was auto-serialized at table load time */
349 #define ACPI_METHOD_MODIFIED_NAMESPACE 0x20 /* Method modified the namespace */
567 ACPI_REFCLASS_LOCAL = 0, /* Method local */
568 ACPI_REFCLASS_ARG = 1, /* Method argument */
589 ACPI_NAMESPACE_NODE *Method_REG; /* _REG method for this region (if any) */
633 ACPI_OBJECT_METHOD Method;
    [all...]
aclocal.h 324 #define ANOBJ_TEMPORARY 0x02 /* Node is create by a method and is temporary */
325 #define ANOBJ_METHOD_ARG 0x04 /* Node is a method argument */
326 #define ANOBJ_METHOD_LOCAL 0x08 /* Node is a method local */
329 #define ANOBJ_ALLOCATED_BUFFER 0x40 /* Method AML buffer is dynamic (InstallMethod) */
333 #define ANOBJ_METHOD_NO_RETVAL 0x10 /* iASL only: Method has no return value */
334 #define ANOBJ_METHOD_SOME_NO_RETVAL 0x20 /* iASL only: Method has at least one return value */
478 * ParamCount - Number of arguments to the method
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
629 ACPI_NAMESPACE_NODE *MethodNode; /* Method node for this GPE level (saved) */
646 * of dispatch - Method, Handler, or Implicit Notify
    [all...]

Completed in 16 milliseconds