OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
99
*
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
);
utclib.c
705
UINT32
ReturnValue
= 0;
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
...]
utosi.c
485
UINT64
ReturnValue
;
510
ReturnValue
= 0;
534
ReturnValue
= ACPI_UINT64_MAX;
548
StringDesc->String.Pointer, (UINT32)
ReturnValue
))
550
ReturnValue
= ACPI_UINT64_MAX;
556
StringDesc->String.Pointer,
ReturnValue
== 0 ? "not " : ""));
560
ReturnDesc->Integer.Value =
ReturnValue
;
/src/sys/external/bsd/acpica/dist/tools/examples/
examples.c
440
ACPI_BUFFER
ReturnValue
;
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
;
525
ReturnValue
.Length = ACPI_ALLOCATE_BUFFER;
527
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
62
void **
ReturnValue
);
69
void **
ReturnValue
);
76
void **
ReturnValue
);
262
void **
ReturnValue
)
401
void **
ReturnValue
)
439
void **
ReturnValue
)
aeexec.c
286
void **
ReturnValue
)
314
ACPI_BUFFER
ReturnValue
;
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);
/src/sys/external/bsd/acpica/dist/namespace/
nsdumpdv.c
64
*
ReturnValue
- Not used
78
void **
ReturnValue
)
89
Status = AcpiNsDumpOneObject (ObjHandle, Level, Context,
ReturnValue
);
nswalk.c
170
*
ReturnValue
- from the UserFunction if terminated
198
void **
ReturnValue
)
289
Context,
ReturnValue
);
297
Context,
ReturnValue
);
nsinit.c
61
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
)
nsdump.c
65
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
)
nsxfeval.c
618
*
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
);
/src/sys/external/bsd/acpica/dist/compiler/
prexpress.c
251
*
ReturnValue
- Where the resolved 64-bit integer is
264
UINT64 *
ReturnValue
)
284
*
ReturnValue
= Result;
301
*
ReturnValue
= Value1;
dtutils.c
56
void *
ReturnValue
);
714
*
ReturnValue
- Store the checksum of subtable
726
void *
ReturnValue
)
729
UINT8 *Sum =
ReturnValue
;
851
*
ReturnValue
- The return value of UserFunction
864
void *
ReturnValue
)
878
UserFunction (ParentTable, Context,
ReturnValue
);
885
UserFunction (ChildTable, Context,
ReturnValue
);
aslnamesp.c
59
void **
ReturnValue
);
66
void **
ReturnValue
);
171
void **
ReturnValue
)
424
void **
ReturnValue
)
dtio.c
67
void *
ReturnValue
);
80
void *
ReturnValue
);
86
void *
ReturnValue
);
773
void *
ReturnValue
)
963
void *
ReturnValue
)
977
void *
ReturnValue
)
asllookup.c
62
void **
ReturnValue
);
118
void **
ReturnValue
)
dtexpress.c
71
*
ReturnValue
- Where the integer is returned
83
UINT64 *
ReturnValue
)
94
*
ReturnValue
= Result;
dtcompiler.h
287
UINT64 *
ReturnValue
);
391
void *
ReturnValue
);
398
void *
ReturnValue
);
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
375
UINT64
ReturnValue
;
395
PciDevice, &
ReturnValue
);
405
PciId->Device = ACPI_HIWORD (ACPI_LODWORD (
ReturnValue
));
406
PciId->Function = ACPI_LOWORD (ACPI_LODWORD (
ReturnValue
));
hwxface.c
139
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;
/src/sys/external/bsd/acpica/dist/debugger/
dbnames.c
63
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
)
[
all
...]
dbconvert.c
61
*
ReturnValue
- Where the converted value is returned
72
UINT8 *
ReturnValue
)
93
*
ReturnValue
= Value;
104
*
ReturnValue
- Where the converted value is returned
115
UINT8 *
ReturnValue
)
138
*
ReturnValue
= (UINT8) ((Local0 << 4) | Local1);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c
62
void **
ReturnValue
);
72
*
ReturnValue
- Not used
90
void **
ReturnValue
)
/src/sys/external/bsd/acpica/dist/include/
achware.h
100
UINT32 *
ReturnValue
);
Completed in 43 milliseconds
1
2
Indexes created Sun Feb 22 08:20:21 UTC 2026