Searched refs:ID (Results 201 - 225 of 432) sorted by relevance

1234567891011>>

/haiku/src/apps/drivesetup/
H A DPartitionList.h72 partition_id ID() const function in class:PartitionListRow
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp141 int32 newCPU = other->CPUHeap()->PeekRoot()->ID();
/haiku/src/tests/kits/media/
H A DBufferTest.cpp72 media_buffer_id id = buffer->ID();
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DThreadWindow.cpp31 thread->Name(), thread->ID());
/haiku/src/kits/debug/
H A DImage.h32 image_id ID() const { return fInfo.id; } function in class:BPrivate::Debug::Image
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp178 return fStream.ID();
/haiku/headers/os/locale/
H A DFormattingConventions.h72 const char* ID() const;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp146 LOOP("VideoConsumer::Buffer #%" B_PRId32 " received\n", buffer->ID());
484 *_timeSource = TimeSource()->ID();
563 if (buffer->ID() == fBufferMap[index]->ID())
/haiku/headers/private/interface/
H A DPrivateScreen.h44 int32 ID() const { return fID; } function in class:BPrivate::BPrivateScreen
/haiku/headers/os/interface/
H A DScreen.h34 screen_id ID();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp140 ID(), blockNumber);
/haiku/src/kits/media/
H A DMediaTheme.cpp51 BMediaTheme::ID() function in class:BMediaTheme
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp364 _ShowInfoAlert(item->ID());
387 _ShowConfigView(item->ID());
393 _GetTranslatorInfo(item->ID(), name, info, version, path);
440 if (item->ID() == (translator_id)id) {
/haiku/src/system/kernel/
H A DUserTimer.cpp1134 /*! Returns the user timer with the given ID.
1136 \param id The timer's ID
1137 \return The user timer with the given ID or \c NULL, if there is no such
1146 if (timer->ID() == id)
1154 /*! Adds the given user timer and assigns it an ID.
1161 int32 id = timer->ID();
1163 // user-defined timer -- find an usused ID
1168 if (other->ID() > id)
1170 if (other->ID() == id)
1183 if (other->ID() > i
[all...]
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp85 fHeader->next_kernel_area = (fNextArea ? fNextArea->ID() : -1);
122 MessagingArea::ID() const function in class:MessagingArea
225 fHeader->next_kernel_area = (fNextArea ? fNextArea->ID() : -1);
335 areaID = fFirstArea->ID();
560 - The ID of the kernel area used for communication, if everything went fine,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h41 ino_t ID() const { return fID; } function in class:Inode
352 return CachedBlock::SetTo(fVolume->VnodeToBlock(inode->ID()));
359 fVolume->VnodeToBlock(inode->ID()), empty);
407 put_vnode(fInode->GetVolume()->FSVolume(), fInode->ID());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp107 return (uint32)thread->ID();
335 fActiveThread->ID(), MSG_THREAD_RUN);
339 fActiveThread->ID(), MSG_THREAD_STEP_OVER);
344 fActiveThread->ID(), MSG_THREAD_STEP_OUT);
347 fActiveThread->ID(), MSG_THREAD_STEP_INTO);
652 fListener->ThreadActionRequested(fActiveThread->ID(),
973 fListener->ThreadActionRequested(thread->ID(), action, address);
1040 message.AddInt32("thread", event.GetThread()->ID());
1049 message.AddInt32("thread", event.GetThread()->ID());
1058 message.AddInt32("thread", event.GetThread()->ID());
[all...]
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h31 int32 ID();
/haiku/src/servers/app/font/
H A DFontStyle.h113 uint16 ID() const function in class:FontStyle
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp88 dev_t ID() const { return fFSVolume->id; } function in class:Volume
181 ino_t ID() const { return fID; } function in class:Inode
513 stat.st_ino = inode->ID();
593 put_vnode(FSVolume(), fRootNode->ID());
645 status = publish_vnode(FSVolume(), fRootNode->ID(), fRootNode,
786 if (inode->ID() == id)
1499 *_rootVnodeID = volume->RootNode().ID();
1587 status = get_vnode(volume->FSVolume(), inode->ID(), NULL);
1591 *_id = inode->ID();
1784 TRACE(("cdda_read_stat: vnode %p (0x%Lx), stat %p\n", inode, inode->ID(),
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp208 info.partition = ID();
221 "%" B_PRId32 ": %s\n", ID(), strerror(error));
242 "partition %" B_PRId32 ": %s\n", ID(), strerror(error));
249 "%" B_PRId32 ": %s\n", ID(), strerror(error));
290 "%" B_PRId32 ": %s\n", ID(), strerror(error));
680 KPartition::ID() const function in class:KPartition
752 message.AddInt32("id", ID());
1061 message.AddInt32("id", ID());
1287 data->id = ID();
1298 data->disk_system = (DiskSystem() ? DiskSystem()->ID()
[all...]
H A DKDiskSystem.cpp65 // ID
67 KDiskSystem::ID() const function in class:KDiskSystem
128 info->id = ID();
/haiku/src/bin/debug/profile/
H A DThread.cpp78 return ID();
144 image->GetSharedImage(), image->ID(), result);
/haiku/src/servers/registrar/
H A DMessagingService.cpp93 // ID
95 MessagingArea::ID() const function in class:MessagingArea
413 "return any more commands.", area, area->ID(),
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h26 inline ino_t ID() const;
194 Inode::ID() const function in class:Inode

Completed in 416 milliseconds

1234567891011>>