Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 78) sorted by relevance

1234

/lib/
A Dtest_firmware.c130 char *buf; member
279 char *buf) in config_show()
454 char *buf) in config_name_show()
480 char *buf) in config_upload_name_show()
510 char *buf) in config_num_requests_show()
527 char *buf) in config_into_buf_show()
557 char *buf) in config_buf_size_show()
604 char *buf) in config_partial_show()
1378 char *buf) in test_result_show()
1395 char *buf) in read_firmware_show()
[all …]
A Dvsprintf.c242 char *put_dec_trunc8(char *buf, unsigned r) in put_dec_trunc8()
284 char *put_dec_full8(char *buf, unsigned r) in put_dec_full8()
310 char *put_dec(char *buf, unsigned long long n) in put_dec()
324 put_dec_full4(char *buf, unsigned r) in put_dec_full4()
344 unsigned put_dec_helper4(char *buf, unsigned x) in put_dec_helper4()
358 char *put_dec(char *buf, unsigned long long n) in put_dec()
729 char *string(char *buf, char *end, const char *s, in string()
738 static char *pointer_string(char *buf, char *end, in pointer_string()
989 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string()
3083 int sprintf(char *buf, const char *fmt, ...) in sprintf()
[all …]
A Dbitmap-str.c28 char *buf; in bitmap_parse_user() local
58 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, in bitmap_print_to_pagebuf()
79 static int bitmap_print_to_buf(bool list, char *buf, const unsigned long *maskp, in bitmap_print_to_buf()
180 int bitmap_print_bitmask_to_buf(char *buf, const unsigned long *maskp, in bitmap_print_bitmask_to_buf()
198 int bitmap_print_list_to_buf(char *buf, const unsigned long *maskp, in bitmap_print_list_to_buf()
374 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits) in bitmap_parselist()
419 char *buf; in bitmap_parselist_user() local
A Dtest_kmod.c460 char *buf) in config_show()
658 const char *buf, size_t count) in config_test_driver_store()
693 char *buf) in config_test_driver_show()
724 char *buf) in config_test_fs_show()
949 char *buf, in test_dev_config_show_int()
962 char *buf, in test_dev_config_show_uint()
976 const char *buf, size_t count) in test_result_store()
987 const char *buf, size_t count) in config_num_threads_store()
999 char *buf) in config_num_threads_show()
1023 char *buf) in config_test_case_show()
[all …]
A Ddecompress_inflate.c42 static int INIT __gunzip(unsigned char *buf, long len, in __gunzip()
200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip()
210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
A Dtest_meminit.c66 void *buf; in do_alloc_pages_order() local
107 void *buf; in do_kmalloc_size() local
131 void *buf; in do_vmalloc_size() local
187 static bool __init check_buf(void *buf, int size, bool want_ctor, in check_buf()
224 void *buf, *buf_copy; in do_kmem_cache_size() local
295 void *buf, *buf_contents, *saved_ptr; in do_kmem_cache_rcu_persistent() local
A Dparser.c141 char buf[NUMBER_BUF_LEN]; in match_number() local
172 char buf[NUMBER_BUF_LEN]; in match_u64int() local
212 char buf[NUMBER_BUF_LEN]; in match_uint() local
A Dpacking_test.c401 typedef struct __packed { u8 buf[PACKED_BUF_SIZE]; } packed_buf_t; member
434 packed_buf_t buf = {}; in packing_test_pack_fields() local
443 const packed_buf_t buf = { in packing_test_unpack_fields() local
A Dkfifo.c115 const void *buf, unsigned int len) in __kfifo_in()
154 void *buf, unsigned int len) in __kfifo_out_peek()
181 void *buf, unsigned int len) in __kfifo_out()
313 const void *buf = fifo->data + data_offset; in setup_sgl_buf() local
434 unsigned int __kfifo_in_r(struct __kfifo *fifo, const void *buf, in __kfifo_in_r()
449 void *buf, unsigned int len, size_t recsize, unsigned int *n) in kfifo_out_copy_r()
460 unsigned int __kfifo_out_peek_r(struct __kfifo *fifo, void *buf, in __kfifo_out_peek_r()
485 unsigned int __kfifo_out_r(struct __kfifo *fifo, void *buf, in __kfifo_out_r()
A Dbuildid.c15 void *buf; member
33 static void freader_init_from_file(struct freader *r, void *buf, u32 buf_sz, in freader_init_from_file()
295 char buf[MAX_FREADER_BUF_SZ]; in __build_id_parse() local
370 int build_id_parse_buf(const void *buf, unsigned char *build_id, u32 buf_size) in build_id_parse_buf()
A Dkobject_uevent.c61 static int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
98 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end()
113 static int kobject_action_args(const char *buf, size_t count, in kobject_action_args()
191 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent()
700 char buf[sizeof("SEQNUM=") + 21]; in uevent_net_broadcast() local
A Dhexdump.c127 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer()
263 const void *buf, size_t len, bool ascii) in print_hex_dump()
A Ddecompress_unzstd.c333 STATIC int INIT unzstd(unsigned char *buf, long len, in unzstd()
343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
A Ddynamic_debug.c101 struct flagsbuf { char buf[ARRAY_SIZE(opt_array)+1]; }; member
279 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize()
824 static char *__dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in __dynamic_emit_prefix()
857 static inline char *dynamic_emit_prefix(struct _ddebug *desc, char *buf) in dynamic_emit_prefix()
868 char buf[PREFIX_SIZE] = ""; in __dynamic_pr_debug() local
901 char buf[PREFIX_SIZE] = ""; in __dynamic_dev_dbg() local
930 char buf[PREFIX_SIZE] = ""; in __dynamic_netdev_dbg() local
966 char buf[PREFIX_SIZE] = ""; in __dynamic_ibdev_dbg() local
/lib/crc/s390/
A Dcrc32le-vx.c92 static u32 crc32_le_vgfm_generic(u32 crc, unsigned char const *buf, size_t size, unsigned long *con… in crc32_le_vgfm_generic()
232 u32 crc32_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size) in crc32_le_vgfm_16()
237 u32 crc32c_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size) in crc32c_le_vgfm_16()
A Dcrc32be-vx.c80 u32 crc32_be_vgfm_16(u32 crc, unsigned char const *buf, size_t size) in crc32_be_vgfm_16()
/lib/xz/
A Dxz_dec_bcj.c75 uint8_t buf[16]; member
89 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86()
161 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc()
184 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64()
270 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm()
295 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb()
328 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc()
352 static size_t bcj_arm64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm64()
393 static size_t bcj_riscv(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_riscv()
494 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
A Dxz_crc32.c48 uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) in xz_crc32()
/lib/tests/
A Dseq_buf_kunit.c13 char buf[32]; in seq_buf_init_test() local
154 char *buf; in seq_buf_get_buf_commit_test() local
A Dtest_hash.c46 static void fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
146 char buf[SIZE+1]; in test_string_or() local
171 char buf[SIZE+1]; in test_hash_or() local
/lib/zlib_dfltcc/
A Ddfltcc.c10 char *buf, in oesc_msg()
/lib/zlib_inflate/
A Dinfutil.c10 const void *buf, unsigned int len) in zlib_inflate_blob()
/lib/crc/arm/
A Dcrc-t10dif.h35 u8 buf[16] __aligned(16); in crc_t10dif_arch() local
/lib/crc/arm64/
A Dcrc-t10dif.h37 u8 buf[16]; in crc_t10dif_arch() local
/lib/math/tests/
A Dprime_numbers_kunit.c11 static char buf[PAGE_SIZE]; in dump_primes() local

Completed in 34 milliseconds

1234