Home
last modified time | relevance | path

Searched defs:lenp (Results 1 – 25 of 80) sorted by relevance

1234

/linux/kernel/
H A Dsysctl.c77 char *buffer, size_t *lenp, loff_t *ppos) in _proc_do_string()
190 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring()
384 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_dointvec()
456 size_t *lenp, loff_t *ppos, in do_proc_douintvec_w()
509 size_t *lenp, loff_t *ppos, in do_proc_douintvec_r()
539 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_douintvec()
572 size_t *lenp, loff_t *ppos, in proc_douintvec_conv()
597 size_t *lenp, loff_t *ppos) in proc_dobool()
634 size_t *lenp, loff_t *ppos) in proc_dointvec()
653 size_t *lenp, loff_t *ppos) in proc_douintvec()
[all …]
H A Dwatchdog.c1084 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_common()
1112 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog()
1123 void *buffer, size_t *lenp, loff_t *ppos) in proc_nmi_watchdog()
1136 void *buffer, size_t *lenp, loff_t *ppos) in proc_soft_watchdog()
1147 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_thresh()
1172 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_cpumask()
H A Dkstack_erase.c26 void *buffer, size_t *lenp, loff_t *ppos) in stack_erasing_sysctl()
/linux/net/core/
H A Dsysctl_net_core.c56 static int dump_cpumask(void *buffer, size_t *lenp, loff_t *ppos, in dump_cpumask() argument
103 void *buffer, size_t *lenp, loff_t *ppos) in rps_default_mask_sysctl() argument
138 void *buffer, size_t *lenp, loff_ in rps_sock_flow_sysctl() argument
210 flow_limit_cpu_sysctl(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) flow_limit_cpu_sysctl() argument
267 flow_limit_table_len_sysctl(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) flow_limit_table_len_sysctl() argument
289 set_default_qdisc(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) set_default_qdisc() argument
308 proc_do_dev_weight(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_dev_weight() argument
326 proc_do_rss_key(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_rss_key() argument
339 proc_dointvec_minmax_bpf_enable(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_enable() argument
372 proc_dointvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_restricted() argument
383 proc_dolongvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dolongvec_minmax_bpf_restricted() argument
[all...]
H A Dneighbour.c3573 void *buffer, size_t *lenp, loff_t *ppos) in proc_unres_qlen() argument
3625 void *buffer, size_t *lenp, in neigh_proc_dointvec_zero_intmax() argument
3640 void *buffer, size_t *lenp, loff_t *ppos) in neigh_proc_dointvec_ms_jiffies_positive() argument
3656 size_t *lenp, loff_t *ppos) in neigh_proc_dointvec() argument
3666 size_t *lenp, loff_t *ppos) in neigh_proc_dointvec_jiffies() argument
3676 neigh_proc_dointvec_userhz_jiffies(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_userhz_jiffies() argument
3686 neigh_proc_dointvec_ms_jiffies(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_ms_jiffies() argument
3696 neigh_proc_dointvec_unres_qlen(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_unres_qlen() argument
3706 neigh_proc_base_reachable_time(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_base_reachable_time() argument
[all...]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dxtlv.c45 u8 *lenp = idp + sizeof(xtlv->id); in brcmf_xtlv_pack_header() local
52 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header() local
59 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header() local
66 u8 *lenp = idp + sizeof(u16); in brcmf_xtlv_pack_header() local
/linux/kernel/time/
H A Djiffies.c163 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies()
188 size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies()
196 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax()
220 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax()
/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c34 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) in fdt_get_string()
361 int *lenp) in fdt_get_property_by_offset_()
383 int *lenp) in fdt_get_property_by_offset()
401 int *lenp, in fdt_get_property_namelen_()
431 int namelen, int *lenp) in fdt_get_property_namelen()
448 const char *name, int *lenp) in fdt_get_property()
455 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
473 const char **namep, int *lenp) in fdt_getprop_by_offset()
506 const char *name, int *lenp) in fdt_getprop()
530 int *lenp) in fdt_path_getprop_namelen()
[all …]
/linux/fs/xfs/
H A Dxfs_sysctl.c17 size_t *lenp, in xfs_stats_clear_proc_handler()
37 size_t *lenp, in xfs_panic_mask_proc_handler()
58 size_t *lenp, in xfs_deprecated_dointvec_minmax()
/linux/drivers/parport/
H A Dprocfs.c37 void *result, size_t *lenp, loff_t *ppos) in do_active_device()
74 void *result, size_t *lenp, loff_t *ppos) in do_autoprobe()
117 void *result, size_t *lenp, loff_t *ppos) in do_hardware_base_addr()
144 void *result, size_t *lenp, loff_t *ppos) in do_hardware_irq()
171 void *result, size_t *lenp, loff_t *ppos) in do_hardware_dma()
198 void *result, size_t *lenp, loff_t *ppos) in do_hardware_modes()
/linux/lib/
H A Dsys_info.c54 void *buffer, size_t *lenp, loff_t *ppos, in sys_info_write_handler()
73 void *buffer, size_t *lenp, loff_t *ppos, in sys_info_read_handler()
96 void *buffer, size_t *lenp, in sysctl_sys_info_handler()
/linux/tools/virtio/ringtest/
H A Dnoring.c23 void *get_buf(unsigned *lenp, void **bufp) in get_buf()
64 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
H A Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) in get_buf()
270 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
H A Dptr_ring.c147 void *get_buf(unsigned *lenp, void **bufp) in get_buf()
197 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
H A Dring.c143 void *get_buf(unsigned *lenp, void **bufp) in get_buf()
226 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
/linux/net/sunrpc/
H A Dsysctl.c44 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_xprt()
65 proc_dodebug(const struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug()
/linux/net/ipv6/
H A Dsysctl_net_ipv6.c34 void *buffer, size_t *lenp, loff_t *ppos) in proc_rt6_multipath_hash_policy()
50 size_t *lenp, loff_t *ppos) in proc_rt6_multipath_hash_fields()
/linux/tools/perf/util/
H A Ddump-insn.c10 int inlen __maybe_unused, int *lenp) in dump_insn()
H A Dprint_insn.c47 uint64_t ip, int *lenp, int print_opts, FILE *fp) in fprintf_insn_asm()
/linux/net/rds/
H A Dtcp.c685 void *buffer, size_t *lenp, loff_t *fpos) in rds_tcp_skbuf_handler()
706 void *buffer, size_t *lenp, loff_t *fpos) in rds_tcp_sndbuf_handler()
715 void *buffer, size_t *lenp, loff_t *fpos) in rds_tcp_rcvbuf_handler()
/linux/security/
H A Dmin_addr.c33 void *buffer, size_t *lenp, loff_t *ppos) in mmap_min_addr_handler()
/linux/arch/xtensa/boot/lib/
H A Dzmem.c36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip()
/linux/net/phonet/
H A Dsysctl.c52 void *buffer, size_t *lenp, loff_t *ppos) in proc_local_port_range()
/linux/net/netfilter/
H A Dnf_hooks_lwtunnel.c32 void *buffer, size_t *lenp, loff_t *ppos) in nf_hooks_lwtunnel_sysctl_handler()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c219 u8 *inbuf, int inlen, int *lenp) in dump_insn()

1234