| /linux/kernel/ |
| H A D | sysctl.c | 77 char *buffer, size_t *lenp, loff_t *ppos) in _proc_do_string() 190 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring() 576 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_dointvec() 648 size_t *lenp, loff_t *ppos, in do_proc_douintvec_w() 701 size_t *lenp, loff_t *ppos, in do_proc_douintvec_r() 731 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_douintvec() 780 size_t *lenp, loff_t *ppos, in proc_douintvec_conv() 804 size_t *lenp, loff_t *ppos) in proc_dobool() 841 size_t *lenp, loff_t *ppos) in proc_dointvec() 860 size_t *lenp, loff_t *ppos) in proc_douintvec() [all …]
|
| H A D | kstack_erase.c | 26 void *buffer, size_t *lenp, loff_t *ppos) in stack_erasing_sysctl()
|
| /linux/net/ipv4/ |
| H A D | sysctl_net_ipv4.c | 71 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_local_port_range() argument 105 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_privileged_ports() argument 168 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_ping_group_range() argument 203 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_fwd_update_priority() argument 219 void *buffer, size_t *lenp, loff_t *ppos) in proc_tcp_congestion_control() argument 240 proc_tcp_available_congestion_control(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_tcp_available_congestion_control() argument 256 proc_allowed_congestion_control(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_allowed_congestion_control() argument 292 proc_tcp_fastopen_key(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_tcp_fastopen_key() argument 364 proc_tfo_blackhole_detect_timeout(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_tfo_blackhole_detect_timeout() argument 378 proc_tcp_available_ulp(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_tcp_available_ulp() argument 395 proc_tcp_ehash_entries(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_tcp_ehash_entries() argument 419 proc_udp_hash_entries(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_udp_hash_entries() argument 443 proc_fib_multipath_hash_policy(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_fib_multipath_hash_policy() argument 458 proc_fib_multipath_hash_fields(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_fib_multipath_hash_fields() argument 494 proc_fib_multipath_hash_seed(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_fib_multipath_hash_seed() argument [all...] |
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | xtlv.c | 45 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/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 34 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) in fdt_get_string() argument 361 int *lenp) in fdt_get_property_by_offset_() argument 383 fdt_get_property_by_offset(const void * fdt,int offset,int * lenp) fdt_get_property_by_offset() argument 401 fdt_get_property_namelen_(const void * fdt,int offset,const char * name,int namelen,int * lenp,int * poffset) fdt_get_property_namelen_() argument 431 fdt_get_property_namelen(const void * fdt,int offset,const char * name,int namelen,int * lenp) fdt_get_property_namelen() argument 448 fdt_get_property(const void * fdt,int nodeoffset,const char * name,int * lenp) fdt_get_property() argument 455 fdt_getprop_namelen(const void * fdt,int nodeoffset,const char * name,int namelen,int * lenp) fdt_getprop_namelen() argument 473 fdt_getprop_by_offset(const void * fdt,int offset,const char ** namep,int * lenp) fdt_getprop_by_offset() argument 506 fdt_getprop(const void * fdt,int nodeoffset,const char * name,int * lenp) fdt_getprop() argument 530 fdt_path_getprop_namelen(const void * fdt,const char * path,const char * propname,int propnamelen,int * lenp) fdt_path_getprop_namelen() argument 809 fdt_stringlist_get(const void * fdt,int nodeoffset,const char * property,int idx,int * lenp) fdt_stringlist_get() argument [all...] |
| /linux/drivers/parport/ |
| H A D | procfs.c | 37 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 D | sys_info.c | 54 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/kernel/time/ |
| H A D | jiffies.c | 233 proc_dointvec_jiffies(const struct ctl_table * table,int dir,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_jiffies() argument 256 proc_dointvec_userhz_jiffies(const struct ctl_table * table,int dir,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_userhz_jiffies() argument 279 proc_dointvec_ms_jiffies(const struct ctl_table * table,int dir,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies() argument 287 proc_dointvec_ms_jiffies_minmax(const struct ctl_table * table,int dir,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies_minmax() argument 311 proc_doulongvec_ms_jiffies_minmax(const struct ctl_table * table,int dir,void * buffer,size_t * lenp,loff_t * ppos) proc_doulongvec_ms_jiffies_minmax() argument [all...] |
| /linux/tools/virtio/ringtest/ |
| H A D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() 64 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
|
| H A D | virtio_ring_0_9.c | 152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() 270 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
|
| H A D | ptr_ring.c | 147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() 197 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
|
| H A D | ring.c | 143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() 226 bool use_buf(unsigned *lenp, void **bufp) in use_buf()
|
| /linux/arch/s390/appldata/ |
| H A D | appldata_base.c | 203 appldata_timer_handler(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) appldata_timer_handler() argument 236 appldata_interval_handler(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) appldata_interval_handler() argument 266 appldata_generic_handler(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) appldata_generic_handler() argument
|
| /linux/net/sunrpc/ |
| H A D | sysctl.c | 44 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 D | sysctl_net_ipv6.c | 34 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/net/rds/ |
| H A D | tcp.c | 690 rds_tcp_skbuf_handler(struct rds_tcp_net * rtn,const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * fpos) rds_tcp_skbuf_handler() argument 711 rds_tcp_sndbuf_handler(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * fpos) rds_tcp_sndbuf_handler() argument 720 rds_tcp_rcvbuf_handler(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * fpos) rds_tcp_rcvbuf_handler() argument
|
| /linux/tools/perf/util/ |
| H A D | dump-insn.c | |
| H A D | print_insn.c | 47 fprintf_insn_asm(struct machine * machine,struct thread * thread,u8 cpumode,bool is64bit,const uint8_t * code,size_t code_size,uint64_t ip,int * lenp,int print_opts,FILE * fp) fprintf_insn_asm() argument
|
| /linux/kernel/printk/ |
| H A D | sysctl.c | 14 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax_sysadmin()
|
| /linux/security/ |
| H A D | min_addr.c | 31 void *buffer, size_t *lenp, loff_t *ppos) in mmap_min_addr_handler()
|
| /linux/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip()
|
| /linux/net/phonet/ |
| H A D | sysctl.c | 52 void *buffer, size_t *lenp, loff_t *ppos) in proc_local_port_range()
|
| /linux/net/netfilter/ |
| H A D | nf_hooks_lwtunnel.c | 32 void *buffer, size_t *lenp, loff_t *ppos) in nf_hooks_lwtunnel_sysctl_handler()
|
| /linux/net/core/ |
| H A D | neighbour.c | 3609 proc_unres_qlen(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_unres_qlen() argument 3661 neigh_proc_dointvec_zero_intmax(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_zero_intmax() argument 3676 neigh_proc_dointvec_ms_jiffies_positive(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_ms_jiffies_positive() argument 3692 neigh_proc_dointvec(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec() argument 3702 neigh_proc_dointvec_jiffies(const struct ctl_table * ctl,int write,void * buffer,size_t * lenp,loff_t * ppos) neigh_proc_dointvec_jiffies() argument 3712 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 3722 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 3732 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 3742 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/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 219 u8 *inbuf, int inlen, int *lenp) in dump_insn() argument
|