Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 25 of 139) sorted by relevance

123456

/linux/kernel/
A Dsysctl.c153 *lenp = 0; in _proc_do_string()
187 *lenp = 0; in _proc_do_string()
195 len = *lenp; in _proc_do_string()
202 *lenp = len; in _proc_do_string()
483 *lenp = 0; in __do_proc_dointvec()
489 left = *lenp; in __do_proc_dointvec()
569 left = *lenp; in do_proc_douintvec_w()
653 *lenp = 0; in __do_proc_douintvec()
665 *lenp = 0; in __do_proc_douintvec()
1031 *lenp = 0; in __do_proc_doulongvec_minmax()
[all …]
A Dwatchdog.c987 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_common() argument
1014 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog() argument
1018 table, write, buffer, lenp, ppos); in proc_watchdog()
1025 void *buffer, size_t *lenp, loff_t *ppos) in proc_nmi_watchdog() argument
1030 table, write, buffer, lenp, ppos); in proc_nmi_watchdog()
1038 void *buffer, size_t *lenp, loff_t *ppos) in proc_soft_watchdog() argument
1041 table, write, buffer, lenp, ppos); in proc_soft_watchdog()
1049 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_thresh() argument
1056 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh()
1072 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_cpumask() argument
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dxtlv.c48 put_unaligned_le16(len, lenp); in brcmf_xtlv_pack_header()
49 data_buf = lenp + sizeof(u16); in brcmf_xtlv_pack_header()
52 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header() local
55 *lenp = (u8)len; in brcmf_xtlv_pack_header()
56 data_buf = lenp + sizeof(u8); in brcmf_xtlv_pack_header()
59 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header() local
62 put_unaligned_le16(len, lenp); in brcmf_xtlv_pack_header()
63 data_buf = lenp + sizeof(u16); in brcmf_xtlv_pack_header()
66 u8 *lenp = idp + sizeof(u16); in brcmf_xtlv_pack_header() local
69 *lenp = (u8)len; in brcmf_xtlv_pack_header()
[all …]
/linux/scripts/dtc/libfdt/
A Dfdt_ro.c45 if (lenp) in fdt_get_string()
90 if (lenp) in fdt_get_string()
95 if (lenp) in fdt_get_string()
96 *lenp = err; in fdt_get_string()
368 if (lenp) in fdt_get_property_by_offset_()
375 if (lenp) in fdt_get_property_by_offset_()
389 if (lenp) in fdt_get_property_by_offset()
422 if (lenp) in fdt_get_property_namelen_()
436 if (lenp) in fdt_get_property_namelen()
816 if (lenp) in fdt_stringlist_get()
[all …]
A Dlibfdt.h687 int *lenp);
690 int *lenp) in fdt_get_property_by_offset_w() argument
714 int namelen, int *lenp);
746 const char *name, int *lenp);
749 int *lenp) in fdt_get_property_w() argument
788 const char **namep, int *lenp);
809 int *lenp) in fdt_getprop_namelen_w() argument
812 namelen, lenp); in fdt_getprop_namelen_w()
845 const char *name, int *lenp);
847 const char *name, int *lenp) in fdt_getprop_w() argument
[all …]
A Dfdt.c164 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
188 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
189 if (!can_assume(VALID_DTB) && !lenp) in fdt_next_tag()
192 len = fdt32_to_cpu(*lenp); in fdt_next_tag()
/linux/drivers/parport/
A Dprocfs.c48 *lenp = 0; in do_active_device()
63 len = *lenp; in do_active_device()
65 *lenp = len; in do_active_device()
85 *lenp = 0; in do_autoprobe()
105 len = *lenp; in do_autoprobe()
107 *lenp = len; in do_autoprobe()
124 *lenp = 0; in do_hardware_base_addr()
134 len = *lenp; in do_hardware_base_addr()
151 *lenp = 0; in do_hardware_irq()
178 *lenp = 0; in do_hardware_dma()
[all …]
/linux/net/sunrpc/
A Dsysctl.c44 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_xprt() argument
50 *lenp = 0; in proc_do_xprt()
54 len = memory_read_from_buffer(buffer, *lenp, ppos, tmpbuf, len); in proc_do_xprt()
57 *lenp = 0; in proc_do_xprt()
60 *lenp = len; in proc_do_xprt()
65 proc_dodebug(const struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug() argument
73 if ((*ppos && !write) || !*lenp) { in proc_dodebug()
74 *lenp = 0; in proc_dodebug()
78 left = *lenp; in proc_dodebug()
121 *lenp -= left; in proc_dodebug()
[all …]
/linux/net/core/
A Dsysctl_net_core.c60 if (*ppos || !*lenp) { in dump_cpumask()
61 *lenp = 0; in dump_cpumask()
65 len = min(sizeof(kbuf) - 1, *lenp); in dump_cpumask()
68 *lenp = 0; in dump_cpumask()
72 if (len < *lenp) in dump_cpumask()
75 *lenp = len; in dump_cpumask()
120 dump_cpumask(buffer, lenp, ppos, in rps_default_mask_sysctl()
130 void *buffer, size_t *lenp, loff_t *ppos) in rps_sock_flow_sysctl() argument
202 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_cpu_sysctl() argument
250 dump_cpumask(buffer, lenp, ppos, mask); in flow_limit_cpu_sysctl()
[all …]
/linux/net/sctp/
A Dsysctl.c47 void *buffer, size_t *lenp, loff_t *ppos);
49 void *buffer, size_t *lenp, loff_t *ppos);
51 size_t *lenp, loff_t *ppos);
53 size_t *lenp, loff_t *ppos);
55 void *buffer, size_t *lenp, loff_t *ppos);
57 void *buffer, size_t *lenp, loff_t *ppos);
388 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_hmac_alg() argument
433 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_rto_min() argument
461 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_rto_max() argument
489 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_alpha_beta() argument
[all …]
/linux/arch/s390/mm/
A Dcmm.c263 void *buffer, size_t *lenp, loff_t *ppos) in cmm_pages_handler() argument
273 rc = proc_doulongvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in cmm_pages_handler()
282 void *buffer, size_t *lenp, in cmm_timed_pages_handler() argument
302 void *buffer, size_t *lenp, loff_t *ppos) in cmm_timeout_handler() argument
308 if (!*lenp || (*ppos && !write)) { in cmm_timeout_handler()
309 *lenp = 0; in cmm_timeout_handler()
314 len = min(*lenp, sizeof(buf)); in cmm_timeout_handler()
322 *ppos += *lenp; in cmm_timeout_handler()
326 if (len > *lenp) in cmm_timeout_handler()
327 len = *lenp; in cmm_timeout_handler()
[all …]
/linux/arch/xtensa/boot/lib/
A Dzmem.c7 void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp);
36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument
58 if (i >= *lenp) { in gunzip()
70 s.avail_in = *lenp - i; in gunzip()
78 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
/linux/include/linux/
A Dsysctl.h65 size_t *lenp, loff_t *ppos);
69 size_t *lenp, loff_t *ppos);
74 size_t *lenp, loff_t *ppos);
76 size_t *lenp, loff_t *ppos);
79 void *buffer, size_t *lenp, loff_t *ppos);
89 size_t *lenp, loff_t *ppos);
241 void *buffer, size_t *lenp, loff_t *ppos,
291 size_t *lenp, loff_t *ppos);
/linux/tools/perf/util/
A Ddump-insn.c10 int inlen __maybe_unused, int *lenp) in dump_insn() argument
12 if (lenp) in dump_insn()
13 *lenp = 0; in dump_insn()
/linux/net/ipv4/
A Dsysctl_net_ipv4.c66 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_local_port_range() argument
100 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_privileged_ports() argument
163 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_ping_group_range() argument
235 size_t *lenp, loff_t *ppos) in proc_tcp_available_congestion_control() argument
251 size_t *lenp, loff_t *ppos) in proc_allowed_congestion_control() argument
287 void *buffer, size_t *lenp, loff_t *ppos) in proc_tcp_fastopen_key() argument
359 size_t *lenp, loff_t *ppos) in proc_tfo_blackhole_detect_timeout() argument
373 int write, void *buffer, size_t *lenp, in proc_tcp_available_ulp() argument
438 void *buffer, size_t *lenp, in proc_fib_multipath_hash_policy() argument
453 void *buffer, size_t *lenp, in proc_fib_multipath_hash_fields() argument
[all …]
/linux/arch/s390/appldata/
A Dappldata_base.c50 void *buffer, size_t *lenp, loff_t *ppos);
52 void *buffer, size_t *lenp, loff_t *ppos);
203 void *buffer, size_t *lenp, loff_t *ppos) in appldata_timer_handler() argument
215 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_timer_handler()
236 void *buffer, size_t *lenp, loff_t *ppos) in appldata_interval_handler() argument
247 rc = proc_dointvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_interval_handler()
266 void *buffer, size_t *lenp, loff_t *ppos) in appldata_generic_handler() argument
299 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_generic_handler()
/linux/fs/xfs/
A Dxfs_sysctl.c17 size_t *lenp, in xfs_stats_clear_proc_handler() argument
22 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_stats_clear_proc_handler()
37 size_t *lenp, in xfs_panic_mask_proc_handler() argument
42 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_panic_mask_proc_handler()
58 size_t *lenp, in xfs_deprecated_dointvec_minmax() argument
66 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecated_dointvec_minmax()
/linux/scripts/dtc/
A Dutil.c97 int lenp = strlen(path); in join_path() local
103 len = lenp + lenn + 2; in join_path()
104 if ((lenp > 0) && (path[lenp-1] == '/')) { in join_path()
110 memcpy(str, path, lenp); in join_path()
112 str[lenp] = '/'; in join_path()
113 lenp++; in join_path()
115 memcpy(str+lenp, name, lenn+1); in join_path()
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma.c78 void *buffer, size_t *lenp, loff_t *ppos) in svcrdma_counter_handler() argument
95 *lenp = 0; in svcrdma_counter_handler()
99 if (len > *lenp) in svcrdma_counter_handler()
100 len = *lenp; in svcrdma_counter_handler()
103 *lenp = len; in svcrdma_counter_handler()
/linux/fs/fat/
A Dnfs.c100 fat_encode_fh_nostale(struct inode *inode, __u32 *fh, int *lenp, in fat_encode_fh_nostale() argument
103 int len = *lenp; in fat_encode_fh_nostale()
111 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale()
116 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale()
122 *lenp = FAT_FID_SIZE_WITHOUT_PARENT; in fat_encode_fh_nostale()
132 *lenp = FAT_FID_SIZE_WITH_PARENT; in fat_encode_fh_nostale()
/linux/tools/virtio/ringtest/
A Dnoring.c23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
64 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
A Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
181 *lenp = ring.desc[index].len; in get_buf()
183 *lenp = ring.used->ring[head].len; in get_buf()
270 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
301 *lenp = desc->len; in use_buf()
/linux/ipc/
A Dipc_sysctl.c21 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax_orphans() argument
27 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax_orphans()
37 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_auto_msgmni() argument
48 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_auto_msgmni()
52 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_sem_dointvec() argument
59 ret = proc_dointvec(table, write, buffer, lenp, ppos); in proc_ipc_sem_dointvec()
/linux/security/
A Dmin_addr.c33 void *buffer, size_t *lenp, loff_t *ppos) in mmap_min_addr_handler() argument
40 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in mmap_min_addr_handler()
/linux/net/mptcp/
A Dctrl.c123 void *buffer, size_t *lenp, loff_t *ppos) in proc_scheduler() argument
135 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_scheduler()
144 size_t *lenp, loff_t *ppos) in proc_available_schedulers() argument
154 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_available_schedulers()
161 int write, void *buffer, size_t *lenp, in proc_blackhole_detect_timeout() argument
167 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_blackhole_detect_timeout()

Completed in 42 milliseconds

123456