Searched refs:lenp (Results 26 - 50 of 102) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dmdesc.h38 u64 node, const char *name, int *lenp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_manage.c451 int lenp, i; local
457 vic_handles = of_get_property(spu_dn, "vicinity", &lenp);
458 for (i=0; i < (lenp / sizeof(phandle)); i++) {
473 int lenp, i, added; local
480 vic_handles = of_get_property(last_spu_dn, "vicinity", &lenp);
486 for (i = 0; i < (lenp / sizeof(phandle)); i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp93 DB_MPOOLFILE_METHOD(get_clear_len, (u_int32_t *lenp),
94 (mpf, lenp), DB_RETOK_STD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmac_hid.c183 void __user *buffer, size_t *lenp,
190 rc = proc_dointvec(table, write, buffer, lenp, ppos);
182 mac_hid_toggle_emumouse(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dmain.c58 size_t *lenp, loff_t *ppos)
64 ret = proc_dointvec(table, write, buffer, lenp, ppos);
56 fscache_max_active_sysctl(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dsysctl_net_core.c23 void __user *buffer, size_t *lenp, loff_t *ppos)
40 ret = proc_dointvec(&tmp, write, buffer, lenp, ppos);
22 rps_sock_flow_sysctl(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dsysctl_net_ipv4.c42 size_t *lenp, loff_t *ppos)
55 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
68 void __user *buffer, size_t *lenp, loff_t *ppos)
79 ret = proc_dostring(&tbl, write, buffer, lenp, ppos);
87 void __user *buffer, size_t *lenp,
97 ret = proc_dostring(&tbl, write, buffer, lenp, ppos);
104 void __user *buffer, size_t *lenp,
115 ret = proc_dostring(&tbl, write, buffer, lenp, ppos);
40 ipv4_local_port_range(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
67 proc_tcp_congestion_control(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
85 proc_tcp_available_congestion_control(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
102 proc_allowed_congestion_control(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_log.c224 void __user *buffer, size_t *lenp, loff_t *ppos)
228 size_t size = *lenp;
257 r = proc_dostring(table, write, buffer, lenp, ppos);
223 nf_log_proc_dostring(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsxdr.c54 decode_filename(__be32 *p, char **namp, unsigned int *lenp) argument
59 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) {
60 for (i = 0, name = *namp; i < *lenp; i++, name++) {
70 decode_pathname(__be32 *p, char **namp, unsigned int *lenp) argument
75 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXPATHLEN)) != NULL) {
76 for (i = 0, name = *namp; i < *lenp; i++, name++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgssapi.c245 gssapi_get_itoken(struct ph1handle *iph1, int *lenp) argument
302 if (lenp)
303 *lenp = itoken->length;
315 gssapi_get_rtoken(struct ph1handle *iph1, int *lenp) argument
363 if (lenp)
364 *lenp = itoken->length;
H A Dpfkey.c2260 * - returns NULL and set *lenp to negative on fatal failures
2261 * - returns NULL and set *lenp to non-negative on non-fatal failures
2265 pk_recv(so, lenp)
2267 int *lenp;
2272 *lenp = recv(so, (caddr_t)&buf, sizeof(buf), MSG_PEEK);
2273 if (*lenp < 0)
2275 else if (*lenp < sizeof(buf))
2282 *lenp = recv(so, (caddr_t)newmsg, reallen, MSG_PEEK);
2283 if (*lenp < 0) {
2286 } else if (*lenp !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfile_table.c82 void __user *buffer, size_t *lenp, loff_t *ppos)
85 return proc_dointvec(table, write, buffer, lenp, ppos);
89 void __user *buffer, size_t *lenp, loff_t *ppos)
81 proc_nr_files(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
88 proc_nr_files(ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c512 int lenp, rc; local
515 freqs = of_get_property(cpunode, "bus-frequencies", &lenp);
516 lenp /= sizeof(u32);
517 if (freqs == NULL || lenp != 2) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dndisc.h142 size_t *lenp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sysctl.c30 size_t *lenp,
36 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos);
26 xfs_stats_clear_proc_handler( ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c156 input_getline(char **input_linep, size_t *input_lenp, size_t *lenp) argument
213 *lenp = len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_stack.c323 void __user *buffer, size_t *lenp,
330 ret = proc_dointvec(table, write, buffer, lenp, ppos);
322 stack_trace_sysctl(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage-writeback.c162 void __user *buffer, size_t *lenp,
167 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
174 void __user *buffer, size_t *lenp,
179 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
186 void __user *buffer, size_t *lenp,
192 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
202 void __user *buffer, size_t *lenp,
208 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
161 dirty_background_ratio_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
173 dirty_background_bytes_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
185 dirty_ratio_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
201 dirty_bytes_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dftrace.h27 void __user *buffer, size_t *lenp,
106 void __user *buffer, size_t *lenp,
H A Dof.h192 int *lenp);
198 int *lenp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c522 ccp_addci(f, p, lenp)
525 int *lenp;
605 *lenp = p - p0;
826 ccp_reqci(f, p, lenp, dont_nak)
829 int *lenp;
840 len = *lenp;
993 if (ret == CONFREJ && *lenp == retp - p0)
996 *lenp = retp - p0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dbase.c143 int *lenp)
153 if (lenp != 0)
154 *lenp = pp->length;
192 int *lenp)
194 struct property *pp = of_find_property(np, name, lenp);
141 of_find_property(const struct device_node *np, const char *name, int *lenp) argument
191 of_get_property(const struct device_node *np, const char *name, int *lenp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dxdr.h102 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmoxa.c749 unsigned int a, lenp, lencnt; local
801 lenp = 0; /* bios */
805 ret = moxa_load_bios(brd, ptr, lens[lenp]);
810 ptr += lens[lenp] + lens[lenp + 1];
811 lenp += 2; /* comm */
814 ret = moxa_load_320b(brd, ptr, lens[lenp]);
818 ptr += lens[lenp] + lens[lenp + 1];
819 lenp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c689 ccp_addci(f, p, lenp)
692 int *lenp;
800 *lenp = p - p0;
1069 ccp_reqci(f, p, lenp, dont_nak)
1072 int *lenp;
1087 len = *lenp;
1342 if (ret == CONFREJ && *lenp == retp - p0)
1345 *lenp = retp - p0;

Completed in 286 milliseconds

12345