Searched refs:Next (Results 101 - 125 of 394) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c279 NextDesc = HandlerDesc->AddressSpace.Next;
374 *LastObjPtr = NextDesc->Region.Next;
380 LastObjPtr = &NextDesc->Region.Next;
381 NextDesc = NextDesc->Region.Next;
701 NextObject = PrevObject->Notify.Next[i];
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp230 device_attr_private* attr = iterator.Next();
464 node = iterator.Next();
491 device_node* node = iterator.Next();
499 device_node* node = iterator.Next();
521 device_attr* attr = iterator.Next();
532 device_attr* attr = iterator.Next();
682 device_node* node = iterator.Next();
690 device_node* node = iterator.Next();
939 device_node* node = iterator.Next();
1480 device_node* child = iterator.Next();
[all...]
H A Dio_resources.cpp84 io_resource* resource = iterator.Next();
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp55 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
227 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
300 while (InstalledBreakpoint* installed = it.Next()) {
349 InstalledBreakpoint* installed = it.Next();
370 installed = it.Next();
408 installed = it.Next();
461 Breakpoint* breakpoint = it.Next();) {
471 Breakpoint* breakpoint = it.Next();) {
589 InstalledWatchpoint* watchpoint = it.Next();) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp461 char begin = Next(stream);
560 char c = Next(stream);
562 c = Next(stream);
643 string += Next(stream);
667 char c = Next(stream);
674 Response::Next(BDataIO& stream) function in class:IMAP::Response
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp471 User* user = it.Next().value;
477 Share* share = it.Next().value;
500 User* user = it.Next().value;
512 Share* share = it.Next().value;
531 User* user = it.Next().value;
541 PermissionMap::Entry entry = it.Next();
552 User* user = it.Next().value;
679 PermissionMap::Entry entry = it.Next();
754 User* user = it.Next().value;
917 Share* share = it.Next()
[all...]
H A DStatisticsManager.cpp63 HashString user(it.Next().key);
96 ShareStatistics* statistics = it.Next().value;
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h99 ValueType *Next() { return Iterator::Next(); } function in class:MultiHashTable::ValueIterator
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp171 memory_type_range* range = it.Next();) {
187 memory_type_range* range = it.Next();
192 range = it.Next();
199 while (memory_type_range* nextRange = nextIt.Next()) {
251 while ((range = it.Next()) != NULL) {
322 memory_type_range* range = it.Next();) {
373 memory_type_range_point* pendingPoint = it.Next();) {
395 memory_type_range_point* pendingPoint = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp44 FileSystemVisitor::Next() function in class:FileSystemVisitor
224 while (Inode* inode = iterator.Next()) {
265 traversal and propagate the error to the caller of Next(). In the
281 calls to Next() end by invoking this function, and the return value
300 caller of Next().
315 caller of Next().
329 caller of Next().
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h105 const BNetworkCookie* Next();
136 const BNetworkCookie* Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingDirectory.cpp136 it.Next();
138 while (PackageDirectory* otherNode = it.Next()) {
H A DDirectory.cpp99 DirectoryIterator* iterator = it.Next();) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeinit.c392 GpeBlock = GpeBlock->Next;
395 GpeXruptInfo = GpeXruptInfo->Next;
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp141 SummaryImage* image = it.Next();) {
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp133 while (M68KPagingStructures040* info = it.Next())
/haiku/src/servers/package/
H A DVolumeState.cpp96 Package* package = it.Next();) {
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DChannelInterface.cpp24 channel = iterator.Next();
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp168 Listener* listener = it.Next();) {
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp58 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp101 PackageNodeAttribute* attribute = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp67 OpenState* current = iterator.Next();
71 current = iterator.Next();
412 Delegation* current = iterator.Next();
419 current = iterator.Next();
/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.cpp94 DwarfFile* file = it.Next();) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswscope.c188 WalkState->ScopeInfo = ScopeInfo->Scope.Next;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h87 Element *Next() function in class:UserlandFSUtil::SLList::Iterator
144 Element *Next() function in class:UserlandFSUtil::SLList::ConstIterator
256 if (element == it.Next()) {

Completed in 612 milliseconds

1234567891011>>