/linux-6.3-rc2/kernel/ |
A D | sysctl.c | 154 *lenp = 0; in _proc_do_string() 188 *lenp = 0; in _proc_do_string() 196 len = *lenp; in _proc_do_string() 203 *lenp = len; in _proc_do_string() 484 *lenp = 0; in __do_proc_dointvec() 490 left = *lenp; in __do_proc_dointvec() 570 left = *lenp; in do_proc_douintvec_w() 654 *lenp = 0; in __do_proc_douintvec() 666 *lenp = 0; in __do_proc_douintvec() 1058 *lenp = 0; in __do_proc_doulongvec_minmax() [all …]
|
A D | watchdog.c | 659 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_common() argument 686 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog() argument 689 table, write, buffer, lenp, ppos); in proc_watchdog() 696 void *buffer, size_t *lenp, loff_t *ppos) in proc_nmi_watchdog() argument 701 table, write, buffer, lenp, ppos); in proc_nmi_watchdog() 708 void *buffer, size_t *lenp, loff_t *ppos) in proc_soft_watchdog() argument 711 table, write, buffer, lenp, ppos); in proc_soft_watchdog() 718 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_thresh() argument 725 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_watchdog_thresh() 741 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_cpumask() argument [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | xtlv.c | 48 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-6.3-rc2/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 45 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() 365 if (lenp) in fdt_get_property_by_offset_() 372 if (lenp) in fdt_get_property_by_offset_() 386 if (lenp) in fdt_get_property_by_offset() 419 if (lenp) in fdt_get_property_namelen_() 433 if (lenp) in fdt_get_property_namelen() 787 if (lenp) in fdt_stringlist_get() [all …]
|
A D | libfdt.h | 662 int *lenp); 665 int *lenp) in fdt_get_property_by_offset_w() argument 689 int namelen, int *lenp); 721 const char *name, int *lenp); 724 int *lenp) in fdt_get_property_w() argument 763 const char **namep, int *lenp); 784 int *lenp) in fdt_getprop_namelen_w() argument 787 namelen, lenp); in fdt_getprop_namelen_w() 820 const char *name, int *lenp); 822 const char *name, int *lenp) in fdt_getprop_w() argument [all …]
|
A D | fdt.c | 164 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-6.3-rc2/drivers/parport/ |
A D | procfs.c | 48 *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-6.3-rc2/net/sunrpc/ |
A D | sysctl.c | 63 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_xprt() argument 69 *lenp = 0; in proc_do_xprt() 73 len = memory_read_from_buffer(buffer, *lenp, ppos, tmpbuf, len); in proc_do_xprt() 76 *lenp = 0; in proc_do_xprt() 79 *lenp = len; in proc_do_xprt() 84 proc_dodebug(struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug() argument 92 if ((*ppos && !write) || !*lenp) { in proc_dodebug() 93 *lenp = 0; in proc_dodebug() 97 left = *lenp; in proc_dodebug() 140 *lenp -= left; in proc_dodebug() [all …]
|
/linux-6.3-rc2/net/core/ |
A D | sysctl_net_core.c | 56 if (*ppos || !*lenp) { in dump_cpumask() 57 *lenp = 0; in dump_cpumask() 61 len = min(sizeof(kbuf) - 1, *lenp); in dump_cpumask() 64 *lenp = 0; in dump_cpumask() 68 if (len < *lenp) in dump_cpumask() 71 *lenp = len; in dump_cpumask() 116 dump_cpumask(buffer, lenp, ppos, in rps_default_mask_sysctl() 126 void *buffer, size_t *lenp, loff_t *ppos) in rps_sock_flow_sysctl() argument 195 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_cpu_sysctl() argument 243 dump_cpumask(buffer, lenp, ppos, mask); in flow_limit_cpu_sysctl() [all …]
|
/linux-6.3-rc2/net/sctp/ |
A D | sysctl.c | 47 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); 392 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_hmac_alg() argument 437 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_rto_min() argument 465 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_rto_max() argument 493 void *buffer, size_t *lenp, loff_t *ppos) in proc_sctp_do_alpha_beta() argument [all …]
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | cmm.c | 247 void *buffer, size_t *lenp, loff_t *ppos) in cmm_pages_handler() argument 257 rc = proc_doulongvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in cmm_pages_handler() 266 void *buffer, size_t *lenp, in cmm_timed_pages_handler() argument 286 void *buffer, size_t *lenp, loff_t *ppos) in cmm_timeout_handler() argument 292 if (!*lenp || (*ppos && !write)) { in cmm_timeout_handler() 293 *lenp = 0; in cmm_timeout_handler() 298 len = min(*lenp, sizeof(buf)); in cmm_timeout_handler() 306 *ppos += *lenp; in cmm_timeout_handler() 310 if (len > *lenp) in cmm_timeout_handler() 311 len = *lenp; in cmm_timeout_handler() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | sysctl.h | 65 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); 242 void *buffer, size_t *lenp, loff_t *ppos, 307 size_t *lenp, loff_t *ppos);
|
/linux-6.3-rc2/arch/xtensa/boot/lib/ |
A D | zmem.c | 35 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument 57 if (i >= *lenp) { in gunzip() 69 s.avail_in = *lenp - i; in gunzip() 77 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | dump-insn.c | 10 int inlen __maybe_unused, int *lenp) in dump_insn() argument 12 if (lenp) in dump_insn() 13 *lenp = 0; in dump_insn()
|
/linux-6.3-rc2/arch/s390/appldata/ |
A D | appldata_base.c | 50 void *buffer, size_t *lenp, loff_t *ppos); 52 void *buffer, size_t *lenp, loff_t *ppos); 214 void *buffer, size_t *lenp, loff_t *ppos) in appldata_timer_handler() argument 226 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_timer_handler() 247 void *buffer, size_t *lenp, loff_t *ppos) in appldata_interval_handler() argument 258 rc = proc_dointvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_interval_handler() 277 void *buffer, size_t *lenp, loff_t *ppos) in appldata_generic_handler() argument 310 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_generic_handler()
|
/linux-6.3-rc2/net/ipv4/ |
A D | sysctl_net_ipv4.c | 67 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_local_port_range() argument 102 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 414 void *buffer, size_t *lenp, loff_t *ppos) in proc_udp_hash_entries() argument 438 void *buffer, size_t *lenp, in proc_fib_multipath_hash_policy() argument [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_sysctl.c | 17 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-6.3-rc2/scripts/dtc/ |
A D | util.c | 97 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-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | svc_rdma.c | 78 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-6.3-rc2/fs/fat/ |
A D | nfs.c | 100 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-6.3-rc2/ipc/ |
A D | ipc_sysctl.c | 20 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax_orphans() argument 26 err = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax_orphans() 36 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_auto_msgmni() argument 47 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_auto_msgmni() 51 void *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_sem_dointvec() argument 58 ret = proc_dointvec(table, write, buffer, lenp, ppos); in proc_ipc_sem_dointvec()
|
/linux-6.3-rc2/tools/virtio/ringtest/ |
A D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 64 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
A D | virtio_ring_0_9.c | 152 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-6.3-rc2/security/ |
A D | min_addr.c | 33 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-6.3-rc2/net/netfilter/ |
A D | nf_hooks_lwtunnel.c | 29 void *buffer, size_t *lenp, loff_t *ppos) in nf_hooks_lwtunnel_sysctl_handler() argument 45 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in nf_hooks_lwtunnel_sysctl_handler()
|