OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Previous
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeutil.c
335
GpeXrupt->
Previous
= NextGpeXrupt;
408
if (GpeXrupt->
Previous
)
410
GpeXrupt->
Previous
->Next = GpeXrupt->Next;
414
/* No
previous
, update list head */
421
GpeXrupt->Next->
Previous
= GpeXrupt->
Previous
;
evgpeblk.c
226
GpeBlock->
Previous
= NextGpeBlock;
280
if (!GpeBlock->
Previous
&& !GpeBlock->Next)
295
if (GpeBlock->
Previous
)
297
GpeBlock->
Previous
->Next = GpeBlock->Next;
306
GpeBlock->Next->
Previous
= GpeBlock->
Previous
;
/src/sys/external/bsd/acpica/dist/utilities/
uttrack.c
471
* than
previous
allocations.
490
return (Element->
Previous
);
568
((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->
Previous
=
573
Allocation->
Previous
= NULL;
582
Allocation->
Previous
= Element;
586
(Element->Next)->
Previous
= Allocation;
652
if (Allocation->
Previous
)
654
(Allocation->
Previous
)->Next = Allocation->Next;
663
(Allocation->Next)->
Previous
= Allocation->
Previous
;
[
all
...]
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
237
* NOTE: Created 08/2010. Replaces the
previous
OSL AcpiOsDerivePciId
441
ACPI_PCI_DEVICE *
Previous
;
447
Previous
= Next;
448
Next =
Previous
->Next;
449
ACPI_FREE (
Previous
);
517
* If the
previous
device was a bridge, use the
previous
/src/sys/external/bsd/acpica/dist/compiler/
prmacros.c
262
AslGbl_DefineList->
Previous
= DefineInfo;
301
if (DefineInfo->
Previous
)
303
(DefineInfo->
Previous
)->Next = DefineInfo->Next;
312
(DefineInfo->Next)->
Previous
= DefineInfo->
Previous
;
cvdisasm.c
191
ACPI_COMMENT_NODE *
Previous
;
196
Previous
= Current;
205
AcpiOsReleaseObject(AcpiGbl_RegCommentCache,
Previous
);
535
* If the
previous
file is a descendent of the current file,
537
* to the
previous
have been emitted.
preprocess.h
202
struct pr_define_info *
Previous
;
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrc.c
309
BOOLEAN
Previous
= FALSE;
324
if (
Previous
)
329
Previous
= TRUE;
418
/* Finish a
previous
StartDependentFns */
/src/sys/external/bsd/acpica/dist/common/
dmswitch.c
197
ACPI_PARSE_OBJECT_LIST *
Previous
;
244
Previous
= Current = AcpiGbl_TempListHead;
263
Previous
->Next = Current->Next;
273
Previous
= Current;
acfileio.c
194
ACPI_NEW_TABLE_DESC *
Previous
= Current;
200
AcpiOsFree (
Previous
);
201
Previous
= Current;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc
226
s32
Previous
= atomic_exchange(&ProfilerLogFlushStatus,
229
if (
Previous
== XRayLogFlushStatus::XRAY_LOG_FLUSHING) {
/src/doc/
TODO.compat-module
22
recursion level (for auto-loading) have been removed.
Previous
code
47
13. Cleaned up some
previous
vectored routines (related to if_43.c) to
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
692
struct acpi_gpe_block_info *
Previous
;
710
struct acpi_gpe_xrupt_info *
Previous
;
1598
struct acpi_debug_mem_block *
Previous
; \
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-axg-s400.dts
28
label = "
Previous
";
Completed in 23 milliseconds
Indexes created Wed Nov 05 21:10:10 GMT 2025