OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnValue
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/sys/external/bsd/acpica/dist/utilities/
utstrtoul64.c
207
*
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
);
utclib.c
813
UINT32
ReturnValue
= 0;
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
...]
utosi.c
589
UINT64
ReturnValue
;
614
ReturnValue
= 0;
638
ReturnValue
= ACPI_UINT64_MAX;
652
StringDesc->String.Pointer, (UINT32)
ReturnValue
))
654
ReturnValue
= ACPI_UINT64_MAX;
660
StringDesc->String.Pointer,
ReturnValue
== 0 ? "not " : ""));
664
ReturnDesc->Integer.Value =
ReturnValue
;
/src/sys/external/bsd/acpica/dist/tools/examples/
examples.c
548
ACPI_BUFFER
ReturnValue
;
565
ReturnValue
.Length = ACPI_ALLOCATE_BUFFER;
567
Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &
ReturnValue
);
576
if (
ReturnValue
.Length < sizeof (ACPI_OBJECT))
579
(UINT32)
ReturnValue
.Length);
585
Object =
ReturnValue
.Pointer;
599
AcpiOsFree (
ReturnValue
.Pointer);
616
ACPI_BUFFER
ReturnValue
;
633
ReturnValue
.Length = ACPI_ALLOCATE_BUFFER;
635
Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &
ReturnValue
);
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/lib/ia64/
salpal.c
283
rArg
ReturnValue
;
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
;
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
, sizeof(rArg))
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinstall.c
170
void **
ReturnValue
);
177
void **
ReturnValue
);
184
void **
ReturnValue
);
370
void **
ReturnValue
)
509
void **
ReturnValue
)
547
void **
ReturnValue
)
aeexec.c
394
void **
ReturnValue
)
422
ACPI_BUFFER
ReturnValue
;
437
ReturnValue
.Length = ACPI_ALLOCATE_BUFFER;
439
Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &
ReturnValue
);
451
if (
ReturnValue
.Length < sizeof (ACPI_OBJECT))
455
(UINT32)
ReturnValue
.Length);
459
Obj =
ReturnValue
.Pointer;
486
AcpiOsFree (
ReturnValue
.Pointer);
/src/sys/external/bsd/acpica/dist/namespace/
nsdumpdv.c
173
*
ReturnValue
- Not used
187
void **
ReturnValue
)
198
Status = AcpiNsDumpOneObject (ObjHandle, Level, Context,
ReturnValue
);
nswalk.c
278
*
ReturnValue
- from the UserFunction if terminated
306
void **
ReturnValue
)
394
Context,
ReturnValue
);
402
Context,
ReturnValue
);
nsinit.c
169
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
)
nsdump.c
174
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
)
nsxfeval.c
726
*
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
);
/src/sys/external/bsd/acpica/dist/compiler/
prexpress.c
359
*
ReturnValue
- Where the resolved 64-bit integer is
372
UINT64 *
ReturnValue
)
392
*
ReturnValue
= Result;
409
*
ReturnValue
= Value1;
dtutils.c
164
void *
ReturnValue
);
820
*
ReturnValue
- Store the checksum of subtable
832
void *
ReturnValue
)
835
UINT8 *Sum =
ReturnValue
;
957
*
ReturnValue
- The return value of UserFunction
970
void *
ReturnValue
)
984
UserFunction (ParentTable, Context,
ReturnValue
);
991
UserFunction (ChildTable, Context,
ReturnValue
);
aslnamesp.c
167
void **
ReturnValue
);
174
void **
ReturnValue
);
279
void **
ReturnValue
)
532
void **
ReturnValue
)
dtio.c
175
void *
ReturnValue
);
188
void *
ReturnValue
);
194
void *
ReturnValue
);
881
void *
ReturnValue
)
1071
void *
ReturnValue
)
1085
void *
ReturnValue
)
asllookup.c
170
void **
ReturnValue
);
226
void **
ReturnValue
)
dtexpress.c
179
*
ReturnValue
- Where the integer is returned
191
UINT64 *
ReturnValue
)
202
*
ReturnValue
= Result;
dtcompiler.h
395
UINT64 *
ReturnValue
);
499
void *
ReturnValue
);
506
void *
ReturnValue
);
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
483
UINT64
ReturnValue
;
503
PciDevice, &
ReturnValue
);
513
PciId->Device = ACPI_HIWORD (ACPI_LODWORD (
ReturnValue
));
514
PciId->Function = ACPI_LOWORD (ACPI_LODWORD (
ReturnValue
));
hwxface.c
247
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;
/src/sys/external/bsd/acpica/dist/debugger/
dbnames.c
171
void **
ReturnValue
);
178
void **
ReturnValue
);
185
void **
ReturnValue
);
192
void **
ReturnValue
);
199
void **
ReturnValue
);
206
void **
ReturnValue
);
213
void **
ReturnValue
);
490
void **
ReturnValue
)
605
void **
ReturnValue
)
706
void **
ReturnValue
)
[
all
...]
dbconvert.c
169
*
ReturnValue
- Where the converted value is returned
180
UINT8 *
ReturnValue
)
201
*
ReturnValue
= Value;
212
*
ReturnValue
- Where the converted value is returned
223
UINT8 *
ReturnValue
)
246
*
ReturnValue
= (UINT8) ((Local0 << 4) | Local1);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c
170
void **
ReturnValue
);
180
*
ReturnValue
- Not used
198
void **
ReturnValue
)
/src/sys/external/bsd/acpica/dist/include/
achware.h
208
UINT32 *
ReturnValue
);
Completed in 31 milliseconds
1
2
Indexes created Wed Oct 15 02:09:48 GMT 2025