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.c217 Next = Prev; in ExDoExternal()
220 Prev = Next; in ExDoExternal()
508 Prev = Next; in ExMoveExternals()
514 if (Prev == ExternalOp) in ExMoveExternals()
540 Next = Prev; in ExMoveExternals()
549 if (Next == Prev) in ExMoveExternals()
554 Next = Prev; in ExMoveExternals()
566 Prev = Next; in ExMoveExternals()
605 Next = Prev; in ExMoveExternals()
611 Prev = 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.c123 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()
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()
243 cap->link[Prev] = (cache_t *)chp; in set_cache()
245 cap->link[Prev]->link[Next] = cap->link[Next]->link[Prev] = cap; in set_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/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/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/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
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
419 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top
690 File: grub.info, Node: title, Prev: timeout, Up: Menu-specific commands
743 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands
807 File: grub.info, Node: device, Next: dhcp, Prev: color, Up: General commands
825 File: grub.info, Node: dhcp, Next: hide, Prev: device, Up: General commands
[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
297 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
1140 File: grub.info, Node: Configuration, Next: Network, Prev: Booting, Up: Top
1489 File: grub.info, Node: Security, Next: Images, Prev: Preset Menu, Up: Top
1561 File: grub.info, Node: Images, Next: Filesystem, Prev: Security, Up: Top
1625 File: grub.info, Node: Filesystem, Next: Interface, Prev: Images, Up: Top
1994 File: grub.info, Node: title, Prev: timeout, Up: Menu-specific commands
2455 File: grub.info, Node: unhide, Prev: tftpserver, Up: General commands
3790 File: grub.info, Node: Internals, Next: Index, Prev: Future, Up: Top
[all …]
H A Dgrub.info-333 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co…
110 File: grub.info, Node: kernel, Next: lock, Prev: ioprobe, Up: Command-line and menu entry comma…
229 File: grub.info, Node: quit, Next: reboot, Prev: pause, Up: Command-line and menu entry commands
239 File: grub.info, Node: reboot, Next: read, Prev: quit, Up: Command-line and menu entry commands
248 File: grub.info, Node: read, Next: root, Prev: reboot, Up: Command-line and menu entry commands
390 File: grub.info, Node: vbeprobe, Prev: uppermem, Up: Command-line and menu entry commands
402 File: grub.info, Node: Troubleshooting, Next: Invoking the grub shell, Prev: Commands, Up: Top
466 File: grub.info, Node: Stage2 errors, Prev: Stage1.5 errors, Up: Troubleshooting
774 File: grub.info, Node: Device map, Prev: Installation under UNIX, Up: Invoking the grub shell
1069 File: grub.info, Node: Future, Next: Internals, Prev: Reporting bugs, Up: Top
[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
296 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction
409 File: grub.info, Node: Installation, Next: Booting, Prev: Naming convention, Up: Top
669 File: grub.info, Node: Booting, Next: Configuration, Prev: Installation, Up: Top
855 File: grub.info, Node: FreeBSD, Next: NetBSD, Prev: GNU/Linux, Up: OS-specific notes
873 File: grub.info, Node: NetBSD, Next: OpenBSD, Prev: FreeBSD, Up: OS-specific notes
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
978 File: grub.info, Node: Making your system robust, Prev: OS-specific notes, Up: Booting
1140 File: grub.info, Node: Configuration, Next: Network, Prev: Booting, Up: Top
[all …]
H A Dmultiboot.info45 File: multiboot.info, Node: Overview, Next: Terminology, Prev: Top, Up: Top
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
555 File: multiboot.info, Node: Boot information format, Prev: Machine state, Up: Specification
883 File: multiboot.info, Node: Examples, Next: History, Prev: Specification, Up: Top
1176 File: multiboot.info, Node: boot.S, Next: kernel.c, Prev: multiboot.h, Up: Example OS code
1557 File: multiboot.info, Node: Other Multiboot kernels, Prev: kernel.c, Up: Example OS code
1569 File: multiboot.info, Node: Example boot loader code, Prev: Example OS code, Up: Examples
1585 File: multiboot.info, Node: History, Next: Index, Prev: Examples, Up: Top
[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