Searched refs:node (Results 276 - 300 of 965) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h33 virtual void ValueNodeChildrenCreated(ValueNode* node);
34 virtual void ValueNodeChildrenDeleted(ValueNode* node);
35 virtual void ValueNodeValueChanged(ValueNode* node);
/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp77 ValueNode* node = new(std::nothrow) CStringValueNode(nodeChild,
80 if (node == NULL)
83 _node = node;
/haiku/src/apps/mail/
H A DQueryList.h26 const entry_ref& ref, ino_t node) = 0;
52 void _AddEntry(const entry_ref& ref, ino_t node);
55 ino_t node);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.h22 Attribute(Volume *volume, Node *node, const char *name, uint32 type = 0);
27 void SetNode(Node *node) { fNode = node; } argument
H A DQuery.cpp235 static const off_t NodeGetSize(Node* node) argument
237 return node->GetSize();
240 static time_t NodeGetLastModifiedTime(Node* node) argument
242 return node->GetMTime();
245 static status_t NodeGetAttribute(Node* node, const char* attribute, argument
249 status_t error = node->FindAttribute(attribute, &attr);
259 static Entry* NodeGetFirstReferrer(Node* node) argument
261 return node->GetFirstReferrer();
264 static Entry* NodeGetNextReferrer(Node* node, Entry* entry) argument
266 return node
334 LiveUpdate(Entry* entry, Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
[all...]
/haiku/headers/os/interface/
H A DIconUtils.h22 static status_t GetIcon(BNode* node,
28 static status_t GetVectorIcon(BNode* node,
34 static status_t GetCMAP8Icon(BNode* node,
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.cpp177 const bfs_inode *node = inode->InodeBuffer(); local
179 if (node->data.direct[i].IsZero())
182 off_t start = fDisk->ToBlock(node->data.direct[i]);
183 off_t end = start + node->data.direct[i].length;
186 //dump_inode(node);
194 if (node->data.max_indirect_range == 0 || node->data.indirect.IsZero())
197 // printf("c: %lld\n",fDisk->ToBlock(node->data.indirect));
198 BackupSetAt(fDisk->ToBlock(node->data.indirect), used);
205 int32 bytes = node
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp31 : addon( aaddon ), dev_path( adev_path ), id( aid ), node( NULL )
104 // if new_settings are provided, use them; else, ask node for settings
105 // (needed during shutdown where node cannot reply anymore)
110 if( node == NULL )
113 if( addon->GetConfigurationFor( node, &cur_settings ) != B_OK )
236 CRadeonAddOn::UnregisterNode( BMediaNode *node, BMessage *settings ) argument
243 if( plug->getNode() == node ) {
291 CRadeonProducer *node; local
305 node = NULL;
315 node
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp12 struct node { struct
13 node() function in struct:node
17 node(const BRect& r, int32 maxPointers) function in struct:node
21 ~node()
29 pointers = new node*[maxPointers];
34 void push(node* node) argument
36 pointers[next_pointer] = node;
39 node* top()
43 node* po
[all...]
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp156 struct node { struct
157 node() function in struct:node
161 node(const BRect& r, int32 maxPointers) function in struct:node
165 ~node()
173 pointers = new node*[maxPointers];
178 void push(node* node) argument
180 pointers[next_pointer] = node;
183 node* top()
187 node* po
[all...]
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp182 make_entry_ref(info->dir_nref.device, info->dir_nref.node,
190 fServer->_AddOnAdded(path.Path(), info->nref.node);
197 fServer->_AddOnRemoved(info->nref.node);
266 ERROR("System time source got wrong node ID");
267 media_node node = fSystemTimeSource->Node(); local
268 result = MediaRosterEx(fMediaRoster)->SetNode(SYSTEM_TIME_SOURCE, &node);
387 request->creator_team, &reply.node);
509 "dormant node: %s\n", strerror(status));
609 media_node& node = *iterator; local
611 printf("node
719 media_node node; local
753 BMediaNode* node; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp168 SourcePathComponentNode* node)
170 return name->Compare(node->ComponentName());
223 const SourcePathComponentNode* node local
226 const RegExp::MatchResult& match = node->FilterMatch();
247 const SourcePathComponentNode* node local
250 BVariant tempValue(node->ComponentName(), B_VARIANT_DONT_COPY_DATA);
404 SourcePathComponentNode* node = (SourcePathComponentNode*)object;
408 value.SetTo(node);
413 FunctionInstance* function = node->Function();
428 SourcePathComponentNode* node local
167 CompareByComponentName(const BString* name, const SourcePathComponentNode* node) argument
442 SourcePathComponentNode* node = NULL; local
486 SourcePathComponentNode* node = fChildPathComponents.ItemAt( local
[all...]
/haiku/src/servers/index/
H A DVolumeWatcher.h34 dev_t device, ino_t node);
36 dev_t device, ino_t node);
40 ino_t node, dev_t nodeDevice);
41 void StatChanged(ino_t node, dev_t device,
140 bool FindEntryRef(ino_t node, dev_t device,
/haiku/headers/private/print/
H A DJobs.h61 Folder* fFolder; // the handler that watches the node of the job file
64 node_ref fNode; // the node of the job file
72 bool HasAttribute(BNode* node, const char* name);
110 Job* Find(node_ref* node);
113 void EntryCreated(node_ref* node, entry_ref* entry);
114 void EntryRemoved(node_ref* node);
115 void AttributeChanged(node_ref* node);
/haiku/headers/build/os/storage/
H A DNode.h17 /*! <b>node_ref</b> - A node reference.
34 ino_t node; member in struct:node_ref
56 BNode(const BNode &node);
86 BNode& operator=(const BNode &node);
87 bool operator==(const BNode &node) const;
88 bool operator!=(const BNode &node) const;
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_module.cpp19 mmc_bus_init(device_node* node, void** _device) argument
22 MMCBus* device = new(std::nothrow) MMCBus(node);
81 mmc_bus_execute_command(device_node* node, void* cookie, uint16_t rca, argument
97 mmc_bus_do_io(device_node* node, void* cookie, uint16_t rca, uint8_t command, argument
112 mmc_bus_set_width(device_node* node, void* cookie, int width) argument
146 NULL, // register node
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp46 of a node and the index of a child node.
164 A TreeIterator is usually initialized to the root node of the tree
242 - \c FORWARD: Forward/to the right. Goes to the next child node of the
243 current node.
244 - \c BACKWARDS: Forward/to the right. Goes to the previous child node of
245 the current node.
246 - \c UP: Up one level (in root direction). Goes to the parent node of
247 the current node. The current node i
293 Node *node = NULL; local
319 GoToPreviousLeaf(LeafNode **node) argument
361 GoToNextLeaf(LeafNode **node) argument
398 FindRightMostLeaf(const VKey *k, LeafNode **node) argument
479 Node *node = NULL; local
495 _SearchRightMost(InternalNode *node, const VKey *k, int32 *index) argument
564 LeafNode *node = NULL; local
579 LeafNode *node = NULL; local
605 LeafNode *node = NULL; local
649 LeafNode *node = fTreeIterator.GetNode()->ToLeafNode(); local
741 _SearchRightMost(LeafNode *node, const VKey *k, int32 *index) const argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp124 // - does NOT apply operation to origin node.
283 " source node: %ld\n"
286 " dest node: %ld\n"
491 // on a given node. Returns an invalid connection and B_BAD_VALUE
495 media_node_id node,
504 con_map::const_iterator it = m_conSourceMap.lower_bound(node);
505 con_map::const_iterator itEnd = m_conSourceMap.upper_bound(node);
518 media_node_id node,
527 con_map::const_iterator it = m_conDestinationMap.lower_bound(node);
528 con_map::const_iterator itEnd = m_conDestinationMap.upper_bound(node);
494 findConnection( media_node_id node, const media_source& source, Connection* outConnection) const argument
517 findConnection( media_node_id node, const media_destination& destination, Connection* outConnection) const argument
842 NodeRef* node = sourceGroup->nodeAt(n-1); local
881 operator ()( NodeRef* node) argument
985 media_node node; local
1115 reference( BMediaNode* node, NodeRef** outRef, uint32 nodeFlags) argument
1605 media_node node; local
1726 _addRefFor( const media_node& node, uint32 nodeFlags, uint32 nodeImplFlags) argument
1937 media_node node; local
[all...]
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dscsi_raw.c148 raw_init_device(device_node_handle node, void *user_cookie, void **cookie) argument
159 device->node = node;
162 res = pnp->init_driver(pnp->get_parent(node), NULL,
181 pnp->uninit_driver(pnp->get_parent(device->node));
193 raw_device_added(device_node_handle node) argument
201 if (pnp->get_attr_uint8(node, SCSI_BUS_PATH_ID_ITEM, &path_id, true) != B_OK
202 || pnp->get_attr_uint8(node, SCSI_DEVICE_TARGET_ID_ITEM, &target_id, true) != B_OK
203 || pnp->get_attr_uint8(node, SCSI_DEVICE_TARGET_LUN_ITEM, &target_lun, true) != B_OK)
229 return pnp->register_device(node, attr
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp71 acpi_enumerate_child_devices(device_node* node, const char* root) argument
153 status_t status = gDeviceManager->register_node(node,
166 acpi_enumerate_child_devices(node, result);
179 device_node* node = (device_node*)cookie; local
181 status_t status = gDeviceManager->publish_device(node, "acpi/namespace",
185 status = gDeviceManager->publish_device(node, "acpi/call",
205 gDeviceManager->register_node(node, ACPI_DEVICE_MODULE_NAME, attrs,
223 gDeviceManager->register_node(node, ACPI_DEVICE_MODULE_NAME, attrs,
228 return acpi_enumerate_child_devices(node, "\\");
233 acpi_module_init(device_node* node, voi argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c35 device_node* node; member in struct:acpi_ns_device_info
253 acpi_thermal_register_device(device_node *node) argument
260 return sDeviceManager->register_node(node, ACPI_THERMAL_MODULE_NAME, attrs,
266 acpi_thermal_init_driver(device_node* node, void** _driverCookie) argument
268 *_driverCookie = node;
282 device_node* node = _cookie; local
294 return sDeviceManager->publish_device(node, name,
302 device_node* node = (device_node*)_cookie; local
310 device->node = node;
[all...]
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriterAddOn.cpp71 MediaWriter * node local
75 if (node == 0) {
79 *out_error = node->InitCheck();
81 return node;
89 MediaWriter * node local
91 if (node == 0) {
95 return node->GetConfigurationFor(into_message);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp27 /* Customize these parameters to match those of your node */
116 VideoProducer *node; local
144 /* At most one instance of the node should be instantiated at any given
147 node = new VideoProducer(this, cam, cam->FlavorInfo()->name, cam->FlavorInfo()->internal_id);
148 if (node && (node->InitCheck() < B_OK)) {
149 delete node;
150 node = NULL;
153 return node;
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp50 BNode node(fUrl.Path().String());
52 if (node.IsSymLink()) {
55 node = BNode(&entry);
59 if (node.IsFile()) {
119 status_t error = node.GetNodeRef(&ref);
125 assert(node.IsDirectory());
174 eplf << "i" << ref.device << "." << ref.node << ",";
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CBus.cpp10 I2CBus::I2CBus(device_node *node, uint8 id) argument
12 fNode(node),
18 device_node *parent = gDeviceManager->get_parent_node(node);
114 i2c_init_bus(device_node *node, void **_bus) argument
118 if (gDeviceManager->get_attr_uint8(node, I2C_BUS_PATH_ID_ITEM, &pathID,
123 I2CBus *bus = new(std::nothrow) I2CBus(node, pathID);
138 return gDeviceManager->publish_device(node, name, I2C_BUS_RAW_MODULE_NAME);
214 NULL, // register node

Completed in 271 milliseconds

<<11121314151617181920>>