Searched refs:fID (Results 1 - 25 of 172) sorted by path

1234567

/haiku/headers/libs/alm/
H A DArea.h123 int32 fID; member in class:BALM::Area
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h66 int32 fID; member in struct:ResolutionCap
145 int32 fID; member in struct:ListItemCap
218 : fID(id)
227 return enumCap->ID() == fID;
230 int fID; member in struct:PrinterCap::IDPredicate
/haiku/headers/os/app/
H A DNotification.h94 BString fID; member in class:BNotification
/haiku/headers/os/media/
H A DMediaTheme.h83 int32 fID; member in class:BMediaTheme
H A DParameterWeb.h280 int32 fID; member in class:BParameter
/haiku/headers/os/translation/
H A DTranslator.h61 translator_id fID; member in class:BTranslator
/haiku/headers/private/debugger/model/
H A DSyntheticPrimitiveType.h39 BString fID; member in class:SyntheticPrimitiveType
H A DTeam.h116 team_id ID() const { return fID; }
294 team_id fID; member in class:Team
H A DThread.h52 thread_id ID() const { return fID; }
87 thread_id fID; member in class:Thread
H A DVariable.h27 ObjectID* ID() const { return fID; }
34 ObjectID* fID; member in class:Variable
/haiku/headers/private/debugger/settings/generic/
H A DSetting.h129 BString fID; member in class:AbstractSetting
/haiku/headers/private/interface/
H A DPrivateScreen.h44 int32 ID() const { return fID; }
108 int32 fID; member in class:BPrivate::BPrivateScreen
/haiku/headers/private/kernel/
H A DUserTimer.h34 { return fID; }
36 { fID = id; }
60 int32 fID; member in struct:BKernel::UserTimer
H A Dscheduling_analysis.h37 fID(id),
45 out.Print("sem create \"%s\" -> %" B_PRId32 "", fName, fID);
55 return (void*)(addr_t)fID;
64 sem_id fID; member in class:SchedulingAnalysisTracing::CreateSemaphore
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h111 disk_system_id fID; member in class:BPrivate::DiskDevice::KDiskSystem
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h165 uint8 fID; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::LowLevelAttributeHandler
/haiku/headers/private/storage/
H A DDiskDevicePrivate.h51 partition_id fID; member in class:BPrivate::IDFinderVisitor
H A DDiskSystem.h67 disk_system_id fID; member in class:BDiskSystem
/haiku/headers/tools/cppunit/
H A DThreadManager.h36 thread_id fID; member in class:BThreadManager
55 , fID(0)
72 if (find_thread(NULL) != fID)
73 wait_for_thread(fID, &result);
81 if (find_thread(NULL) != fID) {
83 kill(fID, SIGINT);
95 if (fID != 0) {
97 if (get_thread_info(fID, &info) == B_OK)
100 fID = 0;
113 fID
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp34 fID(volume->GetIno(cluster, offset, 0)),
62 fID(ino),
96 fID(0),
H A DInode.h40 ino_t ID() const { return fID; }
106 ino_t fID; member in class:Inode
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DNode.cpp8 fID(id),
H A DNode.h18 vnode_id GetID() const { return fID; }
25 vnode_id fID; member in class:ONLY_OBJECT_TRACKABLE_BASE_CLASS
H A DShareVolume.cpp152 fID(-1),
230 return fID;
432 request.volumeID = fID;
487 request.volumeID = fID;
587 request.volumeID = fID;
637 request.volumeID = fID;
721 request.volumeID = fID;
767 request.volumeID = fID;
863 request.volumeID = fID;
917 request.volumeID = fID;
[all...]
H A DShareVolume.h228 int32 fID; member in class:ShareVolume

Completed in 91 milliseconds

1234567