Searched refs:Method (Results 1 - 25 of 53) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c182 * ObjDesc - Method object attached to node
215 "Method auto-serialization parse [%4.4s] %p\n",
220 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart);
239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0);
299 WalkState->MethodDesc->Method.SyncLevel = 0;
300 WalkState->MethodDesc->Method.InfoFlags |=
304 "Method serialized [%4.4s] %p - [%s] (%4.4X)\n",
436 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel;
437 MethodDesc->Method
[all...]
H A Ddsinit.c255 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
266 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
268 /* Method was just converted to Serialized */
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c219 * PARAMETERS: Info - Method info block, contains:
220 * Node - Method Node to execute
221 * ObjDesc - Method object
278 "**** Begin Method Parse/Execute [%4.4s] **** Node=%p Obj=%p\n",
283 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart);
294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
302 Info->ObjDesc->Method.AmlStart,
303 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber);
313 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL)
320 if (Info->ObjDesc->Method
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingStructuresPAE.cpp38 X86PagingMethodPAE::Method()->Free32BitPage(fPageDirPointerTable,
H A DX86PagingMethodPAE.h66 static X86PagingMethodPAE* Method();
141 X86PagingMethodPAE::Method() function in class:X86PagingMethodPAE
/haiku/src/apps/terminal/
H A DInlineInput.h22 const BMessenger *Method() const;
H A DInlineInput.cpp39 InlineInput::Method() const function in class:InlineInput
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h22 const BMessenger *Method() const;
H A DInlineInput.cpp51 /*! \brief Returns a pointer to the Input Server Method BMessenger
55 BTextView::InlineInput::Method() const function in class:BTextView::InlineInput
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsparse.c248 MethodObj->Method.AmlStart = AmlStart;
249 MethodObj->Method.AmlLength = AmlLength;
250 MethodObj->Method.OwnerId = OwnerId;
251 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL;
H A Dnsxfname.c443 ParamCount = Node->Object->Method.ParamCount;
773 MethodObj->Method.AmlStart = AmlBuffer;
774 MethodObj->Method.AmlLength = AmlLength;
776 MethodObj->Method.ParamCount = (UINT8)
781 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
783 MethodObj->Method.SyncLevel = (UINT8)
H A Dnsarguments.c166 * PARAMETERS: Info - Method execution information block
299 AmlParamCount = Node->Object->Method.ParamCount;
381 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount,
445 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart);
608 /* Name is a Method and its AML offset/length are set */
610 AcpiOsPrintf (" M:%p-%X\n", ObjDesc->Method.AmlStart,
611 ObjDesc->Method.AmlLength);
741 ObjDesc = (void *) ObjDesc->Method.AmlStart;
H A Dnseval.c170 * PrefixNode - Prefix or Method/Object Node to execute
338 ACPI_ERROR ((AE_INFO, "%s: Method has no attached sub-object",
347 Info->ObjDesc->Method.AmlStart + 1,
348 Info->ObjDesc->Method.AmlLength - 1));
H A Dnsaccess.c235 * 0 _OSI Method 00203678 00 Args 1 Len 0000 Aml 00000000
315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
322 NewNode->Value = ObjDesc->Method.ParamCount;
326 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY;
327 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
505 * Device/Method, etc.) It could be a Package or other object
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexcreate.c618 ObjDesc->Method.AmlStart = AmlStart;
619 ObjDesc->Method.AmlLength = AmlLength;
620 ObjDesc->Method.Node = Operand[0];
627 ObjDesc->Method.ParamCount = (UINT8)
636 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
642 ObjDesc->Method.SyncLevel = (UINT8)
H A Dextrace.c254 return "Method";
372 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname);
420 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c321 "***** Method %p\n", Object));
325 if (Object->Method.Mutex)
327 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex);
328 AcpiUtDeleteObjectDesc (Object->Method.Mutex);
329 Object->Method.Mutex = NULL;
332 if (Object->Method.Node)
334 Object->Method.Node = NULL;
/haiku/headers/private/netservices/
H A DHttpAuthentication.h70 BHttpAuthenticationMethod Method() const;
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h52 static X86PagingMethod32Bit* Method();
103 X86PagingMethod32Bit::Method() function in class:X86PagingMethod32Bit
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h57 static M68KPagingMethod040* Method();
114 M68KPagingMethod040::Method() function in class:M68KPagingMethod040
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h61 static PPCPagingMethod460* Method();
132 PPCPagingMethod460::Method() function in class:PPCPagingMethod460
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h61 static PPCPagingMethodClassic* Method();
132 PPCPagingMethodClassic::Method() function in class:PPCPagingMethodClassic
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h59 static X86PagingMethod64Bit* Method();
121 X86PagingMethod64Bit::Method() function in class:X86PagingMethod64Bit
/haiku/headers/private/netservices2/
H A DHttpRequest.h57 const std::string_view Method() const noexcept;
104 const BHttpMethod& Method() const noexcept;

Completed in 123 milliseconds

123