Searched refs:ID (Results 76 - 100 of 432) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h33 ino_t ID() const { return fID; } function in class:Inode
207 put_vnode(fInode->GetVolume()->FSVolume(), fInode->ID());
240 if (!inode->IsSymLink() && volume->ID() >= 0) {
243 inode->ID(), inode, vnodeOps != NULL ? vnodeOps : &gExt2VnodeOps,
245 status = publish_vnode(volume->FSVolume(), inode->ID(), inode,
257 transaction.ID(), TRANSACTION_ABORTED, &_TransactionListener,
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp73 return partition->ID();
81 return system->ID();
298 TRACE(" partition: %" B_PRId32 "\n", it->Value()->ID());
306 TRACE(" partition: %" B_PRId32 "\n", (*it)->ID());
311 fDiskSystems->Remove(diskSystem->ID());
314 diskSystem->Name(), diskSystem->ID());
419 if (!deviceOnly || id == device->ID())
687 return device->ID();
723 return device->ID();
767 return device->ID();
[all...]
H A DKFileSystem.cpp140 result = fModule->resize(fd, partition->ID(), size, job);
174 result = fModule->set_content_name(fd, partition->ID(), name, job);
200 result = fModule->set_content_parameters(fd, partition->ID(), parameters,
227 result = fModule->initialize(fd, partition->ID(), name, parameters,
252 result = fModule->uninitialize(fd, partition->ID(), partition->Size(),
/haiku/src/apps/patchbay/
H A DPatchView.cpp130 BMidiEndpoint* obj = roster->FindEndpoint(itor->ID());
135 str << "<" << obj->ID() << ">: " << obj->Name();
368 row->AddColumn(i->ID());
396 if (i->ID() == id) {
404 if ((*i)->ID() == id) {
426 if (i->ID() == id) {
446 if (i->ID() == id) {
459 if (i->ID() == id) {
472 if ((*i)->ID() == prod) {
484 if ((*i)->ID()
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp217 VnodeToInode* vti = new VnodeToInode(inode->ID(), fs);
226 result = publish_vnode(volume, inode->ID(), vti, &gNFSv4VnodeOps,
231 *_rootVnodeID = inode->ID();
233 TRACE("*_rootVnodeID = %" B_PRIi64 "\n", inode->ID());
299 *_id = vti->ID();
310 TRACE("volume = %p, dir = %" B_PRIi64 ", name = %s\n", volume, vti->ID(),
338 TRACE("volume = %p, vnode = %" B_PRIi64 "\n", volume, vti->ID());
350 TRACE("volume = %p, vnode = %" B_PRIi64 "\n", volume, vti->ID());
368 ", count = %lu, numBytes = %lu\n", _volume, vti->ID(), _cookie, pos,
412 ", count = %lu, numBytes = %lu\n", _volume, vti->ID(), _cooki
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h40 ino_t ID() const { return fID; } function in class:Inode
158 put_vnode(fInode->GetVolume()->FSVolume(), fInode->ID());
195 return node->ID();
205 return key == node->ID() ? 0
206 : (key < node->ID() ? -1 : 1);
H A Dkernel_interface.cpp178 *_rootID = volume->RootNode()->ID();
372 TRACE("exfat_get_file_map for inode %" B_PRIdINO"\n", inode->ID());
402 entry_cache_add_missing(volume->ID(), directory->ID(), name);
406 TRACE("exfat_lookup: ID %" B_PRIdINO "\n", *_vnodeID);
407 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
429 stat->st_dev = inode->GetVolume()->ID();
430 stat->st_ino = inode->ID();
521 notify_stat_changed(volume->ID(),
[all...]
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp58 return HashKey(value->ID());
63 return value->ID() == key;
108 ID()));
291 = sAddressSpaceTable.GetIterator(addressSpace->ID());
367 " %10" B_PRId32 " %10" B_PRIdOFF "\n", space, space->ID(),
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp297 int ID() const function in class:__anon4::XsiSemaphoreSet
501 return (size_t)variable->ID();
506 return (int)key == (int)variable->ID();
537 fSemaphoreSetId = semaphoreSet->ID();
659 semaphoreSet->ID(), i, (int)current->undo_values[i]));
710 "on semaphore %d, key %d\n", semaphoreSet->ID(),
718 semaphoreSet->ID(), (int)key));
722 return semaphoreSet->ID();
777 semaphoreSet->ID(), semaphoreSet->SequenceNumber()));
779 return semaphoreSet->ID();
[all...]
/haiku/src/servers/app/font/
H A DFontManager.cpp197 \param family ID for the font's family
198 \param style ID of the font's style
293 fDelistedStyleHashTable.Remove(FontKey(family->ID(), style->ID()));
334 familyID = style->Family()->ID();
335 styleID = style->ID();
401 if (family->ID() == familyID)
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp65 BMidiEndpoint::ID() const function in class:BMidiEndpoint
110 return (ID() > 0);
302 msg->AddInt32("midi:id", ID());
H A DMidiProducer.cpp121 msg.AddInt32("midi:producer", ID());
122 msg.AddInt32("midi:consumer", cons->ID());
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h47 ino_t ID() const { return fID; } function in class:Node
184 return HashKey(value->ID());
189 return value->ID() == key;
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp32 return function->HashValue() ^ thread->ID()
39 && thread->ID() == other.thread->ID()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h146 block, transaction.ID());
151 block, base, length, transaction.ID(), (void**)&fBlock);
176 transaction.ID());
H A DIndex.cpp34 if (fVolume->ID() >= 0)
35 put_vnode(fVolume->FSVolume(), fNode->ID());
45 if (fVolume->ID() >= 0)
46 put_vnode(fVolume->FSVolume(), fNode->ID());
265 inode->ID());
277 inode->ID());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp87 if (strcmp(name, ".") == 0 || (rootIno == fInode->ID())) {
88 *ino = fInode->ID();
125 *ino = fInode->ID();
/haiku/src/apps/debuganalyzer/model/
H A DModel.h161 TeamList fTeams; // sorted by ID
162 ThreadList fThreads; // sorted by ID
261 inline int32 ID() const;
405 inline team_id ID() const;
426 ThreadList fThreads; // sorted by creation time, ID
437 inline thread_id ID() const;
561 thread_id ID() const { return thread->ID(); } function in struct:Model::CompactThreadSchedulingState
586 { return (size_t)value->ID(); }
589 { return key == value->ID(); }
914 Model::IOScheduler::ID() const function in class:Model::IOScheduler
1193 Model::Team::ID() const function in class:Model::Team
1246 Model::Thread::ID() const function in class:Model::Thread
[all...]
/haiku/src/bin/debug/profile/
H A DProfileResult.h28 inline image_id ID() const;
102 ImageProfileResult::ID() const function in class:ImageProfileResult
H A DThread.h43 inline thread_id ID() const;
99 Thread::ID() const function in class:Thread
/haiku/src/bin/
H A Dscreeninfo.cpp97 screen_id screenIndex = screen.ID();
100 // At the moment, screen.ID() is always 0;
101 printf("Screen %" B_PRId32 ":", screen.ID().id);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp197 message.AddInt32("thread", event.GetThread()->ID());
206 message.AddInt32("thread", event.GetThread()->ID());
215 message.AddInt32("thread", event.GetThread()->ID());
225 message.AddInt32("thread", event.GetThread()->ID());
420 if (fSelectedThread != NULL && threadID == fSelectedThread->ID())
487 _HandleThreadSelectionChanged(thread->ID());
548 nameString.SetToFormat("%" B_PRId32 ": %s", thread->ID(),
557 message->AddInt32("thread", thread->ID());
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp72 request.AddInt32("hci_id", fLocalDevice->ID());
116 request.AddInt32("hci_id", fLocalDevice->ID());
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c123 // get vendor and device ID
129 #define ID(v, d) (((v) << 16) | (d)) macro
130 switch (ID(vendorID, deviceID)) {
131 case ID(0x1095, 0x0240):
132 case ID(0x1095, 0x3112):
133 case ID(0x1095, 0x3114):
134 case ID(0x1095, 0x3512):
135 case ID(0x1002, 0x436e): // ATI
136 case ID(0x1002, 0x4379): // ATI
137 case ID(
[all...]
/haiku/headers/os/bluetooth/
H A DLocalDevice.h53 hci_id ID() const;

Completed in 187 milliseconds

1234567891011>>