Searched refs:node (Results 426 - 450 of 965) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.h48 device_node* node; member in struct:__anon9
/haiku/src/apps/mail/
H A DStatus.cpp119 BNodeInfo* node; local
155 node = new BNodeInfo(&file);
156 node->SetType("text/plain");
157 delete node;
H A DPeople.h56 const entry_ref& ref, ino_t node);
80 const entry_ref& ref, ino_t node);
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGPrivate.h33 VirtioRNGDevice(device_node* node);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp164 // - you may only add a node with no current group.
168 // for a given node.)
171 NodeRef* node) {
176 // lock the manager first; if the node has no current group,
177 // this locks the node.
187 if(node->m_group) {
190 "!!! node already in group '%s'\n", node->m_group->name()));
197 m_nodes.push_back(node);
198 node
170 addNode( NodeRef* node) argument
249 removeNode( NodeRef* node) argument
[all...]
H A DConnection.h105 media_node_id sourceNode() const { return m_sourceNode.node; }
110 media_node_id destinationNode() const { return m_destinationNode.node; }
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp72 Node* node; local
73 while (iterator.GetCurrentEntry(&name, &node)) {
182 Node* node; local
183 while (iterator.GetCurrentEntry(&name, &node)) {
185 Volume* volume = fVolumeManager->GetVolume(node->GetID());
403 Node* node; local
404 while (dirIterator.GetCurrentEntry(&name, &node)) {
405 Volume* volume = fVolumeManager->GetVolume(node->GetID());
H A DVirtualDir.h24 bool GetCurrentEntry(const char** name, Node** node);
48 status_t SetTo(const char* name, Node* node);
H A DRootVolume.cpp136 RootVolume::IOCtl(Node* node, void* cookie, int cmd, void* buffer, argument
139 if (node != fRootNode)
315 Node* node; local
316 while (iterator.GetCurrentEntry(&name, &node)) {
318 ServerVolume* volume = dynamic_cast<ServerVolume*>(node->GetVolume());
321 fVolumeManager->GetVolume(node->GetID()));
/haiku/src/servers/print/
H A DPrinter.h49 Printer(const BDirectory* node, Resource* res);
59 static Printer* Find(node_ref* node);
/haiku/headers/os/storage/
H A DNodeInfo.h24 BNodeInfo(BNode* node);
27 status_t SetTo(BNode* node);
/haiku/src/servers/mail/
H A DMailDaemonApplication.h86 const BEntry& entry, const BNode& node);
88 static bool _IsPending(BNode& node);
/haiku/headers/private/mail/
H A Dmail_util.h26 status_t write_read_attr(BNode& node, read_flags flag);
27 status_t read_read_attr(BNode& node, read_flags& flag);
/haiku/src/apps/cortex/InfoView/
H A DLiveNodeInfoView.cpp72 : InfoView(ref->name(), B_TRANSLATE("Live media node"),
88 s << ref->node().port;
90 if (get_port_info(ref->node().port, &portInfo) == B_OK)
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp69 m_nodeKind(nodeInfo.node.kind) {
161 if ((roster && (roster->GetRefFor(nodeInfo.node, &ref) == B_OK))
168 && (roster->GetDormantNodeFor(nodeInfo.node, &dormantNodeInfo) == B_OK)) {
169 D_INTERNAL((" -> instantiated from dormant node\n"));
173 D_INTERNAL((" -> application internal node\n"));
176 if ((get_port_info(nodeInfo.node.port, &portInfo) == B_OK)
183 // only use app icon if the node doesn't belong to our team
227 // get the media_types supported by this node
235 if (roster->GetFreeInputsFor(nodeInfo.node, inputs, numberOfInputs,
249 if (roster->GetConnectedInputsFor(nodeInfo.node, input
[all...]
/haiku/src/add-ons/kernel/bus_managers/isa/
H A Disa.cpp80 isa_init_driver(device_node *node, void **cookie) argument
82 *cookie = node;
/haiku/src/add-ons/kernel/busses/ata/ide_isa/
H A Dide_isa.c33 // private node item:
57 device_node *node; member in struct:channel_info
61 /*! publish node of an ata channel */
307 init_channel(device_node *node, void **_cookie) argument
319 if (sDeviceManager->get_attr_uint16(node, ATA_ISA_COMMAND_BLOCK_BASE, &command_block_base, false) != B_OK
320 || sDeviceManager->get_attr_uint16(node, ATA_ISA_CONTROL_BLOCK_BASE, &control_block_base, false) != B_OK
321 || sDeviceManager->get_attr_uint8(node, ATA_ISA_INTNUM, &irq, false) != B_OK)
324 parent = sDeviceManager->get_parent_node(node);
336 channel->node = node;
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h63 struct fs_node *nlnext; /* node list */
67 struct fs_file_cookie *opened; /* opened on this node */
104 struct fs_node *node; member in struct:fs_file_cookie
124 int websearchfs_event(fs_nspace *ns, fs_node *node, int flags);
/haiku/src/add-ons/kernel/busses/pci/designware/
H A Dkernel_interface.cpp20 .init_driver = [](device_node* node, void** driverCookie) {
21 return DWPCIController::InitDriver(node, *(DWPCIController**)driverCookie);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A Dkernel_interface.cpp21 .init_driver = [](device_node* node, void** driverCookie) {
22 return ECAMPCIController::InitDriver(node, *(ECAMPCIController**)driverCookie);
/haiku/src/add-ons/kernel/busses/pci/x86/
H A Dkernel_interface.cpp20 .init_driver = [](device_node* node, void** driverCookie) {
21 return X86PCIController::InitDriver(node, *(X86PCIController**)driverCookie);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.cpp27 fInfo.info = strdup("This node displays a simple video window");
96 VideoNode* node = new VideoNode("Video Node", this, info->internal_id); local
98 return node;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp262 VNodeRemover(Volume* volume, VNode* node) argument
265 fNode(node)
353 // put_vnode() could put the last reference, thus causing the node to be
380 // lookup the node
382 VNode* node = fVNodes->Lookup(vnid); local
383 if (node != NULL) {
384 // The node is already known -- this is an error.
388 // get the ops vector for the node
393 // create the node
394 node
434 VNode* node = fVNodes->Lookup(vnid); local
847 VNode* node = fVNodes->Clear(true); local
1128 WriteVNode(void* node, bool reenter) argument
1752 Link(void* _dir, const char* name, void* node) argument
1929 ReadStat(void* node, struct stat* st) argument
2101 Close(void* node, void* cookie) argument
2116 FreeCookie(void* node, void* cookie) argument
2376 CloseDir(void* node, void* cookie) argument
2391 FreeDirCookie(void* node, void* cookie) argument
2564 CloseAttrDir(void* node, void* cookie) argument
2580 FreeAttrDirCookie(void* node, void* cookie) argument
2803 CloseAttr(void* node, void* cookie) argument
2818 FreeAttrCookie(void* node, void* cookie) argument
[all...]
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp95 BNode node; local
97 status_t err = node.SetTo(&entry);
99 *_entryIsDir = node.IsDirectory();
104 || node.GetAttrInfo(kFileTypeAttr, &info) == B_ENTRY_NOT_FOUND) {
121 ssize_t bytes = node.WriteAttr(kFileTypeAttr, kFileTypeType, 0, type,
133 if (!err && updateAppInfo && node.IsFile()
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp19 NameCacheEntry::NameCacheEntry(const char* name, ino_t node) argument
21 fNode(node),
125 DirectoryCache::AddEntry(const char* name, ino_t node, bool created) argument
129 NameCacheEntry* entry = new(std::nothrow) NameCacheEntry(name, node);
141 NameCacheEntry* entry = new(std::nothrow) NameCacheEntry(name, node);
154 name, node);

Completed in 217 milliseconds

<<11121314151617181920>>