Searched refs:Next (Results 151 - 175 of 392) sorted by path

1234567891011>>

/haiku/headers/private/net/
H A DProtocolUtilities.h343 ModuleBundle::Buffer()->free(it.Next());
/haiku/headers/private/netservices/
H A DHttpForm.h175 BHttpFormData* Next();
H A DNetworkCookieJar.h105 const BNetworkCookie* Next();
136 const BNetworkCookie* Next();
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp115 conn = iterator.Next();
145 conn = iterator.Next();
174 conn = iterator.Next();
194 conn = iterator.Next();
213 HciConnection* conn = iterator.Next();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsdebug.c245 ACPI_PARSE_OBJECT *Next; local
320 Next = Op->Common.Next;
321 Op->Common.Next = NULL;
332 Op->Common.Next = Next;
347 NextWalkState = NextWalkState->Next;
H A Ddsfield.c620 Arg = Arg->Common.Next;
680 Arg = Arg->Common.Next;
689 Status = AcpiDsGetFieldNames (&Info, WalkState, Arg->Common.Next);
834 Arg = Arg->Common.Next;
891 Arg = Arg->Common.Next;
907 Arg = Arg->Common.Next;
911 Arg = Arg->Common.Next;
930 Status = AcpiDsGetFieldNames (&Info, WalkState, Arg->Common.Next);
978 Arg = Arg->Common.Next;
989 /* Next ar
[all...]
H A Ddsobject.c336 ByteList = Arg->Named.Next;
H A Ddsopcode.c544 NextOp = NextOp->Common.Next;
889 NextOp = NextOp->Common.Next;
893 NextOp = NextOp->Common.Next;
945 Arg = Arg->Common.Next;
H A Ddspkginit.c283 Arg = Arg->Common.Next;
394 Arg = Arg->Common.Next;
429 Arg = Arg->Common.Next;
H A Ddsutils.c891 Arg = Arg->Common.Next;
H A Ddswexec.c678 NextOp = NextOp->Common.Next;
H A Ddswload.c676 * Op->Common.Value.Arg->Common.Next->Common.Value.Integer == 0
679 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
H A Ddswscope.c188 WalkState->ScopeInfo = ScopeInfo->Scope.Next;
H A Ddswstate.c641 WalkState->Next = Thread->WalkStateList;
676 /* Next walk state becomes the current walk state */
678 Thread->WalkStateList = WalkState->Next;
683 * Do Not: WalkState->Next = NULL;
928 WalkState->ControlState = State->Common.Next;
938 WalkState->ScopeInfo = State->Common.Next;
948 WalkState->Results = State->Common.Next;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpe.c621 GpeBlock = GpeBlock->Next;
680 Notify = Notify->Next;
H A Devgpeblk.c220 while (NextGpeBlock->Next)
222 NextGpeBlock = NextGpeBlock->Next;
225 NextGpeBlock->Next = GpeBlock;
280 if (!GpeBlock->Previous && !GpeBlock->Next)
297 GpeBlock->Previous->Next = GpeBlock->Next;
301 GpeBlock->XruptBlock->GpeBlockListHead = GpeBlock->Next;
304 if (GpeBlock->Next)
306 GpeBlock->Next->Previous = GpeBlock->Previous;
H A Devgpeinit.c392 GpeBlock = GpeBlock->Next;
395 GpeXruptInfo = GpeXruptInfo->Next;
H A Devgpeutil.c212 GpeBlock = GpeBlock->Next;
215 GpeXruptInfo = GpeXruptInfo->Next;
310 NextGpeXrupt = NextGpeXrupt->Next;
329 while (NextGpeXrupt->Next)
331 NextGpeXrupt = NextGpeXrupt->Next;
334 NextGpeXrupt->Next = GpeXrupt;
410 GpeXrupt->Previous->Next = GpeXrupt->Next;
416 AcpiGbl_GpeXruptListHead = GpeXrupt->Next;
419 if (GpeXrupt->Next)
454 ACPI_GPE_NOTIFY_INFO *Next; local
[all...]
H A Devhandler.c302 HandlerObj = HandlerObj->AddressSpace.Next;
470 /* Next handler object */
472 HandlerObj = HandlerObj->AddressSpace.Next;
697 HandlerObj->AddressSpace.Next = ObjDesc->CommonNotify.Handler;
H A Devmisc.c348 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId];
H A Devregion.c558 *LastObjPtr = ObjDesc->Region.Next;
559 ObjDesc->Region.Next = NULL; /* Must clear field */
636 LastObjPtr = &ObjDesc->Region.Next;
637 ObjDesc = ObjDesc->Region.Next;
700 RegionObj->Region.Next = HandlerObj->AddressSpace.RegionList;
H A Devsci.c214 SciHandler = SciHandler->Next;
383 AcpiGbl_SciHandlerList = SciHandler->Next;
H A Devxface.c315 HandlerObj = HandlerObj->Notify.Next[i];
340 HandlerObj->Notify.Next[i] =
479 HandlerObj = HandlerObj->Notify.Next[i];
492 PreviousHandlerObj->Notify.Next[i] =
493 HandlerObj->Notify.Next[i];
498 HandlerObj->Notify.Next[i];
635 SciHandler = SciHandler->Next;
640 NewSciHandler->Next = AcpiGbl_SciHandlerList;
710 PrevSciHandler->Next = NextSciHandler->Next;
[all...]
H A Devxfgpe.c659 Notify = Notify->Next;
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
H A Devxfregn.c391 *LastObjPtr = HandlerObj->AddressSpace.Next;
402 LastObjPtr = &HandlerObj->AddressSpace.Next;
403 HandlerObj = HandlerObj->AddressSpace.Next;

Completed in 136 milliseconds

1234567891011>>