| /dflybsd-src/sys/contrib/dev/acpica/source/components/dispatcher/ |
| H A D | dsmethod.c | 220 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart); in AcpiDsAutoSerializeMethod() 239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod() 299 WalkState->MethodDesc->Method.SyncLevel = 0; in AcpiDsDetectNamedOpcodes() 300 WalkState->MethodDesc->Method.InfoFlags |= in AcpiDsDetectNamedOpcodes() 436 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel; in AcpiDsCreateMethodMutex() 437 MethodDesc->Method.Mutex = MutexDesc; in AcpiDsCreateMethodMutex() 480 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX) in AcpiDsBeginMethodExecution() 490 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsBeginMethodExecution() 497 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution() 518 (!(ObjDesc->Method.InfoFlags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) && in AcpiDsBeginMethodExecution() [all …]
|
| H A D | dsinit.c | 255 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject() 266 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsInitOneObject()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/ |
| H A D | aetables.h | 399 Method (_INI) 406 Method (_E07) {} 407 Method (_E22) {} 408 Method (_L31) {} 409 Method (_L66) {} 423 Method (_L01) {} 424 Method (_E07) {} 461 Method (LD) 468 Method (MAIN, 0, NotSerialized) 476 Method (_L08) {} [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/ |
| H A D | dbmethod.c | 461 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local 464 Method = AcpiDbConvertToNode (Name); in AcpiDbDisassembleMethod() 465 if (!Method) in AcpiDbDisassembleMethod() 470 if (Method->Type != ACPI_TYPE_METHOD) in AcpiDbDisassembleMethod() 473 Name, AcpiUtGetTypeName (Method->Type))); in AcpiDbDisassembleMethod() 477 ObjDesc = Method->Object; in AcpiDbDisassembleMethod() 479 Op = AcpiPsCreateScopeOp (ObjDesc->Method.AmlStart); in AcpiDbDisassembleMethod() 494 ObjDesc->Method.AmlStart, in AcpiDbDisassembleMethod() 495 ObjDesc->Method.AmlLength, NULL, ACPI_IMODE_LOAD_PASS1); in AcpiDbDisassembleMethod() 501 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDbDisassembleMethod() [all …]
|
| H A D | dbutils.c | 524 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local 541 Method = Op; in AcpiDbSecondPassParse() 554 WalkState->ParserState.AmlStart = Method->Named.Data; in AcpiDbSecondPassParse() 556 WalkState->ParserState.PkgEnd = Method->Named.Data + in AcpiDbSecondPassParse() 557 Method->Named.Length; in AcpiDbSecondPassParse() 567 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1; in AcpiDbSecondPassParse() 568 StartOp = (Method->Common.Value.Arg)->Common.Next; in AcpiDbSecondPassParse()
|
| H A D | dbexec.c | 492 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk() 633 &AcpiGbl_DbMethodInfo.Method); in AcpiDbExecute() 687 AcpiGbl_DbMethodInfo.Method)->Name.Ascii), in AcpiDbExecute() 920 &AcpiGbl_DbMethodInfo.Method); in AcpiDbCreateExecutionThread() 1073 &AcpiGbl_DbMethodInfo.Method); in AcpiDbCreateExecutionThreads()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/parser/ |
| H A D | psxface.c | 283 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteMethod() 294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod() 302 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteMethod() 303 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod() 313 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteMethod() 320 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiPsExecuteMethod() 322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod() 418 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteTable() 428 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteTable() 436 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteTable() [all …]
|
| H A D | psparse.c | 607 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml() 696 (!(WalkState->MethodDesc->Method.InfoFlags & in AcpiPsParseAml() 705 WalkState->MethodDesc->Method.InfoFlags |= in AcpiPsParseAml()
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
| H A D | runtime.h | 60 typedef struct objc_method *Method; typedef 547 method_setImplementation (Method method, IMP implementation); 556 method_exchangeImplementations (Method method_a, Method method_b); 625 objc_EXPORT Method class_getInstanceMethod (Class class_, SEL selector); 633 objc_EXPORT Method class_getClassMethod (Class class_, SEL selector); 703 objc_EXPORT SEL method_getName (Method method); 706 objc_EXPORT IMP method_getImplementation (Method method); 710 objc_EXPORT const char * method_getTypeEncoding (Method method); 714 objc_EXPORT struct objc_method_description * method_getDescription (Method method); 726 objc_EXPORT Method * class_copyMethodList (Class class_, unsigned int *numberOfReturnedMethods); [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/tests/misc/ |
| H A D | badcode.asl | 67 Method (MTH1, 0, NotSerialized, 32) 97 Method (MTH2) 116 Method (MTH3) 118 // Method MTH2 above does not always return a value 123 // Method MTH4 does not explicitly return a value 125 Method (MTH4) {} 126 Method (MTH5) {Store (MTH4(), Local0)} 164 Method (_OSC, 5) 181 Method (_L1D) 184 Method (_E1D) [all …]
|
| H A D | grammar.asl | 59 grammar.asl 601: Method (RCIV, 1) 65 grammar.asl 937: Method (_ERR, 2) 83 grammar.asl 1804: Method (COND) 93 Error 4050 - ^ Method local variable is not initialized (Local0) 95 grammar.asl 6886: Name (_HID, "*PNP0C0A") // Control Method Battey ID 122 Method (_STA) 127 Method (_INI) 137 Method (_INI) 147 Method (_STA) 157 Method (_STA) [all …]
|
| H A D | converterSample.asl | 37 Method(MAIN) { 65 Method(SCOP)
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | excreate.c | 618 ObjDesc->Method.AmlStart = AmlStart; in AcpiExCreateMethod() 619 ObjDesc->Method.AmlLength = AmlLength; in AcpiExCreateMethod() 620 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod() 627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod() 636 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in AcpiExCreateMethod() 642 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
|
| H A D | exdump.c | 254 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.InfoFlags), "Info Flags"}, 255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"}, 256 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"}, 257 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.Mutex), "Mutex"}, 258 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Method.OwnerId), "Owner Id"}, 259 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"}, 260 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Method.AmlLength), "Aml Length"}, 261 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.AmlStart), "Aml Start"} 985 ObjDesc->Method.ParamCount, in AcpiExDumpOperand() 986 ObjDesc->Method.AmlStart, in AcpiExDumpOperand() [all …]
|
| H A D | extrace.c | 372 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStartTraceMethod() 420 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); in AcpiExStopTraceMethod()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/ |
| H A D | nsxfname.c | 443 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo() 773 MethodObj->Method.AmlStart = AmlBuffer; in ACPI_EXPORT_SYMBOL() 774 MethodObj->Method.AmlLength = AmlLength; in ACPI_EXPORT_SYMBOL() 776 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL() 781 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL() 783 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
|
| H A D | nsparse.c | 248 MethodObj->Method.AmlStart = AmlStart; in AcpiNsExecuteTable() 249 MethodObj->Method.AmlLength = AmlLength; in AcpiNsExecuteTable() 250 MethodObj->Method.OwnerId = OwnerId; in AcpiNsExecuteTable() 251 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiNsExecuteTable()
|
| H A D | nsdump.c | 444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject() 445 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart); in AcpiNsDumpOneObject() 610 AcpiOsPrintf (" M:%p-%X\n", ObjDesc->Method.AmlStart, in AcpiNsDumpOneObject() 611 ObjDesc->Method.AmlLength); in AcpiNsDumpOneObject() 741 ObjDesc = (void *) ObjDesc->Method.AmlStart; in AcpiNsDumpOneObject()
|
| H A D | nsxfeval.c | 455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL() 460 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL() 466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL() 471 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL() 475 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
|
| H A D | nsaccess.c | 315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize() 322 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize() 326 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY; in AcpiNsRootInitialize() 327 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
|
| H A D | nsarguments.c | 299 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance() 381 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
|
| H A D | nseval.c | 347 Info->ObjDesc->Method.AmlStart + 1, in AcpiNsEvaluate() 348 Info->ObjDesc->Method.AmlLength - 1)); in AcpiNsEvaluate()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
| H A D | utdelete.c | 325 if (Object->Method.Mutex) in AcpiUtDeleteInternalObj() 327 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex); in AcpiUtDeleteInternalObj() 328 AcpiUtDeleteObjectDesc (Object->Method.Mutex); in AcpiUtDeleteInternalObj() 329 Object->Method.Mutex = NULL; in AcpiUtDeleteInternalObj() 332 if (Object->Method.Node) in AcpiUtDeleteInternalObj() 334 Object->Method.Node = NULL; in AcpiUtDeleteInternalObj()
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | selector.c | 116 Method method = &method_list->method_list[i]; in __objc_register_selectors_from_list() 160 Method curr_method; in __objc_register_instance_methods_to_class() 181 Method mth = &method_list->method_list[i]; in __objc_register_instance_methods_to_class()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/examples/ |
| H A D | extables.c | 462 Control Method Power Button (V1) : 0 463 Control Method Sleep Button (V1) : 0 591 Method (MAIN, 1, NotSerialized)
|