Home
last modified time | relevance | path

Searched defs:buf (Results 5876 - 5900 of 14492) sorted by relevance

1...<<231232233234235236237238239240>>...580

/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c145 unsigned char **buf; member
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H A Dmain.c115 void *buf; in run_guest() local
172 void *buf; in run_host() local
H A Dring.c52 void *buf; /* descriptor is writeable, we can't get buf from there */ member
112 int add_inbuf(unsigned len, void *buf, void *datap) in add_inbuf() argument
H A Dptr_ring.c128 int add_inbuf(unsigned len, void *buf, void *datap) in add_inbuf() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5514-spi.c80 u8 buf[8]; in rt5514_spi_copy_work() local
156 u8 buf[8]; in rt5514_schedule_copy() local
217 u8 buf[8]; rt5514_spi_hw_params() local
475 u8 buf[8]; rt5514_resume() local
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dsumversion.c72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() argument
80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() argument
393 char *buf; in get_src_version() local
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_api.c240 ima_collect_measurement(struct integrity_iint_cache *iint, struct file *file, void *buf, loff_t size, enum hash_algo algo, struct modsig *modsig) ima_collect_measurement() argument
H A Dima_template.c414 int ima_restore_measurement_list(loff_t size, void *buf) in ima_restore_measurement_list() argument
[all...]
/kernel/linux/linux-6.6/security/landlock/
H A Dsyscalls.c117 static ssize_t fop_dummy_read(struct file *const filp, char __user *const buf, in fop_dummy_read() argument
124 fop_dummy_write(struct file *const filp, const char __user *const buf, const size_t size, loff_t *const ppos) fop_dummy_write() argument
/kernel/linux/linux-6.6/sound/core/
H A Dhwdep.c50 static ssize_t snd_hwdep_read(struct file * file, char __user *buf, in snd_hwdep_read() argument
59 static ssize_t snd_hwdep_write(struct file * file, const char __user *buf, in snd_hwdep_write() argument
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_init.c477 snd_seq_oss_system_info_read(struct snd_info_buffer *buf) in snd_seq_oss_system_info_read() argument
[all...]
H A Dseq_oss_midi.c697 snd_seq_oss_midi_info_read(struct snd_info_buffer *buf) in snd_seq_oss_midi_info_read() argument
H A Dseq_oss_synth.c33 unsigned char buf[MAX_SYSEX_BUFLEN]; member
489 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex() argument
643 snd_seq_oss_synth_info_read(struct snd_info_buffer *buf) in snd_seq_oss_synth_info_read() argument
441 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt, const char __user *buf, int p, int c) snd_seq_oss_synth_load_patch() argument
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_midi.c67 char buf[16], *pbuf; in snd_midi_input_event() local
97 static int dump_midi(struct snd_rawmidi_substream *substream, const char *buf, int count) in dump_midi() argument
117 static int __dump_midi(void *ptr, void *buf, int count) in __dump_midi() argument
H A Dseq_memory.c82 char buf[32]; in dump_var_event() local
174 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() argument
157 expand_var_event(const struct snd_seq_event *event, int offset, int size, char *buf, bool in_kernel) expand_var_event() argument
201 snd_seq_expand_var_event_at(const struct snd_seq_event *event, int count, char *buf, int offset) snd_seq_expand_var_event_at() argument
379 char *buf; snd_seq_event_dup() local
[all...]
H A Dseq_virmidi.c67 static int dump_to_rawmidi(void *ptr, void *buf, int count) in dump_to_rawmidi() argument
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c184 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count, in snd_opl3_write() argument
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dpreprocess.c134 char buf[16]; in do_lineno() local
144 char buf[4096]; in do_shell() local
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsign-file.c89 char buf[120]; in display_openssl_errors() local
123 static int pem_pw_cb(char *buf, int len, int w, void *v) in pem_pw_cb() argument
179 unsigned char buf[2]; in read_x509() local
225 unsigned char buf[4096]; main() local
[all...]
/kernel/linux/linux-6.6/security/keys/
H A Dprocess_keys.c83 char buf[20]; in look_up_user_keyrings() local
189 char buf[2 in get_user_session_keyring_rcu() local
[all...]
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm2.c199 static void tpm2_buf_append_auth(struct tpm_buf *buf, u32 session_handle, in tpm2_buf_append_auth() argument
96 tpm2_key_decode(struct trusted_key_payload *payload, struct trusted_key_options *options, u8 **buf) tpm2_key_decode() argument
232 struct tpm_buf buf; tpm2_seal_trusted() local
365 struct tpm_buf buf; tpm2_load_cmd() local
463 struct tpm_buf buf; tpm2_unseal_cmd() local
[all...]
/kernel/linux/linux-6.6/security/selinux/ss/
H A Davtab.c541 __le32 buf[1]; in avtab_read() local
622 __le32 buf[1]; in avtab_write() local
H A Debitmap.c372 __le32 buf[3]; in ebitmap_read() local
475 __le32 buf[3]; in ebitmap_write() local
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Daudit.c247 char *buf = NULL; in tomoyo_init_log() local
369 char *buf; in tomoyo_write_log2() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_plugin.h64 char *buf; member

Completed in 24 milliseconds

1...<<231232233234235236237238239240>>...580