Lines Matching defs:char
1913 char **buf, size_t *pcount, loff_t *ppos,
2019 int *optlen, char **kernel_optval)
2234 static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp,
2265 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf,
2296 static int copy_sysctl_value(char *dst, size_t dst_len, char *src,
2323 char *, buf, size_t, buf_len)
2337 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf,
2358 const char *, buf, size_t, buf_len)
2367 ((char *)ctx->new_val)[buf_len] = '\0';