OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Previous
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeutil.c
227
GpeXrupt->
Previous
= NextGpeXrupt;
300
if (GpeXrupt->
Previous
)
302
GpeXrupt->
Previous
->Next = GpeXrupt->Next;
306
/* No
previous
, update list head */
313
GpeXrupt->Next->
Previous
= GpeXrupt->
Previous
;
evgpeblk.c
118
GpeBlock->
Previous
= NextGpeBlock;
172
if (!GpeBlock->
Previous
&& !GpeBlock->Next)
187
if (GpeBlock->
Previous
)
189
GpeBlock->
Previous
->Next = GpeBlock->Next;
198
GpeBlock->Next->
Previous
= GpeBlock->
Previous
;
/src/sys/external/bsd/acpica/dist/utilities/
uttrack.c
363
* than
previous
allocations.
382
return (Element->
Previous
);
460
((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->
Previous
=
465
Allocation->
Previous
= NULL;
474
Allocation->
Previous
= Element;
478
(Element->Next)->
Previous
= Allocation;
544
if (Allocation->
Previous
)
546
(Allocation->
Previous
)->Next = Allocation->Next;
555
(Allocation->Next)->
Previous
= Allocation->
Previous
;
[
all
...]
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
129
* NOTE: Created 08/2010. Replaces the
previous
OSL AcpiOsDerivePciId
333
ACPI_PCI_DEVICE *
Previous
;
339
Previous
= Next;
340
Next =
Previous
->Next;
341
ACPI_FREE (
Previous
);
409
* If the
previous
device was a bridge, use the
previous
/src/sys/external/bsd/acpica/dist/compiler/
prmacros.c
154
AslGbl_DefineList->
Previous
= DefineInfo;
193
if (DefineInfo->
Previous
)
195
(DefineInfo->
Previous
)->Next = DefineInfo->Next;
204
(DefineInfo->Next)->
Previous
= DefineInfo->
Previous
;
cvdisasm.c
83
ACPI_COMMENT_NODE *
Previous
;
88
Previous
= Current;
97
AcpiOsReleaseObject(AcpiGbl_RegCommentCache,
Previous
);
427
* If the
previous
file is a descendent of the current file,
429
* to the
previous
have been emitted.
preprocess.h
94
struct pr_define_info *
Previous
;
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrc.c
201
BOOLEAN
Previous
= FALSE;
216
if (
Previous
)
221
Previous
= TRUE;
310
/* Finish a
previous
StartDependentFns */
/src/sys/external/bsd/acpica/dist/common/
dmswitch.c
89
ACPI_PARSE_OBJECT_LIST *
Previous
;
136
Previous
= Current = AcpiGbl_TempListHead;
155
Previous
->Next = Current->Next;
165
Previous
= Current;
acfileio.c
86
ACPI_NEW_TABLE_DESC *
Previous
= Current;
92
AcpiOsFree (
Previous
);
93
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
584
struct acpi_gpe_block_info *
Previous
;
602
struct acpi_gpe_xrupt_info *
Previous
;
1490
struct acpi_debug_mem_block *
Previous
; \
Completed in 40 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026