Searched refs:fId (Results 1 - 25 of 41) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h247 xfs_ino_t ID() const { return fId; }
339 xfs_ino_t fId; member in class:Inode
H A DInode.cpp85 fId(id),
203 if(fNode->di_ino != fId) {
694 xfs_agnumber_t agNo = INO_TO_AGNO(fId, fVolume);
696 uint32 agRelativeInodeNo = INO_TO_AGINO(fId, fVolume->AgInodeBits());
700 xfs_off_t offset = INO_TO_BLOCKOFFSET(fId, fVolume);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp194 fId = internalID;
337 *_internalID = fId;
H A DMultiAudioNode.h239 int32 fId; member in class:MultiAudioNode
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp252 fId(image->info.basic_info.id),
295 return fId;
435 image_id fId; member in struct:__anon2::ImageInfo
469 areaInfo->fId = area->id;
487 return fId;
546 area_id fId; member in struct:__anon2::AreaInfo
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp32 fId(id),
48 fDev->fRegs->queueSel = fId;
189 fDev->fRegs->queueNotify = fId;
198 fDev->fRegs->queueSel = fId;
H A DVirtioDevice.h34 int32 fId; member in struct:VirtioQueue
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp341 fId = internal_id;
422 *internal_id = fId;
H A DOpenSoundNode.h259 int32 fId; member in class:OpenSoundNode
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp98 fId = 0;
167 *internal_id = fId;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp108 fId(to_vnode_id(address)),
147 fFileCache = file_cache_create(fVolume->ID(), fId, Length());
148 fFileMap = file_map_create(fVolume->ID(), fId, Length());
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h39 uint16 fId; member in class:SSound
50 uint16 Id() const { return fId; }
85 uint8 fId; member in class:SInstrument
96 uint8 Id() const { return fId; }
H A DSynthFile.cpp39 , fId(id)
71 , fId(instrument)
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.h43 thread_id fId; member in class:RegistrarThread
H A DRegistrarThread.cpp38 fId(-1),
72 fId = spawn_thread(&RegistrarThread::EntryFunction, fName,
74 err = fId >= 0 ? B_OK : fId;
76 err = resume_thread(fId);
86 return fId;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp45 fId(1),
H A DFileSystem.h112 int64 fId; member in class:FileSystem
183 return atomic_add64(&fId, 1);
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp122 fId(id),
129 return fId;
143 ::Id fId; member in struct:LibsolvSolver::Problem
152 fId(id),
159 return fId;
168 ::Id fId; member in struct:LibsolvSolver::Solution
/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp36 glGenTextures(1, &fId);
37 glBindTexture(GL_TEXTURE_2D, fId);
48 fId, (int32) bitmap->Bounds().Width(),
H A DVideoFileTexture.cpp105 glGenTextures(1, &fId);
106 glBindTexture(GL_TEXTURE_2D, fId);
130 glBindTexture(GL_TEXTURE_2D, fId);
/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp371 if (targetId == fId) { // only if we are the destination
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp29 fId(-1),
40 fId = id;
60 fId(-1)
74 fId(id),
160 fId(id),
H A DCoreFile.h19 int32 Id() const { return fId; }
23 int32 fId; member in struct:CoreFileTeamInfo
52 int32 fId; member in struct:CoreFileAreaInfo
98 int32 Id() const { return fId; }
118 int32 fId; member in struct:CoreFileImageInfo
151 int32 Id() const { return fId; }
155 int32 fId; member in struct:CoreFileThreadInfo
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp54 fId(),
101 return fId;
106 fId = id;
166 BString fId; member in class:BPrivate::VirtualDirectoryManager::Info
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp38 fId(-1),
45 fId(id),
65 fId(info.fId)
75 fId = info.fId;

Completed in 187 milliseconds

12