Searched refs:DeviceID (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h34 dev_t DeviceID() const function in class:PackagesDirectory
H A DPackageFSRoot.h47 dev_t DeviceID() const { return fDeviceID; } function in class:PackageFSRoot
H A DPackageFSRoot.cpp450 if (root->DeviceID() == deviceID && root->NodeID() == nodeID)
H A DVolume.cpp472 volumeInfo.rootDeviceID = fPackageFSRoot->DeviceID();
487 info.deviceID = directory->DeviceID();
522 info.packageDeviceID = package->DeviceID();
525 info.directoryDeviceID = directory->DeviceID();
1528 if (item->parentDeviceID != fPackagesDirectory->DeviceID()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp47 chunk->stripes[i].DeviceID());
H A Dbtrfs.h171 uint64 DeviceID() const { return B_LENDIAN_TO_HOST_INT64(device_id); } function in struct:btrfs_stripe
/haiku/src/servers/package/
H A DRoot.h36 dev_t DeviceID() const { return fNodeRef.device; } function in class:Root
H A DVolume.h99 dev_t DeviceID() const function in class:Volume
H A DRoot.cpp281 if (volume != NULL && volume->DeviceID() == deviceID)
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h58 dev_t DeviceID() const function in class:Package
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp71 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction, vhdr->VendorID, vhdr->DeviceID);
73 if (info.pci->vendor_id != vhdr->VendorID || info.pci->device_id != vhdr->DeviceID
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3356 dev_t DeviceID; local
3375 while ((DeviceID = next_dev (&Cookie)) >= 0)
3377 if (!fs_stat_dev (DeviceID, &FSInfo) && (FSInfo.flags & B_FS_HAS_QUERY))
3379 if (fs_stat_index (DeviceID, g_AttributeNameClassification, &IndexInfo)
3382 if (fs_create_index (DeviceID, g_AttributeNameClassification,
3389 (int) DeviceID, FSInfo.volume_name, FSInfo.fsh_name,
3394 if (fs_stat_index (DeviceID, g_AttributeNameSpamRatio,
3397 if (fs_create_index (DeviceID, g_AttributeNameSpamRatio,
3404 (int) DeviceID, FSInfo.volume_name, FSInfo.fsh_name,
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Datombios.h9288 USHORT DeviceID; //0x5A member in struct:__anon50

Completed in 160 milliseconds