Searched refs:node (Results 226 - 250 of 2115) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_stlin.cpp48 bool wxStaticLineXmlHandler::CanHandle(wxXmlNode *node) argument
50 return IsOfClass(node, wxT("wxStaticLine"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.c110 * @doc: the document containing the node
111 * @node: the node pointer itself
113 * Check whether the given node carries the attributes needed
119 * Returns the xlinkType of the node (XLINK_TYPE_NONE if there is no
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxlink.c110 * @doc: the document containing the node
111 * @node: the node pointer itself
113 * Check whether the given node carries the attributes needed
119 * Returns the xlinkType of the node (XLINK_TYPE_NONE if there is no
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dcpumap.c37 int child_start; /* Array index of the first child node */
38 int child_end; /* Array index of the last child node */
39 int rover; /* Child node iterator */
43 int start_index; /* Index of first node of a level in a cpuinfo tree */
44 int end_index; /* Index of last node of a level in a cpuinfo tree */
70 * Go to next NUMA node when all cores are used.
136 num_nodes = 1; /* Include the root node */
182 * assumed to be sorted in ascending order based on node, core_id, and
188 struct cpuinfo_node *node; local
212 node
300 struct cpuinfo_node *node = &t->nodes[node_index]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddswscope.c100 acpi_ds_scope_stack_push(struct acpi_namespace_node *node, argument
109 if (!node) {
133 scope_info->scope.node = node;
147 scope.node),
156 acpi_ut_get_node_name(scope_info->scope.node),
197 acpi_ut_get_node_name(scope_info->scope.node),
205 scope.node),
H A Dacnamesp.h80 /* Always emit warning message, not dependent on node flags */
97 acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node);
154 void acpi_ns_delete_node(struct acpi_namespace_node *node);
156 void acpi_ns_remove_node(struct acpi_namespace_node *node);
163 void acpi_ns_detach_object(struct acpi_namespace_node *node);
206 acpi_ns_check_predefined_names(struct acpi_namespace_node *node,
213 *node);
217 struct acpi_namespace_node *node,
227 acpi_ns_build_external_path(struct acpi_namespace_node *node,
230 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dnvs.c27 struct list_head node; member in struct:nvs_page
52 list_add_tail(&entry->node, &nvs_list);
63 list_for_each_entry_safe(entry, next, &nvs_list, node) {
64 list_del(&entry->node);
77 list_for_each_entry(entry, &nvs_list, node)
95 list_for_each_entry(entry, &nvs_list, node) {
114 list_for_each_entry(entry, &nvs_list, node)
133 list_for_each_entry(entry, &nvs_list, node)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxlink.c110 * @doc: the document containing the node
111 * @node: the node pointer itself
113 * Check whether the given node carries the attributes needed
119 * Returns the xlinkType of the node (XLINK_TYPE_NONE if there is no
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.c110 * @doc: the document containing the node
111 * @node: the node pointer itself
113 * Check whether the given node carries the attributes needed
119 * Returns the xlinkType of the node (XLINK_TYPE_NONE if there is no
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
133 } else if ((node->ns != NULL) &&
134 (xmlStrEqual(node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dcore.c199 struct pnp_bios_node *node; local
205 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
206 if (!node)
208 if (pnp_bios_get_dev_node(&nodenum, (char)PNPMODE_DYNAMIC, node)) {
209 kfree(node);
212 pnpbios_read_resources_from_node(dev, node);
214 kfree(node);
221 struct pnp_bios_node *node; local
228 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
229 if (!node)
246 pnpbios_zero_data_stream(struct pnp_bios_node *node) argument
273 struct pnp_bios_node *node; local
306 insert_device(struct pnp_bios_node *node) argument
352 struct pnp_bios_node *node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontenum.cpp53 wxFontBundleList::Node *node; local
60 for (node = list.GetFirst(); node; node = node->GetNext())
62 f = node->GetData();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dblock_validity.c25 struct rb_node node; member in struct:ext4_system_zone
64 struct rb_node **n = &sbi->system_blks.rb_node, *node; local
69 entry = rb_entry(parent, struct ext4_system_zone, node);
81 node);
93 new_node = &new_entry->node;
100 node = rb_prev(new_node);
101 if (node) {
102 entry = rb_entry(node, struct ext4_system_zone, node);
106 rb_erase(node,
126 struct rb_node *node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_lsdb.h35 struct route_node *node; member in struct:ospf6_lsdb_node
49 #define ospf6_lsdb_is_end(lsdb_node) ((lsdb_node)->node == NULL ? 1 : 0)
70 void ospf6_lsdb_head (struct ospf6_lsdb_node *node, struct ospf6_lsdb *lsdb);
71 void ospf6_lsdb_type (struct ospf6_lsdb_node *node, u_int16_t type,
73 void ospf6_lsdb_type_router (struct ospf6_lsdb_node *node, u_int16_t type,
75 void ospf6_lsdb_next (struct ospf6_lsdb_node *node);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dif.c114 listnode node;
117 for (node = listhead (iflist); node; nextnode (node))
119 ifp = getdata (node);
129 listnode node;
132 for (node = listhead (iflist); node; nextnode (node))
134 ifp = getdata (node);
112 listnode node; local
127 listnode node; local
143 listnode node; local
159 listnode node; local
189 listnode node; local
357 listnode node; local
371 listnode node; local
455 listnode node; variable
553 struct listnode *node; local
600 listnode node; local
617 listnode node; local
693 listnode node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Davc.c191 struct avc_node *node; local
205 hlist_for_each_entry_rcu(node, next, head, list)
222 struct avc_node *node = container_of(rhead, struct avc_node, rhead); local
223 kmem_cache_free(avc_node_cachep, node);
227 static void avc_node_delete(struct avc_node *node) argument
229 hlist_del_rcu(&node->list);
230 call_rcu(&node->rhead, avc_node_free);
234 static void avc_node_kill(struct avc_node *node) argument
236 kmem_cache_free(avc_node_cachep, node);
250 struct avc_node *node; local
285 struct avc_node *node; local
301 avc_node_populate(struct avc_node *node, u32 ssid, u32 tsid, u16 tclass, struct av_decision *avd) argument
311 struct avc_node *node, *ret = NULL; local
344 struct avc_node *node; local
398 struct avc_node *pos, *node = NULL; local
597 struct avc_node *pos, *node, *orig = NULL; local
673 struct avc_node *node; local
746 struct avc_node *node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dconditional.c85 * current state of the node it sets the rules in the true/false
89 int evaluate_cond_node(struct policydb *p, struct cond_node *node) argument
94 new_state = cond_evaluate_expr(p, node->expr);
95 if (new_state != node->cur_state) {
96 node->cur_state = new_state;
100 for (cur = node->true_list; cur; cur = cur->next) {
102 cur->node->key.specified &= ~AVTAB_ENABLED;
104 cur->node->key.specified |= AVTAB_ENABLED;
107 for (cur = node->false_list; cur; cur = cur->next) {
110 cur->node
142 cond_node_destroy(struct cond_node *node) argument
394 cond_read_node(struct policydb *p, struct cond_node *node, void *fp) argument
455 struct cond_node *node, *last = NULL; local
498 struct avtab_node *node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_uuid.c36 memcpy(ptr->info+10, uu.node, 6);
45 memcpy(uu->node, in.info+10, 6);
74 uu.node[0], uu.node[1], uu.node[2],
75 uu.node[3], uu.node[4], uu.node[5]);
88 uu.node[0], uu.node[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_mm.c83 struct drm_mm_node *node; local
88 node = kzalloc(sizeof(*node), GFP_KERNEL);
91 if (unlikely(node == NULL)) {
97 list_add_tail(&node->free_stack, &mm->unused_nodes);
150 struct drm_mm_node *drm_mm_get_block_generic(struct drm_mm_node *node, argument
160 tmp = node->start % alignment;
164 drm_mm_split_at_start(node, alignment - tmp, atomic);
169 if (node->size == size) {
170 list_del_init(&node
183 drm_mm_get_block_range_generic(struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long start, unsigned long end, int atomic) argument
404 drm_mm_scan_add_block(struct drm_mm_node *node) argument
481 drm_mm_scan_remove_block(struct drm_mm_node *node) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmachine_kexec.c180 static void __init export_crashk_values(struct device_node *node) argument
186 prop = of_find_property(node, "linux,crashkernel-base", NULL);
188 prom_remove_property(node, prop);
190 prop = of_find_property(node, "linux,crashkernel-size", NULL);
192 prom_remove_property(node, prop);
195 prom_add_property(node, &crashk_base_prop);
197 prom_add_property(node, &crashk_size_prop);
203 struct device_node *node; local
206 node = of_find_node_by_path("/chosen");
207 if (!node)
[all...]
H A Dpci_of_scan.c66 * of_pci_parse_addrs - Parse PCI addresses assigned in the device tree node
67 * @node: device tree node for the PCI device
71 * device tree node and writes them into the associated pci_dev structure.
73 static void of_pci_parse_addrs(struct device_node *node, struct pci_dev *dev) argument
82 addrs = of_get_property(node, "assigned-addresses", &proplen);
116 * of_create_pci_dev - Given a device tree node on a pci bus, create a pci_dev
117 * @node: device tree node pointer
121 struct pci_dev *of_create_pci_dev(struct device_node *node, argument
205 of_scan_pci_bridge(struct device_node *node, struct pci_dev *dev) argument
299 __of_scan_bus(struct device_node *node, struct pci_bus *bus, int rescan_existing) argument
350 of_scan_bus(struct device_node *node, struct pci_bus *bus) argument
365 of_rescan_bus(struct device_node *node, struct pci_bus *bus) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp204 wxMenuItemList::Node *node = GetMenuItems().Item(m_startRadioGroup); local
206 if ( node )
208 node->GetData()->SetRadioGroupEnd(count);
247 wxMenuItemList::Node *node = GetMenuItems().GetFirst(); local
248 for ( pos = 0; node; pos++ )
250 if ( node->GetData() == item )
253 node = node->GetNext();
257 wxCHECK_MSG( node, NULL, wxT("bug in wxMenu::Remove logic") );
316 wxMenuItemList::Node *node local
334 wxMenuItemList::Node *node = GetMenuItems().GetFirst(); local
363 wxMenuItemList::Node *node; local
406 wxMenuItemList::Node *node; local
548 wxMenuItemList::Node *node; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci_32.c46 make_one_node_map(struct device_node *node, u8 pci_bus) argument
53 bus_range = of_get_property(node, "bus-range", &len);
56 "assuming it starts at 0\n", node->full_name);
61 for_each_child_of_node(node, node) {
65 class_code = of_get_property(node, "class-code", NULL);
70 reg = of_get_property(node, "reg", NULL);
78 make_one_node_map(node, dev->subordinate->number);
105 struct device_node *node = hose->dn; local
107 if (!node)
133 struct device_node *node; local
242 find_OF_pci_device_filter(struct device_node *node, void *data) argument
251 pci_device_from_OF_node(struct device_node *node, u8 *bus, u8 *devfn) argument
317 struct device_node *node = hose->dn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp101 wxObjectList::compatibility_iterator node = GetRegions().GetFirst(); local
102 while (node)
104 wxShapeRegion *region = (wxShapeRegion *)node->GetData();
120 if ((y <= maxY) && (node->GetNext()))
132 node = node->GetNext();
156 wxObjectList::compatibility_iterator node = GetRegions().GetFirst(); local
157 while (node)
159 wxShapeRegion *region = (wxShapeRegion *)node->GetData();
172 node
244 wxObjectList::compatibility_iterator node = GetRegions().Item(i); local
297 wxObjectList::compatibility_iterator node = m_attachmentPoints.GetFirst(); local
340 wxObjectList::compatibility_iterator node = GetRegions().GetFirst(); local
378 wxObjectList::compatibility_iterator node = m_controlPoints.GetFirst(); local
621 wxObjectList::compatibility_iterator node = dividedObject->GetRegions().Item(regionId); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h28 /* Root node of the prom device tree, this stays constant after
115 /* Acquire the IDPROM of the root node in the prom device tree. This
171 /* Start the CPU with the given device tree node, context table, and context
177 /* Stop the CPU with the passed device tree node. */
180 /* Idle the CPU with the passed device tree node. */
183 /* Re-Start the CPU with the passed device tree node. */
206 /* Get the child node of the given node, or zero if no child exists. */
209 /* Get the next sibling node of the given node, o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive-util.c366 dbus_bool_t (* construct) (TestTypeNode *node);
367 void (* destroy) (TestTypeNode *node);
369 dbus_bool_t (* write_value) (TestTypeNode *node,
373 dbus_bool_t (* read_value) (TestTypeNode *node,
376 dbus_bool_t (* set_value) (TestTypeNode *node,
380 dbus_bool_t (* build_signature) (TestTypeNode *node,
382 dbus_bool_t (* write_multi) (TestTypeNode *node,
387 dbus_bool_t (* read_multi) (TestTypeNode *node,
403 static dbus_bool_t int16_write_value (TestTypeNode *node,
407 static dbus_bool_t int16_read_value (TestTypeNode *node,
938 TestTypeNode *node; local
959 node_destroy(TestTypeNode *node) argument
967 node_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
985 node_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
1002 node_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
1014 node_build_signature(TestTypeNode *node, DBusString *str) argument
1024 node_append_child(TestTypeNode *node, TestTypeNode *child) argument
1038 node_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int n_copies) argument
1058 node_read_multi(TestTypeNode *node, DBusTypeReader *reader, int seed, int n_copies) argument
1557 TestTypeNode *node; local
1761 TestTypeNode *node; local
1774 TestTypeNode *node; local
1861 TestTypeNode *node; local
1889 TestTypeNode *node; local
1907 TestTypeNode *node; local
2105 int16_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2121 int16_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2139 int16_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2155 int16_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int count) argument
2175 int16_read_multi(TestTypeNode *node, DBusTypeReader *reader, int seed, int count) argument
2242 int32_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2258 int32_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2276 int32_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2292 int32_write_multi(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed, int count) argument
2312 int32_read_multi(TestTypeNode *node, DBusTypeReader *reader, int seed, int count) argument
2357 int64_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2377 int64_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2399 int64_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2462 string_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2480 string_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2507 string_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2535 bool_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2550 bool_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2567 bool_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2584 byte_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2599 byte_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2617 byte_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2638 double_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2653 double_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2682 double_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2736 object_path_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2752 object_path_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2777 object_path_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2811 signature_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2827 signature_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2853 signature_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2869 struct_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
2924 struct_read_or_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2977 struct_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
2985 struct_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
2994 struct_build_signature(TestTypeNode *node, DBusString *str) argument
3040 array_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3119 array_read_or_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3191 array_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
3199 array_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3208 array_build_signature(TestTypeNode *node, DBusString *str) argument
3234 variant_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3280 variant_read_or_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3315 variant_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
3323 variant_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3332 dict_write_value(TestTypeNode *node, DataBlock *block, DBusTypeWriter *writer, int seed) argument
3428 dict_read_or_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3510 dict_read_value(TestTypeNode *node, DBusTypeReader *reader, int seed) argument
3518 dict_set_value(TestTypeNode *node, DBusTypeReader *reader, DBusTypeReader *realign_root, int seed) argument
3527 dict_build_signature(TestTypeNode *node, DBusString *str) argument
3556 container_destroy(TestTypeNode *node) argument
[all...]

Completed in 160 milliseconds

1234567891011>>