Searched refs:node (Results 401 - 425 of 965) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/resedit/
H A DResourceData.cpp89 ResourceData::SetFromAttribute(const char *name, BNode &node) argument
92 if (node.GetAttrInfo(name, &info) != B_OK) {
108 ssize_t size = node.ReadAttr(name, info.type, 0, (void*)fData, fLength);
/haiku/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c60 example_init_driver(device_node_handle node, void *userCookie, void **cookie) argument
76 example_device_removed(device_node_handle node, void *cookie) argument
83 example_device_cleanup(device_node_handle node) argument
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h103 static BackgroundImage* GetBackgroundImage(const BNode* node,
105 // create a BackgroundImage object by reading it from a node
127 status_t SetBackgroundImage(BNode* node);
138 BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
H A DImageFilePanel.h26 bool Filter(const entry_ref* ref, BNode* node,
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp80 const media_node& node,
83 m_node(node),
114 // for the node, a M_SYNC_COMPLETE message with the given
186 m.AddInt32("nodeID", m_node.node);
79 NodeSyncThread( const media_node& node, BMessenger* messenger) argument
H A DNodeSyncThread.h45 // until a particular performace time arrives for that node.
82 const media_node& node,
87 // for the node, a M_SYNC_COMPLETE message with the given
97 // the node to watch
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp244 BNode node(docRef);
245 if (node.InitCheck() == B_OK) {
246 BNodeInfo nodeInfo(&node);
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h47 extern intptr_t of_child(intptr_t node);
48 extern intptr_t of_peer(intptr_t node);
49 extern intptr_t of_parent(intptr_t node);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
30 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, int node,
33 int node, int str_idx)
109 int node, int str_idx,
199 const re_token_t *node, int idx)
694 if nmatch > 1, or this dfa has "multibyte node", which is a
695 back-reference or a node which can accept multibyte character or
1208 check_halt_node_context (const re_dfa_t *dfa, int node, unsigned int context)
1210 re_token_type_t type = dfa->nodes[node].type;
1211 unsigned int constraint = dfa->nodes[node]
1205 check_halt_node_context(const re_dfa_t *dfa, int node, unsigned int context) argument
1246 proceed_next_node(const re_match_context_t *mctx, int nregs, regmatch_t *regs, int *pidx, int node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1834 sub_epsilon_src_nodes(const re_dfa_t *dfa, int node, re_node_set *dest_nodes, const re_node_set *candidates) argument
1930 int node = eclosures->elems[node_idx]; local
2053 int node = dest_nodes->elems[node_idx]; local
2077 int node = dest_nodes->elems[node_idx]; local
2097 int node = dest_nodes->elems[node_idx]; local
2123 int node_idx, node; local
2430 int node = cur_nodes->elems[node_idx]; local
2571 const re_token_t *node = dfa->nodes + node_idx; local
2858 const re_token_t *node = dfa->nodes + cls_node; local
3541 re_token_t *node = &dfa->nodes[cur_nodes->elems[i]]; local
3719 const re_token_t *node = dfa->nodes + node_idx; local
4019 check_node_accept(const re_match_context_t *mctx, const re_token_t *node, int idx) argument
4201 match_ctx_add_entry(re_match_context_t *mctx, int node, int str_idx, int from, int to) argument
4273 match_ctx_add_subtop(re_match_context_t *mctx, int node, int str_idx) argument
4303 match_ctx_add_sublast(re_sub_match_top_t *subtop, int node, int str_idx) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp173 udf_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *node, int *_type, argument
192 node->private_node = icb;
193 node->ops = &gUDFVnodeOps;
216 Icb *node = NULL; local
223 status = get_vnode(volume->FSVolume(), *vnodeID, (void **)&node);
243 udf_put_vnode(fs_volume *volume, fs_vnode *node, bool reenter) argument
245 TRACE(("udf_put_vnode: volume = %p, node = %p\n", volume, node));
249 DEBUG_INIT_ETC(NULL, ("node: %p", node));
270 udf_read_stat(fs_volume *_volume, fs_vnode *node, struct stat *stat) argument
427 udf_close_dir(fs_volume *_volume, fs_vnode *node, void *_cookie) argument
435 udf_free_dir_cookie(fs_volume *_volume, fs_vnode *node, void *_cookie) argument
[all...]
/haiku/src/add-ons/kernel/busses/ata/it8211/
H A Dit8211.c102 init_channel(device_node *node, void **channelCookie) argument
104 return sATAAdapter->init_channel(node,
125 init_controller(device_node *node, void **cookie) argument
127 return sATAAdapter->init_controller(node,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h48 status_t AddNode(Node* node);
49 void RemoveNode(Node* node);
51 status_t LoadNode(const struct stat& st, Node** node);
77 status_t GetPath(Node* node, Path* path);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerAddOn.h25 virtual status_t GetConfigurationFor(BMediaNode* node,
/haiku/src/apps/tv/
H A DController.h43 void SetVideoNode(VideoNode *node);
/haiku/src/preferences/mail/
H A DAutoConfig.h80 bool ReadProviderInfo(BNode *node, provider_info* info);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingNode.h28 virtual bool IsOnlyPackageNode(PackageNode* node) const = 0;
/haiku/src/add-ons/kernel/busses/ata/generic_ide_pci/
H A Dgeneric_ide_pci.cpp108 init_channel(device_node *node, void **channel_cookie) argument
110 return sATAAdapter->init_channel(node,
131 init_controller(device_node *node, ata_adapter_controller_info **cookie) argument
133 return sATAAdapter->init_controller(node, cookie,
174 // make sure parent is an PCI IDE mass storage host adapter device node
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h22 bool Filter(const entry_ref* ref, BNode* node,
/haiku/src/libs/uuid/
H A Dparse.c74 uuid.node[i] = strtoul(buf, NULL, 16);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.cpp23 VariableEditWindow::VariableEditWindow(Value* initialValue, ValueNode* node, argument
31 fNode(node),
56 VariableEditWindow::Create(Value* initialValue, ValueNode* node, argument
59 VariableEditWindow* self = new VariableEditWindow(initialValue, node,
146 message.AddPointer("node", fNode);
/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp23 AppRefFilter::Filter(const entry_ref *ref, BNode *node, argument
/haiku/src/kits/app/
H A DMessageUtils.cpp121 memcpy((void *)buffer, (const void *)&ref->node, sizeof(ref->node));
122 buffer += sizeof(ref->node);
138 memcpy((void *)&ref->node, (const void *)buffer, sizeof(ino_t));
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp95 VSTNode* node = new VSTNode(this, plugin->ModuleName(), plugin->Path()); local
96 return node;
129 VSTAddOn::GetConfigurationFor(BMediaNode* node, BMessage* message) argument
141 VSTAddOn::AutoStart(int count, BMediaNode** node, int32* id, bool* more) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.h30 status_t set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters,
/haiku/src/add-ons/kernel/network/dns_resolver/server/
H A Dmain.cpp104 const char* node = buffer[0] == '\0' ? NULL : buffer; local
105 uint32 nodeSize = node != NULL ? strlen(node) + 1 : 1;
114 status_t result = getaddrinfo(node, service, hints, &ai);

Completed in 120 milliseconds

<<11121314151617181920>>