Home
last modified time | relevance | path

Searched defs:buf (Results 1351 - 1375 of 13728) sorted by relevance

1...<<51525354555657585960>>...550

/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_hwdep.c19 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-hwdep.c18 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-hwdep.c11 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, in hwdep_read() argument
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-hwdep.c19 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
/kernel/linux/linux-5.10/scripts/
H A Dextract-cert.c46 char buf[120]; in display_openssl_errors() local
85 char buf[200]; in write_cert() local
91 X509_NAME_oneline(X509_get_subject_name(x509), buf, sizeof(buf)); in write_cert() local
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_modsig.c40 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-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm2.c34 static void tpm2_buf_append_auth(struct tpm_buf *buf, u32 session_handle, in tpm2_buf_append_auth() argument
67 struct tpm_buf buf; in tpm2_seal_trusted() local
190 struct tpm_buf buf; tpm2_load_cmd() local
254 struct tpm_buf buf; tpm2_unseal_cmd() local
[all...]
/kernel/linux/linux-5.10/security/lockdown/
H A Dlockdown.c90 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-5.10/security/tomoyo/
H A Drealpath.c239 char *buf = NULL; in tomoyo_realpath_from_path() local
309 char *buf = tomoyo_realpath_from_path(&path); tomoyo_realpath_nofollow() local
[all...]
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_rw.c31 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-5.10/scripts/dtc/
H A Dyamltree.c53 char buf[32]; in yaml_propval_int() local
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dtrace-seq.c85 char *buf; in expand_buffer() local
/kernel/linux/linux-5.10/tools/perf/arch/
H A Dcommon.c96 char buf[PATH_MAX]; in lookup_path() local
122 char buf[PATH_MAX]; in lookup_triplets() local
138 char *buf = NULL; in perf_env__lookup_binutils_path() local
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dcompress.c120 sof_probe_compr_copy(struct snd_soc_component *component, struct snd_compr_stream *cstream, char __user *buf, size_t count) sof_probe_compr_copy() argument
/kernel/linux/linux-5.10/sound/usb/
H A Dhelper.c75 void *buf = NULL; in snd_usb_ctl_msg() local
/kernel/linux/linux-5.10/tools/laptop/freefall/
H A Dfreefall.c55 char buf[1024]; in write_int() local
/kernel/linux/linux-5.10/tools/lib/
H A Dbitmap.c31 bitmap_scnprintf(unsigned long *bitmap, int nbits, char *buf, size_t size) bitmap_scnprintf() argument
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dmachine.c29 void *buf; in add_extra_kernel_map() local
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dperf.c26 char buf[256]; in has_perf_query_support() local
44 bpf_task_fd_query(getpid(), fd, 0, buf, &len, &prog_id, in has_perf_query_support() local
63 print_perf_json(int pid, int fd, __u32 prog_id, __u32 fd_type, char *buf, __u64 probe_offset, __u64 probe_addr) print_perf_json() argument
113 print_perf_plain(int pid, int fd, __u32 prog_id, __u32 fd_type, char *buf, __u64 probe_offset, __u64 probe_addr) print_perf_plain() argument
157 char buf[4096]; show_proc() local
[all...]
H A Dpids.c93 char buf[4096 / sizeof(*e) * sizeof(*e)]; in build_obj_refs_table() local
/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Dmidi.c106 snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev, int port, const char *buf, int len) snd_usb_caiaq_midi_handle_input() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcolor.c101 color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf) color_fwrite_lines() argument
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c157 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
174 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
223 int intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf, in intel_pt_insn_desc() argument
[all...]
H A Dintel-pt-log.c48 static void intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, in intel_pt_print_data() argument
97 __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, uint64_t pos, const unsigned char *buf) __intel_pt_log_packet() argument
H A Dintel-pt-insn-decoder.h41 unsigned char buf[INTEL_PT_INSN_BUF_SZ]; member

Completed in 10 milliseconds

1...<<51525354555657585960>>...550