Home
last modified time | relevance | path

Searched refs:Prev (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslexternal.c192 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local
216 Prev = Gbl_ExternalsListHead; in ExDoExternal()
217 Next = Prev; in ExDoExternal()
220 Prev = Next; in ExDoExternal()
224 Prev->Asl.Next = ListOp; in ExDoExternal()
434 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
502 Prev = Next = ParentOp->Asl.Child; in ExMoveExternals()
508 Prev = Next; in ExMoveExternals()
514 if (Prev == ExternalOp) in ExMoveExternals()
521 Prev->Asl.Next = ExternalOp->Asl.Next; in ExMoveExternals()
[all …]
H A Ddtio.c316 DT_FIELD *Prev; in DtLinkField() local
320 Prev = Next = Gbl_FieldList; in DtLinkField()
324 Prev = Next; in DtLinkField()
328 if (Prev) in DtLinkField()
330 Prev->Next = Field; in DtLinkField()
H A Daslerror.c287 ASL_ERROR_MSG *Prev; in AeAddToErrorLog() local
302 Prev = NULL; in AeAddToErrorLog()
307 Prev = Next; in AeAddToErrorLog()
315 if (Prev) in AeAddToErrorLog()
317 Prev->Next = Enode; in AeAddToErrorLog()
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c55 #define Prev 1 /* Previous pointer in Fwd/Back links */ macro
123 cap->link[Next]->link[Prev] = cap->link[Prev]; in get_cache()
124 cap->link[Prev]->link[Next] = cap->link[Next]; in get_cache()
126 cap->link[Prev] = (cache_t *)chp->aged; in get_cache()
128 chp->aged[Frst]->link[Prev] = cap; in get_cache()
156 while ((cap = cpp->link[Prev]) != (cache_t *)chp) { in reclaim_cache()
172 cap->link[Prev]->link[Next] = cap->link[Next]; in reclaim_cache()
173 cap->link[Next]->link[Prev] = cap->link[Prev]; in reclaim_cache()
175 if ((cxp = cap->link[Hash+Prev]) != 0) in reclaim_cache()
181 cxp->link[Hash+Prev] = cap->link[Hash+Prev]; in reclaim_cache()
[all …]
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmnames.c405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
443 Prev = NULL; /* Start with Root Node */ in AcpiDmDisplayPath()
444 while (Prev != Op) in AcpiDmDisplayPath()
451 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()
461 if (Prev) in AcpiDmDisplayPath()
502 Prev = Search; in AcpiDmDisplayPath()
/illumos-gate/usr/src/common/acpica/executer/
H A Dexmutex.c196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()
199 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()
209 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel = in AcpiExUnlinkMutex()
244 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()
251 ListHead->Mutex.Prev = ObjDesc; in AcpiExLinkMutex()
685 ObjDesc->Mutex.Prev = NULL; in AcpiExReleaseAllMutexes()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutaddress.c252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
266 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId]; in AcpiUtRemoveAddressRange()
271 if (RangeInfo == Prev) /* Found at list head */ in AcpiUtRemoveAddressRange()
277 Prev->Next = RangeInfo->Next; in AcpiUtRemoveAddressRange()
290 Prev = RangeInfo; in AcpiUtRemoveAddressRange()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsparse.c256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
287 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()
288 if (!Prev) in AcpiPsCompleteThisOp()
373 if (Prev == Op) in AcpiPsCompleteThisOp()
393 else while (Prev) in AcpiPsCompleteThisOp()
397 Next = Prev->Common.Next; in AcpiPsCompleteThisOp()
405 Prev->Common.Next = ReplacementOp; in AcpiPsCompleteThisOp()
411 Prev->Common.Next = Op->Common.Next; in AcpiPsCompleteThisOp()
415 Prev = Next; in AcpiPsCompleteThisOp()
H A Dpsloop.c471 ACPI_OPERAND_OBJECT *Prev; in AcpiPsLinkModuleCode() local
482 Prev = Next = AcpiGbl_ModuleCodeList; in AcpiPsLinkModuleCode()
485 Prev = Next; in AcpiPsLinkModuleCode()
493 if (!Prev || in AcpiPsLinkModuleCode()
494 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart)) in AcpiPsLinkModuleCode()
528 if (!Prev) in AcpiPsLinkModuleCode()
534 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode()
540 "Appending to existing code block: %p\n", Prev)); in AcpiPsLinkModuleCode()
542 Prev->Method.AmlLength += AmlLength; in AcpiPsLinkModuleCode()
H A Dpsargs.c900 ACPI_PARSE_OBJECT *Prev = NULL; in AcpiPsGetNextArg() local
954 if (Prev) in AcpiPsGetNextArg()
956 Prev->Common.Next = Field; in AcpiPsGetNextArg()
962 Prev = Field; in AcpiPsGetNextArg()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnseval.c487 ACPI_OPERAND_OBJECT *Prev; in AcpiNsExecModuleCodeList() local
519 Prev = Next; in AcpiNsExecModuleCodeList()
524 Prev->Method.Mutex = NULL; in AcpiNsExecModuleCodeList()
525 AcpiNsExecModuleCode (Prev, Info); in AcpiNsExecModuleCodeList()
530 AcpiUtRemoveReference (Prev); in AcpiNsExecModuleCodeList()
H A Dnsutils.c805 ACPI_OPERAND_OBJECT *Prev; in AcpiNsTerminate() local
817 Prev = Next; in AcpiNsTerminate()
819 Prev->Method.Mutex = NULL; /* Clear the Mutex (cheated) field */ in AcpiNsTerminate()
820 AcpiUtRemoveReference (Prev); in AcpiNsTerminate()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-233 File: grub.info, Node: Diskless, Prev: General usage of network support, Up: Network
81 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
130 File: grub.info, Node: Preset Menu, Next: Security, Prev: Serial terminal, Up: Top
184 File: grub.info, Node: Security, Next: Images, Prev: Preset Menu, Up: Top
256 File: grub.info, Node: Images, Next: Filesystem, Prev: Security, Up: Top
320 File: grub.info, Node: Filesystem, Next: Interface, Prev: Images, Up: Top
381 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
399 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
419 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top
517 File: grub.info, Node: Menu interface, Next: Menu entry editor, Prev: Command-line interface, U…
[all …]
H A Dgrub.info-433 File: grub.info, Node: Bootstrap tricks, Next: I/O ports detection, Prev: Command interface, Up…
85 File: grub.info, Node: I/O ports detection, Next: Memory detection, Prev: Bootstrap tricks, Up:…
94 File: grub.info, Node: Memory detection, Next: Low-level disk I/O, Prev: I/O ports detection, U…
103 File: grub.info, Node: Low-level disk I/O, Next: MBR, Prev: Memory detection, Up: Internals
112 File: grub.info, Node: MBR, Next: Partition table, Prev: Low-level disk I/O, Up: Internals
120 File: grub.info, Node: Partition table, Next: Submitting patches, Prev: MBR, Up: Internals
129 File: grub.info, Node: Submitting patches, Prev: Partition table, Up: Internals
166 File: grub.info, Node: Index, Prev: Internals, Up: Top
H A Dgrub.info73 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
138 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
163 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introduction
297 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
334 File: grub.info, Node: Naming convention, Next: Installation, Prev: Introduction, Up: Top
410 File: grub.info, Node: Installation, Next: Booting, Prev: Naming convention, Up: Top
479 File: grub.info, Node: Installing GRUB natively, Next: Installing GRUB using grub-install, Prev:…
543 …nstalling GRUB using grub-install, Next: Making a GRUB bootable CD-ROM, Prev: Installing GRUB na…
613 File: grub.info, Node: Making a GRUB bootable CD-ROM, Prev: Installing GRUB using grub-install, …
669 File: grub.info, Node: Booting, Next: Configuration, Prev: Installation, Up: Top
[all …]
H A Dgrub.info-333 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co…
99 File: grub.info, Node: ioprobe, Next: kernel, Prev: install, Up: Command-line and menu entry co…
110 File: grub.info, Node: kernel, Next: lock, Prev: ioprobe, Up: Command-line and menu entry comma…
135 File: grub.info, Node: lock, Next: makeactive, Prev: kernel, Up: Command-line and menu entry co…
155 File: grub.info, Node: makeactive, Next: map, Prev: lock, Up: Command-line and menu entry comma…
165 File: grub.info, Node: map, Next: md5crypt, Prev: makeactive, Up: Command-line and menu entry c…
182 File: grub.info, Node: md5crypt, Next: module, Prev: map, Up: Command-line and menu entry comma…
193 File: grub.info, Node: module, Next: modulenounzip, Prev: md5crypt, Up: Command-line and menu e…
207 File: grub.info, Node: modulenounzip, Next: pause, Prev: module, Up: Command-line and menu entr…
217 File: grub.info, Node: pause, Next: quit, Prev: modulenounzip, Up: Command-line and menu entry …
[all …]
H A Dgrub.info-172 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
137 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
162 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introduction
296 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
333 File: grub.info, Node: Naming convention, Next: Installation, Prev: Introduction, Up: Top
409 File: grub.info, Node: Installation, Next: Booting, Prev: Naming convention, Up: Top
478 File: grub.info, Node: Installing GRUB natively, Next: Installing GRUB using grub-install, Prev:…
542 …nstalling GRUB using grub-install, Next: Making a GRUB bootable CD-ROM, Prev: Installing GRUB na…
612 File: grub.info, Node: Making a GRUB bootable CD-ROM, Prev: Installing GRUB using grub-install, …
669 File: grub.info, Node: Booting, Next: Configuration, Prev: Installation, Up: Top
[all …]
H A Dmultiboot.info45 File: multiboot.info, Node: Overview, Next: Terminology, Prev: Top, Up: Top
90 File: multiboot.info, Node: Architecture, Next: Operating systems, Prev: Motivation, Up: Overvi…
103 File: multiboot.info, Node: Operating systems, Next: Boot sources, Prev: Architecture, Up: Over…
119 File: multiboot.info, Node: Boot sources, Next: Boot-time configuration, Prev: Operating systems…
142 … Node: Boot-time configuration, Next: Convenience to operating systems, Prev: Boot sources, Up:…
155 File: multiboot.info, Node: Convenience to operating systems, Next: Boot modules, Prev: Boot-tim…
194 File: multiboot.info, Node: Boot modules, Prev: Convenience to operating systems, Up: Overview
217 File: multiboot.info, Node: Terminology, Next: Specification, Prev: Overview, Up: Top
278 File: multiboot.info, Node: Specification, Next: Examples, Prev: Terminology, Up: Top
354 File: multiboot.info, Node: Header magic fields, Next: Header address fields, Prev: Header layou…
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c55 #define Prev(t) ((t)->prev) macro
155 Prev(t) = prev; in set_fieldtype_choice()
297 return ((*Prev(t)) (f, arg)); in _prevchoice()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h897 uint32_t Prev; /* reserved */ member
H A Daac.c5626 sgp->Prev = 0; in aac_cmd_fib_rawio()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src4454 # END Prev Screen
H A Dterminfo.src5082 # END Prev Screen