Searched refs:ReturnValue (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrtoul64.c207 * ReturnValue - Where the converted integer is
231 UINT64 *ReturnValue)
241 *ReturnValue = 0;
292 Status = AcpiUtConvertOctalString (String, ReturnValue);
296 Status = AcpiUtConvertDecimalString (String, ReturnValue);
301 Status = AcpiUtConvertHexString (String, ReturnValue);
229 AcpiUtStrtoul64( char *String, UINT64 *ReturnValue) argument
H A Dutclib.c813 UINT32 ReturnValue = 0; local
926 if (ReturnValue > ((ACPI_UINT32_MAX - (UINT32) index) /
930 ReturnValue = 0; /* reset */
934 ReturnValue *= Base;
935 ReturnValue += index;
949 if (converted == 0 && ReturnValue == 0 && String != NULL)
961 ReturnValue = ACPI_UINT32_MAX;
969 ReturnValue = (ACPI_UINT32_MAX - ReturnValue) + 1;
972 return (ReturnValue);
[all...]
H A Dutosi.c588 UINT64 ReturnValue; local
613 ReturnValue = 0;
637 ReturnValue = ACPI_UINT64_MAX;
651 StringDesc->String.Pointer, (UINT32) ReturnValue))
653 ReturnValue = ACPI_UINT64_MAX;
659 StringDesc->String.Pointer, ReturnValue == 0 ? "not " : ""));
663 ReturnDesc->Integer.Value = ReturnValue;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdumpdv.c173 * ReturnValue - Not used
187 void **ReturnValue)
198 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue);
183 AcpiNsDumpOneDevice( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnswalk.c278 * ReturnValue - from the UserFunction if terminated
306 void **ReturnValue)
394 Context, ReturnValue);
402 Context, ReturnValue);
298 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
H A Dnsinit.c169 void **ReturnValue);
176 void **ReturnValue);
183 void **ReturnValue);
417 * ReturnValue - Not used
431 void **ReturnValue)
476 * ReturnValue - Not used
494 void **ReturnValue)
634 void **ReturnValue)
707 void **ReturnValue)
427 AcpiNsInitOnePackage( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
490 AcpiNsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
630 AcpiNsFindIniMethods( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
703 AcpiNsInitOneDevice( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
H A Dnsdump.c174 void **ReturnValue);
185 void **ReturnValue);
192 void **ReturnValue);
304 * ReturnValue - Not used
318 void **ReturnValue)
839 * ReturnValue - Not used
855 void **ReturnValue)
899 void **ReturnValue)
314 AcpiNsDumpOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
851 AcpiNsDumpOneObjectPath( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
895 AcpiNsGetMaxDepth( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnsxfeval.c726 * ReturnValue - Location where return value of
755 void **ReturnValue)
811 AscendingCallback, Context, ReturnValue);
843 void **ReturnValue)
963 Info->Context, ReturnValue);
975 * ReturnValue - Location where return value of
998 void **ReturnValue)
1036 AcpiNsGetDeviceCallback, NULL, &Info, ReturnValue);
748 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
839 AcpiNsGetDeviceCallback( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
994 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
/haiku/headers/private/debugger/model/
H A DSyscallInfo.h29 uint64 ReturnValue() const { return fReturnValue; } function in class:SyscallInfo
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c483 UINT64 ReturnValue; local
503 PciDevice, &ReturnValue);
513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue));
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
H A Dhwxface.c247 UINT64 *ReturnValue,
256 Status = AcpiHwRead (ReturnValue, Reg);
300 * ReturnValue - Value that was read from the register,
323 UINT32 *ReturnValue)
357 "BitReg %X, ParentReg %X, Actual %8.8X, ReturnValue %8.8X\n",
360 *ReturnValue = Value;
H A Dhwregs.c673 * ReturnValue - Where the register value is returned
684 UINT32 *ReturnValue)
758 *ReturnValue = (UINT32) Value;
682 AcpiHwRegisterRead( UINT32 RegisterId, UINT32 *ReturnValue) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsinit.c170 void **ReturnValue);
180 * ReturnValue - Not used
198 void **ReturnValue)
194 AcpiDsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dachware.h208 UINT32 *ReturnValue);
H A Dacnamesp.h214 void **ReturnValue);
241 void **ReturnValue);
396 void **ReturnValue);
H A Dacdebug.h296 UINT8 *ReturnValue);
H A Dacevents.h324 void **ReturnValue);
H A Dacpixf.h752 void **ReturnValue))
760 void **ReturnValue))
1254 UINT32 *ReturnValue))
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpe.c971 UINT32 ReturnValue; local
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address (
1033 if (ReturnValue & ACPI_REENABLE_GPE)
H A Devhandler.c169 void **ReturnValue);
332 void **ReturnValue)
328 AcpiEvInstallHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Devgpeinit.c439 void **ReturnValue)
435 AcpiEvMatchGpeMethod( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Devregion.c177 void **ReturnValue);
942 void **ReturnValue)
938 AcpiEvRegRun( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h34 intptr_t &ReturnValue(int index) { return data[num_args + index]; } function in struct:of_arguments
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp577 intptr_t &error = args->ReturnValue(0);
609 int &error = args->ReturnValue(0);
621 intptr_t &error = args->ReturnValue(0);
622 intptr_t &physicalAddress = args->ReturnValue(1);
623 intptr_t &mode = args->ReturnValue(2);
683 int &error = args->ReturnValue(0);
684 int &physicalAddress = args->ReturnValue(1);
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp468 intptr_t &error = args->ReturnValue(0);
500 int &error = args->ReturnValue(0);
523 int &error = args->ReturnValue(0);
524 int &physicalAddress = args->ReturnValue(1);

Completed in 133 milliseconds

12