Searched refs:ID (Results 51 - 75 of 432) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/settings/generic/
H A DSettings.cpp46 return value.SetFromMessage(fValues, setting->ID()) == B_OK
71 const char* fieldName = setting->ID();
93 if (value.SetFromMessage(message, setting->ID()) == B_OK) {
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp88 LanguageMenuUtils::_AddLanguageToMenu(language->ID(), name, menu);
122 result = strcmp(l1->ID(), l2->ID());
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp41 fCache = file_cache_create(fVolume->ID(), ID(), Size());
42 fMap = file_map_create(fVolume->ID(), ID(), Size());
58 fCache = file_cache_create(fVolume->ID(), ID(), Size());
59 fMap = file_map_create(fVolume->ID(), ID(), Size());
191 ID(), search_key.Offset());
203 B_PRIdOFF "\n", ID(), po
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp48 // node ID of the root directory
205 // remove all nodes from the ID hash table
655 return publish_vnode(fFSVolume, node->ID(), node, &gPackageFSVnodeOps,
665 notify_entry_created(ID(), node->Parent()->ID(), node->Name(), node->ID());
675 notify_entry_removed(ID(), node->Parent()->ID(), node->Name(), node->ID());
685 notify_stat_changed(ID(), paren
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h43 bool WatchInterface(ppp_interface_id ID);
/haiku/src/apps/installer/
H A DPartitionMenuItem.cpp32 PartitionMenuItem::ID() const function in class:PartitionMenuItem
/haiku/src/bin/network/ppp_up/
H A DConnectionView.h45 void WatchInterface(ppp_interface_id ID);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp34 printf(" ID state name\n");
41 printf("%10" B_PRId32 " %-9s \"%s\"", thread->ID(), stateString,
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DVolume.h22 dev_t ID() const { return fFSVolume->id; } function in class:Volume
/haiku/src/preferences/time/
H A DTimeZoneListItem.h42 const BString& ID() const;
/haiku/headers/os/locale/
H A DLanguage.h56 const char* ID() const;
/haiku/src/bin/
H A Ddiskimage.cpp26 " %s unregister ( <file> | <device path> | <device ID> )\n"
49 printf(" ID File Device\n");
59 // ID
60 printf("%6" B_PRId32 " ", device.ID());
107 printf("Registered file as disk device \"%s\" with ID %" B_PRId32 ".\n",
110 printf("Registered file as disk device with ID %" B_PRId32 ", "
121 // try to parse the parameter as ID
131 "with ID %" B_PRId32 ": %s\n", id, strerror(error));
135 printf("Unregistered file disk device with ID %" B_PRId32 ".\n",
139 fprintf(stderr, "No file disk device with ID
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPConfigurePacket.h39 //! Sets the packet's (unique) ID. Use KPPPLCP::NextID() to get a unique ID.
42 //! Returns this packet's ID.
43 uint8 ID() const function in class:KPPPConfigurePacket
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.h28 virtual const char* ID() const;
/haiku/src/kits/debugger/jobs/
H A DGetThreadStateJob.cpp45 status_t error = fDebuggerInterface->GetCpuState(fThread->ID(), state);
/haiku/src/kits/debugger/model/
H A DSyntheticPrimitiveType.cpp45 SyntheticPrimitiveType::ID() const function in class:SyntheticPrimitiveType
/haiku/headers/private/debugger/model/
H A DVariable.h27 ObjectID* ID() const { return fID; } function in class:Variable
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp47 ReportUserInterface::ID() const function in class:ReportUserInterface
217 if (thread->ID() != fTargetThread)
221 fListener->ThreadActionRequested(thread->ID(), MSG_THREAD_STOP);
231 if (thread->ID() != fTargetThread)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVerifyHeader.h53 if (inode->ID() != header->Owner()) {
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.h36 dev_t ID() const function in class:Volume
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.h24 translator_id ID() const { return fID; } function in class:TranslatorItem
/haiku/src/servers/app/font/
H A DFontFamily.h39 uint16 ID() const function in class:FontFamily
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp52 endp->ID(), endp, endp->fRefCount);
98 if (endp->ID() > *id) {
100 *id = endp->ID();
115 if (endp->ID() == id) {
130 // We store the endpoints sorted by ID, because that
139 if (endp->ID() > other->ID()) {
505 msg->AddInt32("be:id", endp->ID());
527 notify.AddInt32("be:producer", prod->ID());
528 notify.AddInt32("be:consumer", cons->ID());
[all...]
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp87 if (strcmp(setting->ID(), kPortSetting) == 0)
89 else if (strcmp(setting->ID(), kHostSetting) == 0)
/haiku/src/kits/media/
H A DBufferCache.cpp54 if (buffer == NULL || buffer->ID() <= 0
60 if (buffer->ID() != id)

Completed in 129 milliseconds

1234567891011>>