Searched refs:ID (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h17 PPPInterface(ppp_interface_id ID = PPP_UNDEFINED_INTERFACE_ID);
27 status_t SetTo(ppp_interface_id ID);
29 ppp_interface_id ID() const function in class:PPPInterface
56 //! Same as \c SetTo(copy.ID());
58 { SetTo(copy.ID()); return *this; }
59 //! Same as \c SetTo(ID);
60 PPPInterface& operator= (ppp_interface_id ID) argument
61 { SetTo(ID); return *this; }
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h43 bool (*DeleteInterface)(ppp_interface_id ID);
45 bool (*RemoveInterface)(ppp_interface_id ID);
48 net_device *(*RegisterInterface)(ppp_interface_id ID);
49 KPPPInterface *(*GetInterface)(ppp_interface_id ID);
51 bool (*UnregisterInterface)(ppp_interface_id ID);
53 status_t (*ControlInterface)(ppp_interface_id ID, uint32 op, void *data,
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp80 *_rootID = volume->RootNode()->ID();
120 info->dev = volume->ID();
121 info->root = volume->RootNode()->ID();
142 volume, node, node->ID(), entryName);
144 FETCH_SOURCE_VOLUME_AND_NODE(volume, node->ID());
196 FETCH_SOURCE_VOLUME_AND_NODE(volume, node->ID());
210 FETCH_SOURCE_VOLUME_AND_NODE(volume, node->ID());
226 FETCH_SOURCE_VOLUME_AND_NODE(volume, node->ID());
248 volume, node, node->ID(), cookie);
250 FETCH_SOURCE_VOLUME_AND_NODE(volume, node->ID());
[all...]
H A DNode.h17 ino_t ID() const { return fSourceID; } function in class:Node
18 // currently, we reuse the source-ID
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp29 notify_entry_created(fDirectory->GetVolume()->ID(),
50 notify_entry_removed(fDirectory->GetVolume()->ID(),
74 notify_entry_moved(fFromDirectory->GetVolume()->ID(),
94 notify_stat_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
115 notify_attribute_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp39 static KPPPInterface* GetInterface(ppp_interface_id ID);
125 DeleteInterface(ppp_interface_id ID) argument
133 if ((ppp_interface_id)pentry->accessing == ID) {
144 RemoveInterface(ppp_interface_id ID) argument
147 if (ID <= 0 || ID > ppp_interface_count)
154 if ((ppp_interface_id)pentry->accessing == ID) {
165 RegisterInterface(ppp_interface_id ID) argument
175 if ((ppp_interface_id)pentry->accessing == ID) {
196 GetInterface(ppp_interface_id ID) argument
218 UnregisterInterface(ppp_interface_id ID) argument
229 ControlInterface(ppp_interface_id ID, uint32 op, void* data, size_t length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c59 #define ID "wacom: " macro
126 DPRINTF_INFO((ID "add_device(%ld, %p)\n", dev, conf));
135 DPRINTF_ERR((ID "add_device() - wacom detected\n"));
146 DPRINTF_INFO((ID "add_device() - examining interface: %d\n", ifc));
149 DPRINTF_INFO((ID "add_device() - examining alt interface: "
160 DPRINTF_INFO((ID "add_device() - found input endpoint\n"));
186 DPRINTF_INFO((ID "add_device() - setting configuration...\n"));
188 dprintf(ID "add_device() -> "
192 DPRINTF_ERR((ID " ... success!\n"));
196 DPRINTF_INFO((ID "add_devic
[all...]
/haiku/src/add-ons/kernel/busses/ata/legacy_sata/
H A Dlegacy_sata.cpp48 #define ID(v,d) (((v)<< 16) | (d)) macro
76 // get vendor and device ID
82 switch (ID(vendor_id, device_id)) {
84 case ID(PCI_vendor_VIA, PCI_device_VIA6420):
85 case ID(PCI_vendor_VIA, PCI_device_VIA6421):
86 case ID(PCI_vendor_VIA, PCI_device_VIA8237A):
90 case ID(PCI_vendor_ALI, PCI_device_ALI5281):
91 case ID(PCI_vendor_ALI, PCI_device_ALI5287):
92 case ID(PCI_vendor_ALI, PCI_device_ALI5289):
96 case ID(PCI_vendor_NVIDI
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DVnodeToInode.h34 inline ino_t ID() const;
106 return fInode && fFileSystem && fInode->ID() == fFileSystem->Root()->ID();
118 VnodeToInode::ID() const function in class:VnodeToInode
H A DRPCCallback.h26 inline int32 ID();
49 Callback::ID() function in class:RPC::Callback
H A DRPCCallbackRequest.h24 inline uint32 ID();
55 CallbackRequest::ID() function in class:RPC::CallbackRequest
/haiku/src/kits/storage/
H A DAddOnImage.h22 image_id ID() const { return fID; } function in class:BPrivate::AddOnImage
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp41 Cluster(), Offset(), ID());
44 if (ID() == 1) {
51 fCache = file_cache_create(fVolume->ID(), ID(), Size());
52 fMap = file_map_create(fVolume->ID(), ID(), Size());
55 TRACE("Inode::Inode(%" B_PRIdINO ") end\n", ID());
75 TRACE("Inode::Inode(%" B_PRIdINO ") cluster %" B_PRIu32 "\n", ID(),
79 if (fInitStatus == B_OK && ID() != 1) {
82 fCache = file_cache_create(fVolume->ID(), I
[all...]
/haiku/src/kits/storage/disk_device/
H A DDiskDevicePrivate.cpp65 return (device->ID() == fID);
72 return (partition->ID() == fID);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStopCommand.cpp21 "%s [ <thread ID> ]\n"
22 "Stops the thread specified by <thread ID>, if supplied. Otherwise "
60 printf("Error: No thread with ID %ld\n", threadID);
67 thread->ID());
71 context.GetUserInterfaceListener()->ThreadActionRequested(thread->ID(),
H A DCliContinueCommand.cpp43 context.GetUserInterfaceListener()->ThreadActionRequested(thread->ID(),
/haiku/src/apps/installer/
H A DPartitionMenuItem.h23 partition_id ID() const;
/haiku/src/apps/terminal/
H A DActiveProcessInfo.h23 pid_t ID() const { return fID; } function in class:ActiveProcessInfo
/haiku/headers/private/debugger/settings/
H A DTeamUiSettings.h27 virtual const char* ID() const = 0;
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h31 virtual int32 ID() const = 0;
44 int32 ID() const;
55 int32 ID() const;
64 int32 ID() const;
75 int32 ID() const;
84 int32 ID() const;
94 int32 ID() const;
103 int32 ID() const;
113 int32 ID() const;
132 int32 ID() cons
[all...]
/haiku/src/kits/media/
H A DTimeSourceObjectManager.cpp49 PRINT(1, "Forcing release of TimeSource id %ld...\n", timeSource->ID());
96 timeSource->ID());
98 fMap.erase(timeSource->ID());
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp12 - "interface" [\c int32] (optional): the interface ID of the affected interface
143 \param ID The ID of the interface you want to watch.
148 PPPInterfaceListener::WatchInterface(ppp_interface_id ID) argument
150 if (ID == fInterface)
155 if (ID == PPP_UNDEFINED_INTERFACE_ID)
159 PPPInterface interface(ID);
167 fInterface = ID;
/haiku/src/bin/debug/profile/
H A DTeam.cpp118 thread->ID());
125 "%s\n", kCommandName, thread->ID(), strerror(sampleArea));
147 status_t error = set_thread_debugging_flags(fNubPort, thread->ID(),
155 message.thread = thread->ID();
168 kCommandName, thread->ID(), strerror(error));
177 resume_thread(thread->ID());
202 if (image->Owner() == ID())
211 if (thread->ID() == ID()) {
249 if (image->ID()
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp29 key.SetObjectID(inode->ID());
58 *_id = fInode->ID();
67 if (fInode->ID() == BTRFS_FIRST_SUBVOLUME) {
68 *_id = fInode->ID();
114 || fInode->ID() == BTRFS_FIRST_SUBVOLUME) {
115 *_id = fInode->ID();
124 key.SetObjectID(fInode->ID());
/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp55 PaperCap::ID() const function in class:PaperCap
71 PaperSourceCap::ID() const function in class:PaperSourceCap
89 ResolutionCap::ID() const function in class:ResolutionCap
105 OrientationCap::ID() const function in class:OrientationCap
121 PrintStyleCap::ID() const function in class:PrintStyleCap
137 BindingLocationCap::ID() const function in class:BindingLocationCap
152 ColorCap::ID() const function in class:ColorCap
169 ProtocolClassCap::ID() const function in class:ProtocolClassCap
186 DriverSpecificCap::ID() const function in class:DriverSpecificCap
201 ListItemCap::ID() cons function in class:ListItemCap
[all...]

Completed in 133 milliseconds

1234567891011>>