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

1234

/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutstrtoul64.c99 * ReturnValue - Where the converted integer is
123 UINT64 *ReturnValue)
133 *ReturnValue = 0;
184 Status = AcpiUtConvertOctalString (String, ReturnValue);
188 Status = AcpiUtConvertDecimalString (String, ReturnValue);
193 Status = AcpiUtConvertHexString (String, ReturnValue);
121 AcpiUtStrtoul64( char *String, UINT64 *ReturnValue) argument
H A Dutclib.c705 UINT32 ReturnValue = 0; local
818 if (ReturnValue > ((ACPI_UINT32_MAX - (UINT32) index) /
822 ReturnValue = 0; /* reset */
826 ReturnValue *= Base;
827 ReturnValue += index;
841 if (converted == 0 && ReturnValue == 0 && String != NULL)
853 ReturnValue = ACPI_UINT32_MAX;
861 ReturnValue = (ACPI_UINT32_MAX - ReturnValue) + 1;
864 return (ReturnValue);
[all...]
H A Dutosi.c480 UINT64 ReturnValue; local
505 ReturnValue = 0;
529 ReturnValue = ACPI_UINT64_MAX;
543 StringDesc->String.Pointer, (UINT32) ReturnValue))
545 ReturnValue = ACPI_UINT64_MAX;
551 StringDesc->String.Pointer, ReturnValue == 0 ? "not " : ""));
555 ReturnDesc->Integer.Value = ReturnValue;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp28 ReturnValueSlot ReturnValue) {
38 CGF.EmitSimpleCallExpr(E, ReturnValue);
26 EmitCUDAKernelCallExpr(CodeGenFunction &CGF, const CUDAKernelCallExpr *E, ReturnValueSlot ReturnValue) argument
H A DCGGPUBuiltin.cpp71 ReturnValueSlot ReturnValue) {
127 ReturnValueSlot ReturnValue) {
70 EmitNVPTXDevicePrintfCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue) argument
126 EmitAMDGPUDevicePrintfCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue) argument
/netbsd-current/sys/external/bsd/acpica/dist/tools/examples/
H A Dexamples.c440 ACPI_BUFFER ReturnValue; local
457 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
459 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue);
468 if (ReturnValue.Length < sizeof (ACPI_OBJECT))
471 (UINT32) ReturnValue.Length);
477 Object = ReturnValue.Pointer;
491 AcpiOsFree (ReturnValue.Pointer);
508 ACPI_BUFFER ReturnValue; local
525 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
527 Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &ReturnValue);
[all...]
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsalpal.c283 rArg ReturnValue; local
285 ReturnValue.p0 = -3; // SAL status return completed with error
287 ReturnValue = GlobalSalProc(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8);
291 CopyMem (Results, &ReturnValue, sizeof(rArg));
305 rArg ReturnValue; local
307 ReturnValue.p0 = -3; // PAL status return completed with error
315 CopyMem (Results, &ReturnValue, sizeof(rArg));
326 ReturnValue = MakeStackedPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
329 ReturnValue = MakeStaticPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
333 CopyMem (Results, &ReturnValue, sizeo
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeinstall.c62 void **ReturnValue);
69 void **ReturnValue);
76 void **ReturnValue);
262 void **ReturnValue)
401 void **ReturnValue)
439 void **ReturnValue)
258 AeInstallGedHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
397 AeInstallEcHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
435 AeInstallPciHandler( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Daeexec.c286 void **ReturnValue)
314 ACPI_BUFFER ReturnValue; local
329 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
331 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue);
343 if (ReturnValue.Length < sizeof (ACPI_OBJECT))
347 (UINT32) ReturnValue.Length);
351 Obj = ReturnValue.Pointer;
378 AcpiOsFree (ReturnValue.Pointer);
282 AeGetDevices( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsdumpdv.c64 * ReturnValue - Not used
78 void **ReturnValue)
89 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue);
74 AcpiNsDumpOneDevice( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnswalk.c170 * ReturnValue - from the UserFunction if terminated
198 void **ReturnValue)
286 Context, ReturnValue);
294 Context, ReturnValue);
190 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.c61 void **ReturnValue);
68 void **ReturnValue);
75 void **ReturnValue);
309 * ReturnValue - Not used
323 void **ReturnValue)
368 * ReturnValue - Not used
386 void **ReturnValue)
526 void **ReturnValue)
599 void **ReturnValue)
319 AcpiNsInitOnePackage( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
382 AcpiNsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
522 AcpiNsFindIniMethods( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
595 AcpiNsInitOneDevice( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
H A Dnsdump.c65 void **ReturnValue);
76 void **ReturnValue);
83 void **ReturnValue);
195 * ReturnValue - Not used
209 void **ReturnValue)
730 * ReturnValue - Not used
746 void **ReturnValue)
790 void **ReturnValue)
205 AcpiNsDumpOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
742 AcpiNsDumpOneObjectPath( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
786 AcpiNsGetMaxDepth( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Dnsxfeval.c618 * ReturnValue - Location where return value of
647 void **ReturnValue)
703 AscendingCallback, Context, ReturnValue);
735 void **ReturnValue)
855 Info->Context, ReturnValue);
867 * ReturnValue - Location where return value of
890 void **ReturnValue)
928 AcpiNsGetDeviceCallback, NULL, &Info, ReturnValue);
640 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
731 AcpiNsGetDeviceCallback( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
886 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dprexpress.c251 * ReturnValue - Where the resolved 64-bit integer is
264 UINT64 *ReturnValue)
284 *ReturnValue = Result;
301 *ReturnValue = Value1;
262 PrResolveIntegerExpression( char *Line, UINT64 *ReturnValue) argument
H A Ddtutils.c56 void *ReturnValue);
680 * ReturnValue - Store the checksum of subtable
692 void *ReturnValue)
695 UINT8 *Sum = ReturnValue;
817 * ReturnValue - The return value of UserFunction
830 void *ReturnValue)
844 UserFunction (ParentTable, Context, ReturnValue);
851 UserFunction (ChildTable, Context, ReturnValue);
689 DtSum( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
826 DtWalkTableTree( DT_SUBTABLE *StartTable, DT_WALK_CALLBACK UserFunction, void *Context, void *ReturnValue) argument
H A Daslnamesp.c59 void **ReturnValue);
66 void **ReturnValue);
171 void **ReturnValue)
424 void **ReturnValue)
167 NsDoOneNamespaceObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
420 NsDoOnePathname( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Ddtio.c67 void *ReturnValue);
80 void *ReturnValue);
86 void *ReturnValue);
773 void *ReturnValue)
963 void *ReturnValue)
977 void *ReturnValue)
770 DtWriteBinary( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
960 DtDumpSubtableInfo( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
974 DtDumpSubtableTree( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
H A Dasllookup.c62 void **ReturnValue);
118 void **ReturnValue)
114 LkIsObjectUsed( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
H A Ddtexpress.c71 * ReturnValue - Where the integer is returned
83 UINT64 *ReturnValue)
94 *ReturnValue = Result;
81 DtResolveIntegerExpression( DT_FIELD *Field, UINT64 *ReturnValue) argument
/netbsd-current/sys/external/bsd/acpica/dist/hardware/
H A Dhwpci.c375 UINT64 ReturnValue; local
395 PciDevice, &ReturnValue);
405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue));
406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
H A Dhwxface.c139 UINT64 *ReturnValue,
148 Status = AcpiHwRead (ReturnValue, Reg);
192 * ReturnValue - Value that was read from the register,
215 UINT32 *ReturnValue)
249 "BitReg %X, ParentReg %X, Actual %8.8X, ReturnValue %8.8X\n",
252 *ReturnValue = Value;
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c63 void **ReturnValue);
70 void **ReturnValue);
77 void **ReturnValue);
84 void **ReturnValue);
91 void **ReturnValue);
98 void **ReturnValue);
105 void **ReturnValue);
382 void **ReturnValue)
497 void **ReturnValue)
598 void **ReturnValue)
378 AcpiDbWalkAndMatchName( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
493 AcpiDbWalkForPredefinedNames( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
594 AcpiDbWalkForObjectCounts( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
631 AcpiDbWalkForFields( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
715 AcpiDbWalkForSpecificObjects( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
889 AcpiDbIntegrityWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
1000 AcpiDbWalkForReferences( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
1077 AcpiDbBusWalk( ACPI_HANDLE ObjHandle, UINT32 NestingLevel, void *Context, void **ReturnValue) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsinit.c62 void **ReturnValue);
72 * ReturnValue - Not used
90 void **ReturnValue)
86 AcpiDsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp102 return ReturnValue<T>(S.Stk.pop<T>(), Result);
127 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(FP.deref<T>(), Value));
149 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(FP.deref<T>(), Value));
181 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot));

Completed in 409 milliseconds

1234