Home
last modified time | relevance | path

Searched defs:buffer (Results 4951 - 4975 of 9575) sorted by relevance

1...<<191192193194195196197198199200>>...383

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-help.c72 struct strbuf buffer = STRBUF_INIT; in check_emacsclient_version() local
/kernel/linux/linux-5.10/sound/usb/line6/
H A Ddriver.c47 const char *buffer; member
100 int line6_send_raw_message(struct usb_line6 *line6, const char *buffer, in line6_send_raw_message() argument
198 int line6_send_raw_message_async(struct usb_line6 *line6, const char *buffer, in line6_send_raw_message_async() argument
233 char *buffer; in line6_version_request_async() local
251 line6_send_sysex_message(struct usb_line6 *line6, const char *buffer, int size) line6_send_sysex_message() argument
268 char *buffer = kmalloc(size + SYSEX_EXTRA_SIZE, GFP_ATOMIC); line6_alloc_sysex_buffer() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c41 cs_etm_decoder__mem_access(const void *context, const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space __maybe_unused, const u8 trace_chan_id, const u32 req_size, u8 *buffer) cs_etm_decoder__mem_access() argument
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c404 char buffer[80]; in osl_find_rsdp_via_efi_by_keyword() local
[all...]
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c111 char buffer[XENSTORE_PAYLOAD_MAX]; member
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c603 smb2_is_valid_lease_break(char *buffer) in smb2_is_valid_lease_break() argument
671 smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *server) in smb2_is_valid_oplock_break() argument
H A Dcifs_debug.c763 static ssize_t cifsFYI_proc_write(struct file *file, const char __user *buffer, in cifsFYI_proc_write() argument
469 cifs_stats_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) cifs_stats_proc_write() argument
802 cifs_linux_ext_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) cifs_linux_ext_proc_write() argument
833 cifs_lookup_cache_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) cifs_lookup_cache_proc_write() argument
864 traceSMB_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) traceSMB_proc_write() argument
923 cifs_security_flags_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) cifs_security_flags_proc_write() argument
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dxattr.c404 static int copy_name(char *buffer, const char *xattr_name, int name_len) in copy_name() argument
675 ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size) in hfsplus_listxattr() argument
607 hfsplus_listxattr_finder_info(struct dentry *dentry, char *buffer, size_t size) hfsplus_listxattr_finder_info() argument
840 hfsplus_osx_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) hfsplus_osx_getxattr() argument
860 hfsplus_osx_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) hfsplus_osx_setxattr() argument
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dreadinode.c36 unsigned char *buffer; in check_node_data() local
/kernel/linux/linux-5.10/include/sound/
H A Dinfo.h16 char *buffer; /* pointer to begin of buffer */ member
94 static inline void snd_card_info_read_oss(struct snd_info_buffer *buffer) {} in snd_card_info_read_oss() argument
161 snd_iprintf(struct snd_info_buffer *buffer, char *fmt, ...) snd_iprintf() argument
165 snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) snd_info_get_line() argument
183 snd_card_rw_proc_new(struct snd_card *card, const char *name, void *private_data, void (*read)(struct snd_info_entry *, struct snd_info_buffer *), void (*write)(struct snd_info_entry *entry, struct snd_info_buffer *buffer)) snd_card_rw_proc_new() argument
[all...]
H A Drawmidi.h57 unsigned char *buffer; /* buffer for MIDI data */ member
[all...]
/kernel/linux/linux-5.10/include/sound/sof/
H A Dstream.h76 struct sof_ipc_host_buffer buffer; member
H A Dcontrol.h108 struct sof_ipc_host_buffer buffer; member
/kernel/linux/linux-5.10/include/xen/interface/
H A Dmemory.h235 GUEST_HANDLE(void) buffer; member
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds28e17.c149 __w1_f19_i2c_write(struct w1_slave *sl, const u8 *command, size_t command_count, const u8 *buffer, size_t count) __w1_f19_i2c_write() argument
190 w1_f19_i2c_write(struct w1_slave *sl, u16 i2c_address, const u8 *buffer, size_t count, bool stop) w1_f19_i2c_write() argument
262 w1_f19_i2c_read(struct w1_slave *sl, u16 i2c_address, u8 *buffer, size_t count) w1_f19_i2c_read() argument
/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c38 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() argument
50 static ssize_t guest_type_show(struct hyp_sysfs_attr *attr, char *buffer) in guest_type_show() argument
80 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show() argument
90 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show() argument
100 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show() argument
137 uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) uuid_show_fallback() argument
158 uuid_show(struct hyp_sysfs_attr *attr, char *buffer) uuid_show() argument
178 compiler_show(struct hyp_sysfs_attr *attr, char *buffer) compiler_show() argument
196 compiled_by_show(struct hyp_sysfs_attr *attr, char *buffer) compiled_by_show() argument
214 compile_date_show(struct hyp_sysfs_attr *attr, char *buffer) compile_date_show() argument
251 capabilities_show(struct hyp_sysfs_attr *attr, char *buffer) capabilities_show() argument
269 changeset_show(struct hyp_sysfs_attr *attr, char *buffer) changeset_show() argument
287 virtual_start_show(struct hyp_sysfs_attr *attr, char *buffer) virtual_start_show() argument
307 pagesize_show(struct hyp_sysfs_attr *attr, char *buffer) pagesize_show() argument
320 xen_feature_show(int index, char *buffer) xen_feature_show() argument
333 features_show(struct hyp_sysfs_attr *attr, char *buffer) features_show() argument
356 buildid_show(struct hyp_sysfs_attr *attr, char *buffer) buildid_show() argument
416 pmu_mode_store(struct hyp_sysfs_attr *attr, const char *buffer, size_t len) pmu_mode_store() argument
442 pmu_mode_show(struct hyp_sysfs_attr *attr, char *buffer) pmu_mode_show() argument
465 pmu_features_store(struct hyp_sysfs_attr *attr, const char *buffer, size_t len) pmu_features_store() argument
486 pmu_features_show(struct hyp_sysfs_attr *attr, char *buffer) pmu_features_show() argument
570 hyp_sysfs_show(struct kobject *kobj, struct attribute *attr, char *buffer) hyp_sysfs_show() argument
581 hyp_sysfs_store(struct kobject *kobj, struct attribute *attr, const char *buffer, size_t len) hyp_sysfs_store() argument
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_misc.c272 static Node *create_entry(const char __user *buffer, size_t count) in create_entry() argument
477 static int parse_command(const char __user *buffer, size_t count) in parse_command() argument
601 static ssize_t bm_entry_write(struct file *file, const char __user *buffer, in bm_entry_write() argument
642 static ssize_t bm_register_write(struct file *file, const char __user *buffer, in bm_register_write() argument
730 static ssize_t bm_status_write(struct file *file, const char __user *buffer, in bm_status_write() argument
[all...]
H A Dxattr.c300 void *buffer = NULL; in xattr_getsecurity() local
847 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in generic_listxattr() argument
929 simple_xattr_get(struct simple_xattrs *xattrs, const char *name, void *buffer, size_t size) simple_xattr_get() argument
1032 xattr_list_one(char **buffer, ssize_t *remaining_size, const char *name) xattr_list_one() argument
1049 simple_xattr_list(struct inode *inode, struct simple_xattrs *xattrs, char *buffer, size_t size) simple_xattr_list() argument
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c196 ext2_xattr_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size) ext2_xattr_get() argument
288 ext2_xattr_list(struct dentry *dentry, char *buffer, size_t buffer_size) ext2_xattr_list() argument
373 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) ext2_listxattr() argument
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c327 char *buffer; member
533 char *buffer; member
441 erofs_getxattr(struct inode *inode, int index, const char *name, void *buffer, size_t buffer_size) erofs_getxattr() argument
472 erofs_xattr_generic_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) erofs_xattr_generic_get() argument
651 erofs_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) erofs_listxattr() argument
[all...]
/kernel/linux/linux-5.10/kernel/gcov/
H A Dclang.c465 void *buffer; member
481 static size_t store_gcov_u32(void *buffer, size_ argument
505 store_gcov_u64(void *buffer, size_t off, u64 v) store_gcov_u64() argument
526 convert_to_gcda(char *buffer, struct gcov_info *info) convert_to_gcda() argument
[all...]
H A Dgcc_4_7.c391 void *buffer; member
407 static size_t store_gcov_u32(void *buffer, size_ argument
431 store_gcov_u64(void *buffer, size_t off, u64 v) store_gcov_u64() argument
452 convert_to_gcda(char *buffer, struct gcov_info *info) convert_to_gcda() argument
[all...]
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_io.c35 static int kgdb_transition_check(char *buffer) in kgdb_transition_check() argument
196 kdb_read(char *buffer, size_t bufsize) kdb_read() argument
441 kdb_getstr(char *buffer, size_t bufsize, const char *prompt) kdb_getstr() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dprofile.c435 prof_cpu_mask_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) prof_cpu_mask_proc_write() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/
H A Ddlmfs.c82 static int param_get_dlmfs_capabilities(char *buffer, in param_get_dlmfs_capabilities() argument

Completed in 33 milliseconds

1...<<191192193194195196197198199200>>...383