Home
last modified time | relevance | path

Searched defs:buf (Results 5751 - 5775 of 21242) sorted by relevance

1...<<231232233234235236237238239240>>...850

/kernel/linux/linux-6.6/drivers/s390/char/
H A Dhmcdrv_ftp.c237 hmcdrv_ftp_cmd(char __kernel *cmd, loff_t offset, char __user *buf, size_t len) hmcdrv_ftp_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_card.c22 hwtype_show(struct device *dev, struct device_attribute *attr, char *buf) hwtype_show() argument
32 raw_hwtype_show(struct device *dev, struct device_attribute *attr, char *buf) raw_hwtype_show() argument
42 depth_show(struct device *dev, struct device_attribute *attr, char *buf) depth_show() argument
52 ap_functions_show(struct device *dev, struct device_attribute *attr, char *buf) ap_functions_show() argument
62 request_count_show(struct device *dev, struct device_attribute *attr, char *buf) request_count_show() argument
76 request_count_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) request_count_store() argument
96 requestq_count_show(struct device *dev, struct device_attribute *attr, char *buf) requestq_count_show() argument
115 pendingq_count_show(struct device *dev, struct device_attribute *attr, char *buf) pendingq_count_show() argument
134 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) modalias_show() argument
142 config_show(struct device *dev, struct device_attribute *attr, char *buf) config_show() argument
150 config_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) config_store() argument
176 chkstop_show(struct device *dev, struct device_attribute *attr, char *buf) chkstop_show() argument
186 max_msg_size_show(struct device *dev, struct device_attribute *attr, char *buf) max_msg_size_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c181 char buf[80]; in ahc_linux_pci_dev_probe() local
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l2_sys.c12 qeth_bridge_port_role_state_show(struct device *dev, struct device_attribute *attr, char *buf, int show_state) qeth_bridge_port_role_state_show() argument
63 qeth_bridge_port_role_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_bridge_port_role_show() argument
74 qeth_bridge_port_role_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) qeth_bridge_port_role_store() argument
114 qeth_bridge_port_state_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_bridge_port_state_show() argument
128 qeth_bridgeport_hostnotification_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_bridgeport_hostnotification_show() argument
142 qeth_bridgeport_hostnotification_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) qeth_bridgeport_hostnotification_store() argument
176 qeth_bridgeport_reflect_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_bridgeport_reflect_show() argument
196 qeth_bridgeport_reflect_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) qeth_bridgeport_reflect_store() argument
274 qeth_vnicc_timeout_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_vnicc_timeout_show() argument
290 qeth_vnicc_timeout_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) qeth_vnicc_timeout_store() argument
309 qeth_vnicc_char_show(struct device *dev, struct device_attribute *attr, char *buf) qeth_vnicc_char_show() argument
328 qeth_vnicc_char_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) qeth_vnicc_char_store() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unxz.c194 static void memzero(void *buf, size_t size) in memzero() argument
400 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() argument
H A Ddecompress_unzstd.c333 STATIC int INIT unzstd(unsigned char *buf, long len, in unzstd() argument
343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() argument
H A Dtest_hexdump.c165 char buf[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump_overflow() local
[all...]
H A Dhexdump.c127 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer() argument
261 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump() argument
[all...]
H A Ddecompress_unlzo.c277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() argument
H A Dcrc32.c58 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) argument
/kernel/linux/linux-6.6/mm/
H A Dmmap_lock.c45 char __rcu *buf; member
136 char *buf; in get_memcg_path_buf() local
201 char *buf in get_mm_memcg_path() local
[all...]
H A Dpage_table_check.c25 static int __init early_page_table_check_param(char *buf) in early_page_table_check_param() argument
H A Dpage_idle.c114 page_idle_bitmap_read(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t pos, size_t count) page_idle_bitmap_read() argument
159 page_idle_bitmap_write(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t pos, size_t count) page_idle_bitmap_write() argument
H A Dshrinker_debug.c177 char buf[128]; in shrinker_debugfs_add() local
211 char buf[128]; in shrinker_debugfs_rename() local
108 shrinker_debugfs_scan_write(struct file *file, const char __user *buf, size_t size, loff_t *pos) shrinker_debugfs_scan_write() argument
[all...]
/kernel/linux/linux-6.6/kernel/time/
H A Dtest_udelay.c99 static ssize_t udelay_test_write(struct file *file, const char __user *buf, in udelay_test_write() argument
H A Dposix-clock.c39 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read() argument
/kernel/linux/linux-6.6/kernel/sched/
H A Dautogroup.c285 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path() argument
/kernel/linux/linux-6.6/lib/kunit/
H A Dassert.c213 kunit_assert_hexdump(struct string_stream *stream, const void *buf, const void *compared_buf, const size_t len) kunit_assert_hexdump() argument
/kernel/linux/linux-6.6/kernel/
H A Dstacktrace.c47 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, in stack_trace_snprint() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dpreemptirq_delay_test.c166 trigger_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) trigger_store() argument
H A Dtrace_seq.c378 trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) trace_seq_hex_dump() argument
H A Dtrace_probe_tmpl.h7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() argument
29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() argument
[all...]
/kernel/linux/linux-6.6/kernel/power/
H A Dwakelock.c38 ssize_t pm_show_wakelocks(char *buf, bool show_active) in pm_show_wakelocks() argument
203 int pm_wake_lock(const char *buf) in pm_wake_lock() argument
251 int pm_wake_unlock(const char *buf) in pm_wake_unlock() argument
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H A Dreport.c37 char buf[64]; in get_stack_skipnr() local
/kernel/linux/linux-6.6/net/6lowpan/
H A Ddebugfs.c127 char buf[128] = {}; in lowpan_ctx_pfx_write() local
171 char buf[32]; in lowpan_dev_debugfs_ctx_init() local

Completed in 16 milliseconds

1...<<231232233234235236237238239240>>...850