| /illumos-gate/usr/src/uts/intel/io/acpica/parser/ |
| H A D | pswalk.c | 69 ACPI_PARSE_OBJECT *Next = NULL; local 86 Next = AcpiPsGetArg (Op, 0); 87 if (Next) 91 Op = Next; 98 Next = Op->Common.Next; 110 if (Next) 112 Op = Next;
|
| H A D | pstree.c | 116 Arg = Arg->Common.Next; 181 while (PrevArg->Common.Next) 183 PrevArg = PrevArg->Common.Next; 185 PrevArg->Common.Next = Arg; 199 Arg = Arg->Common.Next; 213 * RETURN: Next Op found in the search. 225 ACPI_PARSE_OBJECT *Next = NULL; local 240 Next = AcpiPsGetArg (Op, 0); 241 if (Next) 243 return (Next); [all...] |
| H A D | psparse.c | 100 * RETURN: Next AML opcode 148 ACPI_PARSE_OBJECT *Next; local 274 ReplacementOp->Common.Next = Op->Common.Next; 278 Op->Common.Parent->Common.Value.Arg = Op->Common.Next; 288 Next = Prev->Common.Next; 289 if (Next == Op) 296 Prev->Common.Next = ReplacementOp; 297 ReplacementOp->Common.Next [all...] |
| /illumos-gate/usr/src/uts/intel/io/acpica/disassembler/ |
| H A D | dmutils.c | 251 if (!Op->Common.Next) 260 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE) 267 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && 268 (!Op->Common.Next->Common.Value.String)) 276 if (!Op->Common.Next->Common.Next) 283 (!(Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_PARAMETER_LIST))) 299 (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_PARAMETER_LIST)) 326 if (Op->Common.Next)
|
| H A D | dmcstyle.c | 120 Child2 = Child1->Common.Next; 315 Target = Child2->Common.Next; 330 Target = Target->Common.Next; 465 Target = Child2->Common.Next; 484 Target = Child1->Common.Next; 501 Target = Child1->Common.Next; 753 Target->Common.Next = Child; 757 while (Child->Common.Next != Target) 759 Child = Child->Common.Next; 762 Child->Common.Next [all...] |
| H A D | dmopcode.c | 110 NextOp = PrevOp->Asl.Next; 187 NextOp = NextOp->Asl.Next; 407 IndexOp = IndexOp->Common.Next; 509 Op = Op->Common.Next; 607 NextOp = NextOp->Common.Next; 620 NextOp = NextOp->Common.Next; 621 NextOp = NextOp->Common.Next; 1072 (IfOp->Asl.Next && (IfOp->Asl.Next->Common.AmlOpcode != AML_ELSE_OP))) 1096 ElseOp = IfOp->Common.Next; [all...] |
| H A D | dmwalk.c | 152 ACPI_PARSE_OBJECT *Next; local 181 Next = AcpiPsGetArg (Op, 0); 182 if (Next) 185 Op = Next; 214 if (Op->Common.Next) 216 Op = Op->Common.Next; 428 ((OpInfo->Class == AML_CLASS_EXECUTE) && (!Op->Common.Next))) 475 NextOp2 = NextOp->Common.Next; 678 NextOp = NextOp->Common.Next; 690 NextOp = NextOp->Common.Next; [all...] |
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | apiutil.c | 359 pSess->Previous = pSess->Next = NULL; 361 while (pCur->Next != NULL) { 362 pCur = pCur->Next; 364 pCur->Next = pSess; 366 pSess->Next = NULL; 390 pTmp = pSess->Next; 391 Anchor->SessListBeg = pSess->Next; 406 while (pCur && pCur->Next != pSess) { 407 pCur = pCur->Next; 414 pTmp = pSess->Next; [all...] |
| /illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utaddress.c | 116 RangeInfo->Next = AcpiGbl_AddressRangeList[SpaceId]; 174 AcpiGbl_AddressRangeList[SpaceId] = RangeInfo->Next; 178 Prev->Next = RangeInfo->Next; 192 RangeInfo = RangeInfo->Next; 280 RangeInfo = RangeInfo->Next; 304 ACPI_ADDRESS_RANGE *Next; local 313 Next = AcpiGbl_AddressRangeList[i]; 315 while (Next) 317 RangeInfo = Next; [all...] |
| H A D | uttrack.c | 371 if (!Element->Next) 376 Element = Element->Next; 467 Allocation->Next = MemList->ListHead; 476 Allocation->Next = Element->Next; 479 if (Element->Next) 481 (Element->Next)->Previous = Allocation; 484 Element->Next = Allocation; 549 (Allocation->Previous)->Next = Allocation->Next; [all...] |
| H A D | utosi.c | 173 AcpiDefaultSupportedInterfaces[i].Next = 212 AcpiGbl_SupportedInterfaces = NextInterface->Next; 282 InterfaceInfo->Next = AcpiGbl_SupportedInterfaces; 325 AcpiGbl_SupportedInterfaces = NextInterface->Next; 329 PreviousInterface->Next = NextInterface->Next; 353 NextInterface = NextInterface->Next; 406 NextInterface = NextInterface->Next; 441 NextInterface = NextInterface->Next;
|
| H A D | utcache.c | 121 void *Next; local 145 Next = ACPI_GET_DESCRIPTOR_PTR (Cache->ListHead); 148 Cache->ListHead = Next;
|
| H A D | utstate.c | 74 State->Common.Next = *ListHead; 109 *ListHead = State->Common.Next;
|
| /illumos-gate/usr/src/uts/intel/io/acpica/events/ |
| H A D | evgpeutil.c | 104 GpeBlock = GpeBlock->Next; 107 GpeXruptInfo = GpeXruptInfo->Next; 202 NextGpeXrupt = NextGpeXrupt->Next; 221 while (NextGpeXrupt->Next) 223 NextGpeXrupt = NextGpeXrupt->Next; 226 NextGpeXrupt->Next = GpeXrupt; 302 GpeXrupt->Previous->Next = GpeXrupt->Next; 308 AcpiGbl_GpeXruptListHead = GpeXrupt->Next; 311 if (GpeXrupt->Next) 346 ACPI_GPE_NOTIFY_INFO *Next; local [all...] |
| H A D | evsci.c | 105 SciHandler = SciHandler->Next; 274 AcpiGbl_SciHandlerList = SciHandler->Next;
|
| H A D | evgpeblk.c | 112 while (NextGpeBlock->Next) 114 NextGpeBlock = NextGpeBlock->Next; 117 NextGpeBlock->Next = GpeBlock; 168 if (!GpeBlock->Previous && !GpeBlock->Next) 185 GpeBlock->Previous->Next = GpeBlock->Next; 189 GpeBlock->XruptBlock->GpeBlockListHead = GpeBlock->Next; 192 if (GpeBlock->Next) 194 GpeBlock->Next->Previous = GpeBlock->Previous;
|
| H A D | evxfregn.c | 254 *LastObjPtr = HandlerObj->AddressSpace.Next; 264 LastObjPtr = &HandlerObj->AddressSpace.Next; 265 HandlerObj = HandlerObj->AddressSpace.Next;
|
| /illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/ |
| H A D | dsdebug.c | 137 ACPI_PARSE_OBJECT *Next; local 211 Next = Op->Common.Next; 212 Op->Common.Next = NULL; 217 Op->Common.Next = Next; 232 NextWalkState = NextWalkState->Next;
|
| H A D | dsfield.c | 482 Arg = Arg->Common.Next; 541 Arg = Arg->Common.Next; 550 Status = AcpiDsGetFieldNames (&Info, WalkState, Arg->Common.Next); 676 Arg = Arg->Common.Next; 732 Arg = Arg->Common.Next; 747 Arg = Arg->Common.Next; 751 Arg = Arg->Common.Next; 770 Status = AcpiDsGetFieldNames (&Info, WalkState, Arg->Common.Next); 817 Arg = Arg->Common.Next; 827 /* Next ar [all...] |
| /illumos-gate/usr/src/uts/intel/io/acpica/hardware/ |
| H A D | hwpci.c | 67 struct acpi_pci_device *Next; member in struct:acpi_pci_device 239 ListElement->Next = *ReturnListHead; 302 Info = Info->Next; 332 ACPI_PCI_DEVICE *Next; local 336 Next = ListHead; 337 while (Next) 339 Previous = Next; 340 Next = Previous->Next;
|
| /illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
| H A D | exdump.c | 175 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Region.Next), "Next"} 258 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (AddressSpace.Next), "Next"}, 271 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[0]), "Next System Notify"}, 272 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[1]), "Next Device Notify"} 387 ACPI_OPERAND_OBJECT *Next; local 481 Next [all...] |
| H A D | exmutex.c | 86 if (ObjDesc->Mutex.Next) 88 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; 93 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; 106 Thread->AcquiredMutexList = ObjDesc->Mutex.Next; 137 ObjDesc->Mutex.Next = ListHead; 539 ACPI_OPERAND_OBJECT *Next = Thread->AcquiredMutexList; local 548 while (Next) 550 ObjDesc = Next; 575 Next [all...] |
| /illumos-gate/usr/src/stand/lib/fs/common/ |
| H A D | cache.c | 54 #define Next 0 /* Next pointer in Fwd/Bak link */ macro 123 cap->link[Next]->link[Prev] = cap->link[Prev]; 124 cap->link[Prev]->link[Next] = cap->link[Next]; 127 cap->link[Next] = chp->aged[Frst]; 134 cap = cap->link[Hash+Next]; 172 cap->link[Prev]->link[Next] = cap->link[Next]; 173 cap->link[Next] [all...] |
| /illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
| H A D | nseval.c | 357 ACPI_OPERAND_OBJECT *Next; local 367 Next = AcpiGbl_ModuleCodeList; 368 if (!Next) 383 while (Next) 385 Prev = Next; 386 Next = Next->Method.Mutex;
|
| /illumos-gate/usr/src/cmd/acpi/acpidump/ |
| H A D | osillumostbl.c | 62 struct osl_table_info *Next; member in struct:osl_table_info 246 OSL_TABLE_INFO *Next; local 261 Next = Gbl_TableListHead; 264 if (ACPI_COMPARE_NAME(Next->Signature, Signature)) { 265 if (Next->Instance == 0) { 268 if (Next->Instance >= NextInstance) { 269 NextInstance = Next->Instance + 1; 273 if (!Next->Next) { 276 Next [all...] |