Searched refs:proc_dir_entry (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dmckinley.h6 extern struct proc_dir_entry * proc_mckinley_root;
H A Drunway.h6 extern struct proc_dir_entry * proc_runway_root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dmckinley.h6 extern struct proc_dir_entry * proc_mckinley_root;
H A Drunway.h6 extern struct proc_dir_entry * proc_runway_root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dproc_fs.h51 struct proc_dir_entry { struct
70 struct proc_dir_entry *next, *parent, *subdir;
109 extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
110 struct proc_dir_entry *parent);
111 struct proc_dir_entry *proc_create_data(const char *name, mode_t mode,
112 struct proc_dir_entry *parent,
115 extern void remove_proc_entry(const char *name, struct proc_dir_entry *parent);
137 extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *);
138 extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop);
139 extern void proc_device_tree_remove_prop(struct proc_dir_entry *pd
[all...]
H A Dprofile.h16 struct proc_dir_entry;
21 void create_prof_cpu_mask(struct proc_dir_entry *de);
24 static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dproc_fs.h51 struct proc_dir_entry { struct
70 struct proc_dir_entry *next, *parent, *subdir;
109 extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
110 struct proc_dir_entry *parent);
111 struct proc_dir_entry *proc_create_data(const char *name, mode_t mode,
112 struct proc_dir_entry *parent,
115 extern void remove_proc_entry(const char *name, struct proc_dir_entry *parent);
137 extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *);
138 extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop);
139 extern void proc_device_tree_remove_prop(struct proc_dir_entry *pd
[all...]
H A Dprofile.h16 struct proc_dir_entry;
21 void create_prof_cpu_mask(struct proc_dir_entry *de);
24 static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/sunrpc/
H A Dstats.h48 struct proc_dir_entry * rpc_proc_register(struct rpc_stat *);
51 struct proc_dir_entry * svc_proc_register(struct svc_stat *,
58 extern struct proc_dir_entry *proc_net_rpc;
62 static inline struct proc_dir_entry *rpc_proc_register(struct rpc_stat *s) { return NULL; }
66 static inline struct proc_dir_entry *svc_proc_register(struct svc_stat *s,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/sunrpc/
H A Dstats.h48 struct proc_dir_entry * rpc_proc_register(struct rpc_stat *);
51 struct proc_dir_entry * svc_proc_register(struct svc_stat *,
58 extern struct proc_dir_entry *proc_net_rpc;
62 static inline struct proc_dir_entry *rpc_proc_register(struct rpc_stat *s) { return NULL; }
66 static inline struct proc_dir_entry *svc_proc_register(struct svc_stat *s,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/
H A Dcm_sbs.c37 static struct proc_dir_entry *acpi_ac_dir;
38 static struct proc_dir_entry *acpi_battery_dir;
45 struct proc_dir_entry *acpi_lock_ac_dir(void)
61 void acpi_unlock_ac_dir(struct proc_dir_entry *acpi_ac_dir_param)
74 struct proc_dir_entry *acpi_lock_battery_dir(void)
92 void acpi_unlock_battery_dir(struct proc_dir_entry *acpi_battery_dir_param)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/
H A Dcm_sbs.c37 static struct proc_dir_entry *acpi_ac_dir;
38 static struct proc_dir_entry *acpi_battery_dir;
45 struct proc_dir_entry *acpi_lock_ac_dir(void)
61 void acpi_unlock_ac_dir(struct proc_dir_entry *acpi_ac_dir_param)
74 struct proc_dir_entry *acpi_lock_battery_dir(void)
92 void acpi_unlock_battery_dir(struct proc_dir_entry *acpi_battery_dir_param)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dinternal.h14 extern struct proc_dir_entry proc_root;
81 struct dentry *proc_lookup_de(struct proc_dir_entry *de, struct inode *ino,
83 int proc_readdir_de(struct proc_dir_entry *de, struct file *filp, void *dirent,
92 void pde_users_dec(struct proc_dir_entry *pde);
102 static inline struct proc_dir_entry *pde_get(struct proc_dir_entry *pde)
107 void pde_put(struct proc_dir_entry *pde);
111 struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
115 * "struct proc_dir_entry" tree to traverse the filesystem.
H A Dgeneric.c31 static int proc_match(int len, const char *name, struct proc_dir_entry *de)
51 struct proc_dir_entry * dp;
191 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
212 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
256 struct proc_dir_entry *de = PDE(inode);
283 struct proc_dir_entry *de = PROC_I(inode)->pde;
297 * returns the struct proc_dir_entry for "/proc/tty/driver", and
300 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret,
304 struct proc_dir_entry *de;
332 static int xlate_proc_name(const char *name, struct proc_dir_entry **re
[all...]
H A Dproc_devtree.c21 struct proc_dir_entry *de)
28 static struct proc_dir_entry *proc_device_tree;
62 static struct proc_dir_entry *
63 __proc_device_tree_add_prop(struct proc_dir_entry *de, struct property *pp,
66 struct proc_dir_entry *ent;
87 void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop)
92 void proc_device_tree_remove_prop(struct proc_dir_entry *pde,
98 void proc_device_tree_update_prop(struct proc_dir_entry *pde,
102 struct proc_dir_entry *ent;
122 static int duplicate_name(struct proc_dir_entry *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Dinternal.h14 extern struct proc_dir_entry proc_root;
81 struct dentry *proc_lookup_de(struct proc_dir_entry *de, struct inode *ino,
83 int proc_readdir_de(struct proc_dir_entry *de, struct file *filp, void *dirent,
92 void pde_users_dec(struct proc_dir_entry *pde);
102 static inline struct proc_dir_entry *pde_get(struct proc_dir_entry *pde)
107 void pde_put(struct proc_dir_entry *pde);
111 struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
115 * "struct proc_dir_entry" tree to traverse the filesystem.
H A Dgeneric.c31 static int proc_match(int len, const char *name, struct proc_dir_entry *de)
51 struct proc_dir_entry * dp;
191 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
212 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
256 struct proc_dir_entry *de = PDE(inode);
283 struct proc_dir_entry *de = PROC_I(inode)->pde;
297 * returns the struct proc_dir_entry for "/proc/tty/driver", and
300 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret,
304 struct proc_dir_entry *de;
332 static int xlate_proc_name(const char *name, struct proc_dir_entry **re
[all...]
H A Dproc_devtree.c21 struct proc_dir_entry *de)
28 static struct proc_dir_entry *proc_device_tree;
62 static struct proc_dir_entry *
63 __proc_device_tree_add_prop(struct proc_dir_entry *de, struct property *pp,
66 struct proc_dir_entry *ent;
87 void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop)
92 void proc_device_tree_remove_prop(struct proc_dir_entry *pde,
98 void proc_device_tree_update_prop(struct proc_dir_entry *pde,
102 struct proc_dir_entry *ent;
122 static int duplicate_name(struct proc_dir_entry *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dproc_powerpc.c35 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
58 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
64 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
83 struct proc_dir_entry *pde;
103 struct proc_dir_entry *root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dproc_powerpc.c35 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
58 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
64 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
83 struct proc_dir_entry *pde;
103 struct proc_dir_entry *root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/nubus/
H A Dproc.c62 static struct proc_dir_entry *proc_bus_nubus_dir;
65 struct proc_dir_entry* parent,
73 struct proc_dir_entry* e;
85 struct proc_dir_entry* parent,
94 struct proc_dir_entry* e;
115 struct proc_dir_entry *e;
148 struct proc_dir_entry *e;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/nubus/
H A Dproc.c62 static struct proc_dir_entry *proc_bus_nubus_dir;
65 struct proc_dir_entry* parent,
73 struct proc_dir_entry* e;
85 struct proc_dir_entry* parent,
94 struct proc_dir_entry* e;
115 struct proc_dir_entry *e;
148 struct proc_dir_entry *e;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/netns/
H A Dmib.h16 struct proc_dir_entry *proc_net_devsnmp6;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/samples/tracepoints/
H A Dtracepoint-sample.c19 struct proc_dir_entry *pentry_sample;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/8021q/
H A Dvlan.h64 struct proc_dir_entry *dent;
145 struct proc_dir_entry;
149 struct proc_dir_entry *proc_vlan_dir;
151 struct proc_dir_entry *proc_vlan_conf;

Completed in 224 milliseconds

1234567891011>>