Searched refs:root (Results 1 - 25 of 616) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dinetd.conf11 # Do a "ps x" as root and look up the pid of inetd. Then do a
18 echo stream tcp nowait root internal
19 echo dgram udp wait root internal
20 #discard stream tcp nowait root internal
21 #discard dgram udp wait root internal
22 daytime stream tcp nowait root internal
23 daytime dgram udp wait root internal
24 #chargen stream tcp nowait root internal
25 #chargen dgram udp wait root internal
26 time stream tcp nowait root interna
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-sub1.oo.h1 #include "test-moo-root.h"
6 struct sub1 : struct root
H A Dtest-moo-root.oo.h4 /* Define a root class. */
5 struct root struct
H A Dtest-moo-root.oo.c4 #include "test-moo-root.h"
10 int root::write (root_t x, void *buf, size_t len)
16 void root::do_free (root_t x)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-sub1.oo.h1 #include "test-moo-root.h"
6 struct sub1 : struct root
H A Dtest-moo-root.oo.h4 /* Define a root class. */
5 struct root struct
H A Dtest-moo-root.oo.c4 #include "test-moo-root.h"
10 int root::write (root_t x, void *buf, size_t len)
16 void root::do_free (root_t x)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
H A Dtst.py12 root = doc.children variable
13 if root.name != "doc":
14 print "root.name failed"
16 child = root.children
H A Dresolver.py15 root = doc.children variable
16 if root.name != "foo":
17 print "root element name error"
24 root = doc.children
25 if root.name != "foo":
26 print "root element name error"
H A Dbuild.py13 root = doc.newChild(None, "doc", None) variable
14 ns = root.newNs("http://example.com/doc", "my")
15 root.setNs(ns)
16 elem = root.newChild(None, "foo", "bar")
32 root = pi.next variable
33 if root.name != "doc":
34 print "error rereading root"
36 ns = root.ns()
40 elem = root.children
H A Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
112 root = doc.getRootElement() variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dos2compat.c51 char *root = getenv ("UNIXROOT"); local
57 if (root)
59 size_t sl = strlen (root);
61 memcpy (_nlos2_libdir, root, sl);
71 if (root)
73 size_t sl = strlen (root);
75 memcpy (_nlos2_localealiaspath, root, sl);
85 if (root)
87 size_t sl = strlen (root);
89 memcpy (_nlos2_localedir, root, s
[all...]
H A Dtsearch.c34 1. The number of black edges on every path from the root to a leaf is
46 meaningless for the root node, but we color the root node black for
66 error upwards towards the root, so that the subtree that does not have
155 check_tree (node root) argument
159 if (root == NULL)
161 root->red = 0;
162 for(p = root->left; p; p = p->left)
164 check_tree_recurse (root, 0, cnt);
184 node root local
284 node root = *rootp; local
345 node root = *rootp; variable
370 node root, unchained; local
620 const_node root = (const_node) vroot; local
643 const_node root = (const_node) vroot; local
661 tdestroy_recurse(node root, __free_fn_t freefct) argument
675 node root = (node) vroot; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dradix-tree.h29 * A direct pointer (root->rnode pointing directly to a data item,
31 * set in the root->rnode pointer.
33 * In this case root->height is also NULL, but the direct pointer tests are
34 * needed for RCU lookups when root->height is unreliable.
57 /* root tags are stored in gfp_mask, shifted by __GFP_BITS_SHIFT */
73 #define INIT_RADIX_TREE(root, mask) \
75 (root)->height = 0; \
76 (root)->gfp_mask = (mask); \
77 (root)->rnode = NULL; \
156 radix_tree_gang_lookup(struct radix_tree_root *root, voi
[all...]
H A Dprio_tree.h44 struct prio_tree_root *root; member in struct:prio_tree_iter
50 struct prio_tree_root *root, pgoff_t r_index, pgoff_t h_index)
52 iter->root = root;
84 static inline int prio_tree_empty(const struct prio_tree_root *root) argument
86 return root->prio_tree_node == NULL;
105 struct prio_tree_node *prio_tree_replace(struct prio_tree_root *root,
107 struct prio_tree_node *prio_tree_insert(struct prio_tree_root *root,
109 void prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node);
112 #define raw_prio_tree_replace(root, ol
49 prio_tree_iter_init(struct prio_tree_iter *iter, struct prio_tree_root *root, pgoff_t r_index, pgoff_t h_index) argument
[all...]
H A Doprofile.h29 int (*create_files)(struct super_block * sb, struct dentry * root);
83 * Create a file of the given name as a child of the given root, with
86 int oprofilefs_create_file(struct super_block * sb, struct dentry * root,
89 int oprofilefs_create_file_perm(struct super_block * sb, struct dentry * root,
93 int oprofilefs_create_ulong(struct super_block * sb, struct dentry * root,
97 int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root,
101 int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root,
105 struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_root.c83 struct acpi_pci_root *root; local
84 root = list_entry(entry, struct acpi_pci_root, node);
85 driver->add(root->device->handle);
111 struct acpi_pci_root *root; local
112 root = list_entry(entry, struct acpi_pci_root, node);
113 driver->remove(root->device->handle);
185 struct acpi_pci_root *root = NULL; local
196 root = kzalloc(sizeof(struct acpi_pci_root), GFP_KERNEL);
197 if (!root)
199 INIT_LIST_HEAD(&root
345 struct acpi_pci_root *root; local
359 struct acpi_pci_root *root = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1309.c73 struct Curl_tree *root; variable in typeref:struct:Curl_tree
77 root = NULL; /* the empty tree */
86 root = Curl_splayinsert(key, root, &nodes[i]);
90 splayprint(root, 0, 1);
95 splayprint(root, 0, 1);
98 rc = Curl_splayremovebyaddr(root, &nodes[rem], &root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c81 static inline gfp_t root_gfp_mask(struct radix_tree_root *root) argument
83 return root->gfp_mask & __GFP_BITS_MASK;
91 radix_tree_node_alloc(struct radix_tree_root *root) argument
94 gfp_t gfp_mask = root_gfp_mask(root);
173 static inline void root_tag_set(struct radix_tree_root *root, unsigned int tag) argument
175 root->gfp_mask |= (__force gfp_t)(1 << (tag + __GFP_BITS_SHIFT));
179 static inline void root_tag_clear(struct radix_tree_root *root, unsigned int tag) argument
181 root->gfp_mask &= (__force gfp_t)~(1 << (tag + __GFP_BITS_SHIFT));
184 static inline void root_tag_clear_all(struct radix_tree_root *root) argument
186 root
189 root_tag_get(struct radix_tree_root *root, unsigned int tag) argument
220 radix_tree_extend(struct radix_tree_root *root, unsigned long index) argument
268 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
343 radix_tree_lookup_slot(struct radix_tree_root *root, unsigned long index) argument
391 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) argument
440 radix_tree_tag_set(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
486 radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
549 radix_tree_tag_get(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
670 radix_tree_gang_lookup(struct radix_tree_root *root, void **results, unsigned long first_index, unsigned int max_items) argument
789 radix_tree_gang_lookup_tag(struct radix_tree_root *root, void **results, unsigned long first_index, unsigned int max_items, unsigned int tag) argument
839 radix_tree_shrink(struct radix_tree_root *root) argument
878 radix_tree_delete(struct radix_tree_root *root, unsigned long index) argument
965 radix_tree_tagged(struct radix_tree_root *root, unsigned int tag) argument
[all...]
H A Dprio_tree.c52 static void get_index(const struct prio_tree_root *root, argument
56 if (root->raw) {
94 static struct prio_tree_node *prio_tree_expand(struct prio_tree_root *root, argument
99 if (max_heap_index > prio_tree_maxindex(root->index_bits))
100 root->index_bits++;
102 while (max_heap_index > prio_tree_maxindex(root->index_bits)) {
103 root->index_bits++;
105 if (prio_tree_empty(root))
109 first = root->prio_tree_node;
110 prio_tree_remove(root, roo
143 prio_tree_replace(struct prio_tree_root *root, struct prio_tree_node *old, struct prio_tree_node *node) argument
187 prio_tree_insert(struct prio_tree_root *root, struct prio_tree_node *node) argument
264 prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node) argument
420 struct prio_tree_root *root; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprofile_files.c121 void oprofile_create_files(struct super_block * sb, struct dentry * root) argument
123 oprofilefs_create_file(sb, root, "enable", &enable_fops);
124 oprofilefs_create_file_perm(sb, root, "dump", &dump_fops, 0666);
125 oprofilefs_create_file(sb, root, "buffer", &event_buffer_fops);
126 oprofilefs_create_ulong(sb, root, "buffer_size", &fs_buffer_size);
127 oprofilefs_create_ulong(sb, root, "buffer_watershed", &fs_buffer_watershed);
128 oprofilefs_create_ulong(sb, root, "cpu_buffer_size", &fs_cpu_buffer_size);
129 oprofilefs_create_file(sb, root, "cpu_type", &cpu_type_fops);
130 oprofilefs_create_file(sb, root, "backtrace_depth", &depth_fops);
131 oprofilefs_create_file(sb, root, "pointer_siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec20 BuildRoot: %{_tmppath}/%{tarball}-%{version}-root
66 %defattr(-,root,root)
67 %attr(0755,root,root) %{_bindir}/curl
68 %attr(0644,root,root) %{_mandir}/man1/curl.1*
77 %defattr(-,root,root)
78 %attr(0755,root,roo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A DMakefile7 autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A DMakefile7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o

Completed in 263 milliseconds

1234567891011>>