Searched refs:Method (Results 26 - 50 of 53) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsdebug.c228 * PARAMETERS: Status - Method execution status
304 (ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node,
309 " Method [%4.4s] executing: ",
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfeval.c455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
460 Info->ObjDesc->Method.ParamCount));
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount)
471 Info->ObjDesc->Method.ParamCount));
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount;
H A Dnsalloc.c393 WalkState->MethodDesc->Method.InfoFlags |=
H A Dnsobject.c351 ACPI_FREE (ObjDesc->Method.AmlStart);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c254 {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"}
386 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Extra.Method_REG), "_REG Method"},
984 AcpiOsPrintf ("Method(
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsparse.c607 WalkState->MethodDesc->Method.SyncLevel;
696 (!(WalkState->MethodDesc->Method.InfoFlags &
700 * Method is not serialized and tried to create an object
705 WalkState->MethodDesc->Method.InfoFlags |=
H A Dpsargs.c428 "Control Method invocation %4.4s - %p Desc %p Path=%p\n",
450 "Control Method %p has no attached object",
456 "Control Method - %p Args %X\n",
457 Node, MethodDesc->Method.ParamCount));
461 WalkState->ArgCount = MethodDesc->Method.ParamCount;
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp113 auto otherMethodSv = otherMethod.Method();
127 BHttpMethod::Method() const noexcept
254 BHttpRequest::Method() const noexcept
468 // Method & URL
470 buffer << fData->method.Method() << " "sv;
H A DHttpSession.cpp673 if (fRequest.Method() == BHttpMethod::Head)
688 && (fRequest.Method() != BHttpMethod::Head && fRequest.Method() != BHttpMethod::Get)) {
696 if (fRequest.Method() == BHttpMethod::Head)
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp240 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Get).Method(), "GET"sv);
241 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Head).Method(), "HEAD"sv);
242 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Post).Method(), "POST"sv);
243 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Put).Method(), "PUT"sv);
244 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Delete).Method(), "DELETE"sv);
245 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Connect).Method(), "CONNECT"sv);
246 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Options).Method(), "OPTIONS"sv);
247 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Trace).Method(), "TRACE"sv);
254 CPPUNIT_ASSERT_EQUAL(method.Method(), "PATCH"sv);
268 // Method wit
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h51 static ARMPagingMethod32Bit* Method();
106 ARMPagingMethod32Bit::Method() function in class:ARMPagingMethod32Bit
H A DARMVMTranslationMap32Bit.cpp92 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method();
678 page_table_entry* pt = (page_table_entry*)ARMPagingMethod32Bit::Method()
776 page_table_entry* pt = (page_table_entry*)ARMPagingMethod32Bit::Method()
H A DARMPagingMethod32Bit.cpp529 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method();
556 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method();
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp387 = PPCPagingMethod460::Method()->PageHolePageDir();
407 PPCPagingMethod460* method = PPCPagingMethod460::Method();
H A DPPCVMTranslationMap460.cpp218 PPCPagingMethod460* method = PPCPagingMethod460::Method();
290 PPCPagingMethod460* m = PPCPagingMethod460::Method();
367 PPCPagingMethod460* m = PPCPagingMethod460::Method();
1064 page_table_entry* pt = (page_table_entry*)PPCPagingMethod460::Method()
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp387 = PPCPagingMethodClassic::Method()->PageHolePageDir();
407 PPCPagingMethodClassic* method = PPCPagingMethodClassic::Method();
H A DPPCVMTranslationMapClassic.cpp218 PPCPagingMethodClassic* method = PPCPagingMethodClassic::Method();
290 PPCPagingMethodClassic* m = PPCPagingMethodClassic::Method();
367 PPCPagingMethodClassic* m = PPCPagingMethodClassic::Method();
1064 page_table_entry* pt = (page_table_entry*)PPCPagingMethodClassic::Method()
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp558 = X86PagingMethod32Bit::Method()->PageHolePageDir();
578 X86PagingMethod32Bit* method = X86PagingMethod32Bit::Method();
H A DX86VMTranslationMap32Bit.cpp87 X86PagingMethod32Bit* method = X86PagingMethod32Bit::Method();
668 page_table_entry* pt = (page_table_entry*)X86PagingMethod32Bit::Method()
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp142 M68KPagingMethod040* method = M68KPagingMethod040::Method();
842 M68KPagingMethod040::Method()->PhysicalPageMapper()
854 M68KPagingMethod040::Method()->PhysicalPageMapper()
862 M68KPagingMethod040::Method()->PhysicalPageMapper()
H A DM68KPagingMethod040.cpp683 = M68KPagingMethod040::Method()->fKernelVirtualPageRoot;
708 M68KPagingMethod040* method = M68KPagingMethod040::Method();
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp286 X86PagingMethodPAE* method = X86PagingMethodPAE::Method();
954 = (pae_page_table_entry*)X86PagingMethodPAE::Method()
1245 = (pae_page_table_entry*)X86PagingMethodPAE::Method()
1310 = (pae_page_table_entry*)X86PagingMethodPAE::Method()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h344 #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 */
633 ACPI_OBJECT_METHOD Method; member in union:acpi_operand_object
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp253 BHttpAuthentication::Method() const function in class:BHttpAuthentication
H A DHttpRequest.cpp503 if (authentication->Method() == B_HTTP_AUTHENTICATION_NONE) {
1010 if (authentication.Method() != B_HTTP_AUTHENTICATION_NONE) {

Completed in 139 milliseconds

123