Searched refs:ID (Results 226 - 250 of 432) sorted by relevance

1234567891011>>

/haiku/src/kits/midi2/
H A DMidiRoster.cpp320 // endpoint's ID is 0 after the constructor returns, or
336 msg.AddInt32("midi:id", endp->ID());
350 if (endp->ID() > 0) {
/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp182 int32 newCPU = smallTaskCore->CPUHeap()->PeekRoot()->ID();
227 int32 newCPU = other->CPUHeap()->PeekRoot()->ID();
H A Dscheduler_cpu.cpp300 cpu_ent* cpu = &gCPU[ID()];
381 int32 cpu = entry->ID();
692 kprintf("\nCPU %" B_PRId32 " run queue:\n", cpu->ID());
714 "%% %7" B_PRId32 " %5" B_PRIu32 "\n", entry->ID(), entry->fLoad / 10,
730 kprintf("%" B_PRId32 "%s", coreEntry->ID(),
H A Dscheduler.cpp121 thread->id, threadPriority, targetCPU->ID(), targetCore->ID());
135 if (targetCPU->ID() == smp_get_current_cpu()) {
136 gCPU[targetCPU->ID()].invoke_scheduler = true;
138 smp_send_ici(targetCPU->ID(), SMP_MSG_RESCHEDULE, 0, 0, 0,
733 " <thread> - ID of the thread.\n", 0);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h61 ppp_interface_id ID, const driver_settings *settings,
71 ppp_interface_id ID() const function in class:KPPPInterface
264 // the manager assigns an ID to every interface
/haiku/src/kits/interface/
H A DScreen.cpp81 BScreen::ID() function in class:BScreen
84 screen_id id = { fScreen->ID() };
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h35 team_id ID() const { return fID; } function in struct:VMAddressSpace
122 { return sKernelAddressSpace->ID(); }
/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp165 hitSymbol.imageID = image->ID();
208 image->ID(), image->GetImage()->Name());
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp148 GraphicalUserInterface::ID() const function in class:GraphicalUserInterface
226 settings = new(std::nothrow) GuiTeamUiSettings(ID());
/haiku/src/servers/app/
H A DServerFont.h82 { return fStyle->ID(); }
84 { return fStyle->Family()->ID(); }
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp628 DialUpView::WatchInterface(ppp_interface_id ID) argument
632 if(fWatching != ID) {
635 if(ID == PPP_UNDEFINED_INTERFACE_ID || fListener.WatchInterface(ID))
636 fWatching = ID;
/haiku/src/kits/media/
H A DMediaNode.cpp203 BMediaNode::ID() const function in class:BMediaNode
223 temp.node = ID();
249 TRACE("BMediaNode::TimeSource node %" B_PRId32 " enter\n", ID());
265 ASSERT(fTimeSourceID == fTimeSource->ID());
269 TRACE("BMediaNode::TimeSource node %" B_PRId32 " leave\n", ID());
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp225 fPartitionID(partition->ID()),
226 fParentID(partition->Parent() ? partition->Parent()->ID() : -1),
489 if (item != NULL && item->ID() == id)
506 PartitionListRow* partitionrow = FindRow(partition->ID());
520 parent = FindRow(partition->Parent()->ID());
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp98 return fImage->ID();
106 message.AddInt32("image", fImage->ID());
542 fTeam->ID(), appImage->ID(), "main", B_SYMBOL_TYPE_TEXT,
1464 message.AddInt32("thread", event.GetThread()->ID());
1473 message.AddInt32("thread", event.GetThread()->ID());
1482 message.AddInt32("thread", event.GetThread()->ID());
1491 message.AddInt32("image", event.GetImage()->ID());
2013 if (fDebuggerInterface->GetSymbolInfo(fTeam->ID(), image->ID(),
[all...]
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp60 int32 ID() const { return fNup; } function in struct:NupCap
74 int32 ID() const { return fDitherType; } function in struct:DitherCap
551 capability->ID());
584 capability->ID());
616 capability->ID());
656 capability->ID());
779 return capability->ID();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp421 *out_timesource = TimeSource()->ID();
1126 if(parameter->ID() == id)
1142 if(parameter->ID() == id)
1231 PRINT(("getting parameter %li\n", parameter->ID()));
1233 while((err = GetParameterValue(parameter->ID(), &last_change, buffer, &size))==B_NO_MEMORY) {
1240 into_message->AddInt32("parameterID", parameter->ID());
1243 PRINT(("parameter %li err : %s\n", parameter->ID(), strerror(err)));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp84 \param ID The interface's ID.
89 ppp_interface_id ID, const driver_settings *settings, KPPPInterface *parent)
92 fID(ID),
258 fManager->RemoveInterface(ID());
321 fManager->DeleteInterface(ID());
1180 TRACE("KPPPInterface: AddChild(%lX)\n", child ? child->ID() : 0);
1200 TRACE("KPPPInterface: RemoveChild(%lX)\n", child ? child->ID() : 0);
1457 fManager->CreateInterface(settings, ID());
1853 fIfnet = fManager->RegisterInterface(ID());
88 KPPPInterface(const char *name, ppp_interface_entry *entry, ppp_interface_id ID, const driver_settings *settings, KPPPInterface *parent) argument
[all...]
/haiku/headers/libs/alm/
H A DArea.h50 int32 ID() const;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequest.cpp19 switch (fServer->ID().fProtocol) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h117 dev_t ID() const function in class:Volume
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp137 thread_id threadID = fThread->ID();
/haiku/src/kits/storage/
H A DResources.cpp477 *idFound = item->ID();
499 *idFound = item->ID();
537 *idFound = item->ID();
557 *idFound = item->ID();
/haiku/src/apps/patchbay/
H A DPatchRow.cpp81 PatchRow::ID() const function in class:PatchRow
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp146 *out_timesource = TimeSource()->ID();
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h47 thread_id ThreadID() const { return fThread->ID(); }

Completed in 301 milliseconds

1234567891011>>