Searched refs:ID (Results 276 - 300 of 432) sorted by relevance

<<1112131415161718

/haiku/src/apps/installer/
H A DInstallerWindow.cpp393 fWorkerThread->StartInstall(srcItem->ID(),
394 targetItem->ID());
774 if (srcItem != NULL && dstItem->ID() == srcItem->ID()) {
875 if (roster.GetPartitionWithID(item->ID(), &device, &partition) == B_OK) {
878 } else if (roster.GetDeviceWithID(item->ID(), &device) == B_OK) {
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp191 id = device->ID();
226 id = device->ID();
257 partition_id id = partition->ID();
260 KDiskDevice *device = manager->RegisterDevice(partition->ID(), false);
294 partition_id id = device->ID();
310 /*! \brief Writes data describing the disk device identified by ID and all
320 it must be the ID of a disk device, otherwise the disk device is
323 \param id The ID of an arbitrary partition on the disk device (including
325 (if \a deviceOnly is \c false), or the ID of the disk device
342 - \c B_ENTRY_NOT_FOUND: \a id is no valid disk device ID (i
[all...]
/haiku/src/bin/
H A Dhey.cpp124 char *id_to_string(long ID, char *here);
1383 strcat(str, "ID ");
1523 id_to_string(long ID, char *here) argument
1525 uint8 digit0 = (ID>>24)& 255;
1526 uint8 digit1 = (ID>>16)& 255;
1527 uint8 digit2 = (ID>>8) & 255;
1528 uint8 digit3 = (ID) & 255;
1556 sprintf(here, "%ldL", ID);
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp380 /*! \brief Returns a BDiskDevice for a given ID.
384 \param id The ID of the device to be retrieved.
389 - \c B_ENTRY_NOT_FOUND: A device with ID \a id could not be found.
401 /*! \brief Returns a BPartition for a given ID.
407 \param id The ID of the partition to be retrieved.
414 - \c B_ENTRY_NOT_FOUND: A partition with ID \a id could not be found.
444 // get the device ID
462 // get the partition ID
488 // get the device ID
578 if (get_image_symbol(image.ID(), "create_ds_partition_add_o
[all...]
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp579 Locale icuLocale = Locale::createCanonical(newFormattingConventions.ID());
596 TimeZone* timeZone = TimeZone::createTimeZone(newZone.ID().String());
650 return message->AddString(kTimezoneField, fDefaultTimeZone.ID());
H A DFormattingConventions.cpp338 BFormattingConventions::ID() const function in class:BFormattingConventions
411 switch (ulocdata_getMeasurementSystem(ID(), &error)) {
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp84 printf("device %" B_PRId32 ": \"%s\"\n", device->ID(), pathString);
106 printf("%spartition %" B_PRId32 ": \"%s\"\n", prefix, partition->ID(),
201 printf("\ndevice %" B_PRId32 ": \"%s\": %s%s\n\n", device->ID(), pathString,
/haiku/src/kits/media/
H A DBufferConsumer.cpp229 command.prev_buffer = prev_buffer->ID();
294 command->buffers[i] = buffers[i]->ID();
343 PRINT(4, "BBufferConsumer::HandleMessage %#lx, node %ld\n", message, ID());
H A DMediaRecorderNode.cpp291 *outTimesource = TimeSource()->ID();
H A DBufferGroup.cpp327 status = message->AddInt32(name, int32(buffers[i]->ID()));
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp235 stat->st_dev = inode->GetVolume()->ID();
236 stat->st_ino = inode->ID();
409 dirent->d_dev = volume->ID();
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp123 partition_id parentID = partition->ID();
605 diskID = topLevelRow->ID();
607 partitionID = selectedRow->ID();
624 if (!fCurrentDisk || fCurrentDisk->ID() != disk) {
721 if (disk->ID() == selectedPartition
860 "partition by ID."));
892 "partition by ID."));
966 "partition by ID."));
1001 if (disk->ID() == selectedPartition) {
1123 // The partition pointer is toast now! Use the partition ID t
[all...]
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp1067 event->scheduler = scheduler->ID();
1088 event->scheduler = scheduler->ID();
1111 event->scheduler = scheduler->ID();
1139 event->scheduler = scheduler->ID();
1164 event->scheduler = scheduler->ID();
1191 event->scheduler = scheduler->ID();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp308 fRootNode->ID(), strerror(fRootNode->InitCheck()));
431 put_vnode(fFSVolume, RootNode()->ID());
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp147 fFileCache = file_cache_create(fVolume->ID(), fId, Length());
148 fFileMap = file_map_create(fVolume->ID(), fId, Length());
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h307 vuint32 ID:6; member in struct:LINFlexRegisters::__anon30::__anon31
382 vuint32 ID:6; member in struct:LINFlexRegisters::__anon42::__anon43
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.cpp390 if ((report->Type() & type) != 0 && report->ID() == id)
487 if (fReports[i]->ID() == targetID)
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.h52 inline int32 ID() const { return fCPUNumber; } function in class:Scheduler::CPUEntry
131 inline int32 ID() const { return fCoreID; } function in class:Scheduler::CoreEntry
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h52 dev_t ID() const { return fFSVolume->id; } function in class:Volume
/haiku/headers/private/kernel/
H A DUserTimer.h33 int32 ID() const function in struct:BKernel::UserTimer
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp120 *_timesource = TimeSource()->ID();
/haiku/headers/private/debugger/model/
H A DType.h130 virtual const BString& ID() const = 0;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp110 PrinterCap::CapID id = static_cast<PrinterCap::CapID>(capability->ID());
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp193 BVariant(option->ID(), B_VARIANT_DONT_COPY_DATA));
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp241 if (strcmp(settings->ID(), id) == 0)

Completed in 320 milliseconds

<<1112131415161718