Searched refs:Next (Results 326 - 350 of 392) sorted by relevance

<<111213141516

/haiku/src/kits/locale/
H A DDefaultCatalog.cpp389 entry = iter.Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp187 vm_page* page = it.Next();
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp549 const BNetworkCookie* cookie = iter.Next();
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp741 BHttpForm::Iterator::Next() function in class:BHttpForm::Iterator
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp300 (nextDevice = it.Next()) != NULL;) {
422 while ((firstModified = it.Next()) != NULL
443 while (vm_page* page = it.Next()) {
994 RawDevice* device = it.Next();) {
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp105 (wmiInfo = it.Next()) != NULL; index++) {
/haiku/src/system/kernel/
H A Dimage.cpp328 while ((image = it.Next()) != NULL) {
H A Dsignal.cpp409 (otherSignal = it.Next()) != NULL;) {
436 Signal* signal = it.Next();) {
508 Signal* signal = it.Next();) {
558 Signal* signal = it.Next();) {
H A Dsyscalls.cpp98 while (generic_syscall* syscall = iterator.Next()) {
H A Dport.cpp521 Port* port = it.Next();) {
552 while (port_message* message = iterator.Next()) {
598 Port* port = it.Next();) {
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp155 smallData = smallData->Next();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c891 Arg = Arg->Common.Next;
H A Ddswexec.c678 NextOp = NextOp->Common.Next;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c956 Prev->Common.Next = Field;
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp122 update_link_state(iterator.Next());
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp132 DebugContext* context = it.Next();) {
137 DebugContext* context = it.Next();) {
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp820 while ((mapping = iterator.Next()) != NULL) {
893 vm_page_mapping* mapping = it.Next();) {
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp820 while ((mapping = iterator.Next()) != NULL) {
893 vm_page_mapping* mapping = it.Next();) {
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp595 while ((mapping = iterator.Next()) != NULL) {
665 vm_page_mapping* mapping = it.Next();) {
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp330 Image* image = it.Next();) {
459 (thread = it.Next());) {
H A DTeamDebugger.cpp1921 Image* image = it.Next();) {
1928 UserBreakpoint* breakpoint = it.Next();) {
2120 FunctionInstance* instance = it.Next();) {
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp704 while ((mapping = iterator.Next()) != NULL) {
772 vm_page_mapping* mapping = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp228 delete it.Next().value;
346 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
386 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
429 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
2540 ClientVolume* clientVolume = it.Next().value;
2850 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID())) {
2892 // No request? Next round...
3307 ClientVolume* clientVolume = it.Next().value;
3325 ClientVolume* clientVolume = it.Next().value;
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp345 net_buffer* buffer = iterator.Next();
371 net_buffer* buffer = iterator.Next();
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp114 IOOperation* operation = it.Next();) {
133 IOOperation* operation = it.Next();) {

Completed in 217 milliseconds

<<111213141516