/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/ |
H A D | ec_access.c | 127 char buf[EC_SPACE_SIZE]; in dump_ec() local 177 uint8_t buf; in read_ec_val() local
|
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpupower.c | 24 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() argument 45 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_tcp_skb.c | 67 char buf[5]; in talk_to_cgroup() local 114 char buf[5]; in talk_to_outside() local
|
H A D | sock_destroy.c | 14 char buf[50] = {}; in start_iter_sockets() local 150 char buf[1]; in test_udp_server() local
|
H A D | xdp_synproxy.c | 39 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str() argument 64 char buf[CMD_OUT_BUF_SIZE]; in test_synproxy() local [all...] |
H A D | xdp_noinline.c | 30 char buf[128]; in test_xdp_noinline() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | psock_lib.h | 115 char buf[DATA_LEN], rbuf[DATA_LEN]; in pair_udp_send_char() local
|
H A D | reuseport_dualstack.c | 106 char buf[8]; in receive_once() local
|
H A D | txring_overwrite.c | 142 char buf[100]; in read_verify_pkt() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 43 char buf[4096]; in kernel_thread_fd() local 133 char buf[64]; test_lookup() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_standalone_test_x86.c | 98 char buf[] = "The time is .000000\n"; in c_main() local
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | realpath.c | 239 char *buf = NULL; in tomoyo_realpath_from_path() local 304 char *buf = tomoyo_realpath_from_path(&path); tomoyo_realpath_nofollow() local [all...] |
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_rw.c | 31 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count) in snd_seq_oss_read() argument 83 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) in snd_seq_oss_write() argument
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_modsig.c | 40 int ima_read_modsig(enum ima_hooks func, const void *buf, loff_t buf_len, in ima_read_modsig() argument 100 void ima_collect_modsig(struct modsig *modsig, const void *buf, loff_t size) in ima_collect_modsig() argument
|
/kernel/linux/linux-6.6/security/lockdown/ |
H A D | lockdown.c | 90 static ssize_t lockdown_read(struct file *filp, char __user *buf, size_t count, in lockdown_read() argument 116 static ssize_t lockdown_write(struct file *file, const char __user *buf, in lockdown_write() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | connect4_prog.c | 53 char buf[TCP_CA_NAME_MAX]; in verify_cc() local
|
H A D | test_core_reloc_module.c | 14 char *buf; member
|
H A D | test_module_attach.c | 93 long buf = 0; in BPF_PROG() local 57 BPF_PROG(handle_fentry, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument 68 BPF_PROG(handle_fentry_manual, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument 80 BPF_PROG(handle_fexit, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len, int ret) BPF_PROG() argument 105 BPF_PROG(handle_fmod_ret, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument
|
H A D | test_pkt_access.c | 53 volatile char buf[MAX_STACK] = {}; in get_skb_len() local 77 volatile char buf[MAX_STACK] = {}; in get_skb_ifindex() local
|
H A D | lsm.c | 170 int buf = 0; in BPF_PROG() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 39 char buf; in __child() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | fill_buf.c | 41 static void mem_flush(unsigned char *buf, size_t buf_size) in mem_flush() argument 77 static int fill_one_span_read(unsigned char *buf, size_t buf_size) in fill_one_span_read() argument 92 static void fill_one_span_write(unsigned char *buf, size_t buf_size) in fill_one_span_write() argument 104 static int fill_cache_read(unsigned char *buf, size_t buf_size, bool once) in fill_cache_read() argument 127 fill_cache_write(unsigned char *buf, size_t buf_size, bool once) fill_cache_write() argument 140 unsigned char *buf; fill_cache() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | clocksource-switch.c | 44 char buf[512]; in get_clocksources() local 75 int get_cur_clocksource(char *buf, size_t size) in get_cur_clocksource() argument 109 char buf[255]; in run_tests() local
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | control.c | 180 char *buf = NULL; in control_readln() local
|
/kernel/linux/linux-6.6/tools/wmi/ |
H A D | dell-smbios-example.c | 57 char buf[4096]; in find_token() local
|