Searched refs:ID (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.h65 uint32 ID() const { return B_BENDIAN_TO_HOST_INT32(id); } function in struct:rigid_disk_block
114 uint32 ID() const { return B_BENDIAN_TO_HOST_INT32(id); } function in struct:partition_block
H A Damiga_rdb.cpp97 if (partition.ID() != RDB_PARTITION_ID
118 if (rdb->ID() == RDB_DISK_ID
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp84 // ID
85 printf("\tID: %" B_PRIu32 "\n", interface.ID());
139 printf("Created interface with ID: %" B_PRIu32 "\n", interface.ID());
148 "pppconfig delete %" B_PRIu32 "\n", interface.ID());
663 ppp_interface_id ID = manager.InterfaceWithName(name); local
664 if (ID <= 0) {
669 PPPInterface interface(ID);
671 fprintf(stderr, "Error: Could not find interface ID: %" B_PRIu32 "!\n", ID);
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp74 status_t error = _GetDirectoryPath(ID(), &tmpDevicePath);
109 if (Path() && ID() >= 0) {
113 // if (_GetDirectoryPath(ID(), &dirPath) == B_OK)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h173 ID());
188 int32 ID() const function in class:Transaction
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h35 ino_t ID() const { return fID; } function in class:Inode
135 put_vnode(fInode->GetVolume()->FSVolume(), fInode->ID());
H A DVolume.h43 dev_t ID() const function in class:Volume
/haiku/src/kits/storage/
H A DResourcesContainer.cpp43 delete RemoveResource(IndexOf(item->Type(), item->ID()));
131 if (item->Type() == type && item->ID() == id)
H A DResourceItem.cpp127 // ID
129 ResourceItem::ID() const function in class:BPrivate::Storage::ResourceItem
/haiku/src/apps/drivesetup/
H A DDiskView.cpp336 device->Offset(), 0, device->ID(), device);
337 fViewMap.Put(device->ID(), view);
346 || !fViewMap.ContainsKey(partition->Parent()->ID()))
361 name.SetToFormat(B_TRANSLATE("Partition %ld"), (long int)partition->ID());
363 partition_id id = partition->ID();
367 PartitionView* parent = fViewMap.Get(partition->Parent()->ID());
371 fViewMap.Put(partition->ID(), view);
418 = fSpaceIDMap.SpaceIDFor(partition->ID(), offset);
/haiku/headers/os/media/
H A DMediaTheme.h26 int32 ID();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h109 return _SetToWritableEtc(transaction.ID(), block, empty);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp45 value.SetTo(team->ID());
82 fTeamsTable->AddColumn(new Int32TableColumn(0, "ID", 40, 20, 1000,
/haiku/src/apps/terminal/
H A DTerminalRoster.h60 int32 ID() const;
H A DTitlePlaceholderMapper.cpp63 if (fProcessInfo.ID() == fShellInfo.ProcessID()
/haiku/src/preferences/locale/
H A DLanguageListView.h27 const BString& ID() const { return fID; } function in class:LanguageListItem
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp80 node->Name().Data(), node->Parent()->ID());
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp28 fThreadIDView = AddDataView("ID:");
56 // ID
58 snprintf(buffer, sizeof(buffer), "%" B_PRId32, fThread->ID());
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp45 GuiTeamUiSettings::ID() const function in class:GuiTeamUiSettings
54 status_t error = archive.FindString("ID", &fID);
68 status_t error = archive.AddString("ID", fID);
/haiku/src/kits/debugger/jobs/
H A DGetStackTraceJob.cpp36 SetDescription("Retrieving stack trace for thread %" B_PRId32, fThread->ID());
/haiku/src/kits/debugger/model/
H A DThread.cpp56 return fID == fTeam->ID();
/haiku/src/kits/debugger/settings/
H A DTeamSignalSettings.cpp36 TeamSignalSettings::ID() const function in class:TeamSignalSettings
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.cpp201 BBufferStreamManager::ID() const function in class:BBufferStreamManager
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h37 off_t ID() const { return 0; } function in class:Inode
/haiku/src/kits/media/
H A DSharedBufferList.cpp218 fInfos[fCount].id = buffer->ID();
256 // If "wantID" != 0, we search for a buffer with this ID.
316 // And mark all buffers with the same ID as requested in
319 fInfos[i].buffer->ID());
346 media_buffer_id id = buffer->ID();
386 media_buffer_id id = buffer->ID();

Completed in 155 milliseconds

1234567891011>>