Searched refs:root (Results 101 - 125 of 616) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpd.conf31 #security hole, as the server can not drop its root privileges completely
100 #ROOTDIR specifies the root directory of the client. It defaults to %h
149 #Path to the message of the day, seen after login, relative to the root
245 # The location of the root directory can change when using DO_CHROOT.
254 # The location of the root directory can change when using DO_CHROOT.
269 user root {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc834x_itx.c89 unsigned long root = of_get_flat_dt_root(); local
91 return of_flat_dt_is_compatible(root, "MPC834xMITX");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dsetup.c221 struct device_node *root, *np, *mpic_node = NULL; local
250 root = of_find_node_by_path("/");
251 naddr = of_n_addr_cells(root);
252 opprop = of_get_property(root, "platform-open-pic", &opplen);
289 of_node_put(root);
303 unsigned long root = of_get_flat_dt_root(); local
305 if (!of_flat_dt_is_compatible(root, "Momentum,Maple") &&
306 !of_flat_dt_is_compatible(root, "Momentum,Apache"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dmkd9 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dinode.c144 struct inode *root = NULL; local
186 /* get root fid from Venus: this needs the root inode */
195 /* make root inode */
196 error = coda_cnode_make(&root, &fid, sb);
197 if ( error || !root ) {
198 printk("Failure of coda_cnode_make for root: error %d\n", error);
203 root->i_ino, root->i_sb->s_id);
204 sb->s_root = d_alloc_root(root);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprofile_stats.c37 void oprofile_create_stats_files(struct super_block * sb, struct dentry * root) argument
45 dir = oprofilefs_mkdir(sb, root, "stats");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.h70 * @root: root of the RB-tree containing all the eraseblock belonging to this
85 struct rb_root root; member in struct:ubi_scan_volume
90 * @volumes: root of the volume RB-tree
146 rb_erase(&seb->u.rb, &sv->root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c1 /* getroot.c: get the root dentry for an NFS mount
46 * get an NFS2/NFS3 root dentry from the root filehandle
57 /* create a dummy root dentry with dummy inode for this superblock */
60 struct dentry *root; local
75 root = d_alloc_root(iroot);
76 if (!root) {
81 sb->s_root = root;
84 /* get the actual root for this mount */
95 dprintk("nfs_get_root: get root inod
241 struct dentry *root; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex2 %!TEX root = Vorbis_I_spec.tex
H A Da2-encapsulation-rtp.tex2 %!TEX root = Vorbis_I_spec.tex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_Cache.h122 * tree root and other required housekeeping fields, as
138 ubi_trRoot root; /* Splay tree control structure. */ member in struct:__anon1754
179 #define ubi_cacheGetEntryCount( Cptr ) (((ubi_cacheRootPtr)(Cptr))->root.count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py61 def __init__(self, path, root=None, domain=None, **kwargs):
63 Load a glade file specified by glade_filename, using root as
64 root widget and domain as the domain for translations.
74 root:
75 the name of the widget that is the root of the user interface,
101 self.glade = self.create_glade(self.glade_path, root, domain)
102 if root:
103 self.main_widget = self.get_widget(root)
113 root = gtk.Widget.get_name(self.main_widget)
114 repr = '%s(path="%s", root
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_reclaim.c46 DB_LOCK_WRITE, dbc->internal->root, __db_reclaim_callback, NULL);
76 DB_LOCK_WRITE, dbc->internal->root, __db_truncate_callback, &count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dpci.c178 struct device_node *np, *root; local
180 root = of_find_node_by_path("/");
181 if (!root) {
182 printk(KERN_CRIT "pas_pci_init: can't find root "
187 for (np = NULL; (np = of_get_next_child(root, np)) != NULL;)
191 of_node_put(root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/nubus/
H A Dproc.c81 /* Can't do this recursively since the root directory is structured
85 struct nubus_dir* root)
91 while (nubus_readdir(root, &ent) != -1) {
103 printk(KERN_ERR "NuBus root directory node %x:%x has no subdir!\n",
115 struct nubus_dir root; local
138 nubus_get_root_dir(dev->board, &root);
139 nubus_proc_populate(dev, e, &root);
83 nubus_proc_populate(struct nubus_dev* dev, struct proc_dir_entry* parent, struct nubus_dir* root) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_devtree.c219 struct device_node *root; local
225 root = of_find_node_by_path("/");
226 if (root == 0) {
227 printk(KERN_ERR "/proc/device-tree: can't find root\n");
230 proc_device_tree_add_node(root, proc_device_tree);
231 of_node_put(root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dresource.c75 struct resource *root = m->private; local
77 int width = root->end < 0x10000 ? 4 : 8;
81 if (p->parent == root)
149 static struct resource * __request_resource(struct resource *root, struct resource *new) argument
156 return root;
157 if (start < root->start)
158 return root;
159 if (end > root->end)
160 return root;
161 p = &root
203 request_resource(struct resource *root, struct resource *new) argument
275 find_resource(struct resource *root, struct resource *new, resource_size_t size, resource_size_t min, resource_size_t max, resource_size_t align, void (*alignf)(void *, struct resource *, resource_size_t, resource_size_t), void *alignf_data) argument
328 allocate_resource(struct resource *root, struct resource *new, resource_size_t size, resource_size_t min, resource_size_t max, resource_size_t align, void (*alignf)(void *, struct resource *, resource_size_t, resource_size_t), void *alignf_data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dcommon.c109 op_axp_create_files(struct super_block * sb, struct dentry * root) argument
118 dir = oprofilefs_mkdir(sb, root, buf);
130 oprofilefs_create_ulong(sb, root, "enable_pal",
132 oprofilefs_create_ulong(sb, root, "enable_kernel",
134 oprofilefs_create_ulong(sb, root, "enable_user",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_platform.c295 * @root: parent of the first level to probe or NULL for the root of the tree
299 * Note that children of the provided root are not instanciated as devices
300 * unless the specified root itself matches the bus list and is not NULL.
303 int of_platform_bus_probe(struct device_node *root, argument
315 if (root == NULL)
316 root = of_find_node_by_path("/");
318 of_node_get(root);
321 pr_debug(" starting at: %s\n", root->full_name);
326 if (of_match_node(matches, root)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/
H A Dsbus.c180 static void __init sbus_insert(struct sbus_bus *sbus, struct sbus_bus **root) argument
182 while (*root)
183 root = &(*root)->next;
184 *root = sbus;
188 static void __init sdev_insert(struct sbus_dev *sdev, struct sbus_dev **root) argument
190 while (*root)
191 root = &(*root)->next;
192 *root
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlibfs.c210 struct inode *root; local
223 root = new_inode(s);
224 if (!root)
231 root->i_ino = 1;
232 root->i_mode = S_IFDIR | S_IRUSR | S_IWUSR;
233 root->i_uid = root->i_gid = 0;
234 root->i_atime = root->i_mtime = root
380 struct dentry *root; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec24 BuildRoot: %{_tmppath}/%{name}-%{version}-root
296 echo 'swat stream tcp nowait.400 root %{prefix}/sbin/swat swat' >> /etc/inetd.conf
395 %defattr(-,root,root)
432 %attr(755,root,root) /lib/libnss_wins.s*
433 %attr(755,root,root) %{prefix}/lib/samba/vfs/*.so
434 %attr(755,root,root)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_super.c112 struct dentry *root = NULL; local
150 root = d_alloc_root(inode);
151 if (!root) {
156 sb->s_root = root;
170 retval = v9fs_fid_insert(root_fid, root);
177 root->d_inode->i_ino =
179 v9fs_stat2inode(&fcall->params.rstat.stat, root->d_inode, sb);
216 v9fs_dentry_release(s->s_root); /* clunk root */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.gnulib264 test-moo-root.h test-moo-root.c root.priv.h root.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-root.oo.c
265 $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-root.oo.c $(srcdir)/test-moo-root.oo.h
267 test-moo-sub1.h test-moo-sub1.c sub1.priv.h sub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-sub1.oo.h test-moo-sub1.oo.c
268 $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-sub1.oo.c $(srcdir)/test-moo-sub1.oo.h $(srcdir)/test-moo-root
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsetup.c91 struct device_node *root; local
94 root = of_find_node_by_path("/");
95 if (root)
96 model = of_get_property(root, "model", NULL);
98 of_node_put(root);
261 printk("No ramdisk, default root is /dev/sda2\n");
358 unsigned long root = of_get_flat_dt_root(); local
359 char *dtype = of_get_flat_dt_prop(root, "device_type", NULL);
369 if (of_flat_dt_is_compatible(root, "IBM,CPBW-1.0") ||
370 of_flat_dt_is_compatible(root, "IB
[all...]

Completed in 501 milliseconds

1234567891011>>