Searched refs:dump_buf (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 1097 static u32 qed_dump_str(char *dump_buf, bool dump, const char *str) in qed_dump_str() argument 1100 strcpy(dump_buf, str); in qed_dump_str() 1108 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) in qed_dump_align() argument 1116 memset(dump_buf, 0, align_size); in qed_dump_align() 1124 static u32 qed_dump_str_param(u32 *dump_buf, in qed_dump_str_param() argument 1128 char *char_buf = (char *)dump_buf; in qed_dump_str_param() 1151 static u32 qed_dump_num_param(u32 *dump_buf, in qed_dump_num_param() argument 1154 char *char_buf = (char *)dump_buf; in qed_dump_num_param() 1171 *(dump_buf + offset) = param_val; in qed_dump_num_param() 1182 u32 *dump_buf, bool dump) in qed_dump_fw_ver_param() argument [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_split.c | 6 static char *dump_buf; variable 134 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); 145 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ 146 ASSERT_STREQ(dump_buf, 202 free(dump_buf);
|
| H A D | btf_dump.c | 132 char *dump_buf; member 140 free(t->dump_buf); in test_ctx__free() 147 t->dump_buf_file = open_memstream(&t->dump_buf, &t->dump_buf_sz); in test_ctx__init() 176 t->dump_buf[t->dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_ctx__dump_and_compare() 178 ASSERT_STREQ(t->dump_buf, expected_output, message); in test_ctx__dump_and_compare()
|
| /linux/tools/perf/tests/ |
| H A D | code-reading.c | 365 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() function 517 dump_buf(buf1, len); in read_object_code() 519 dump_buf(buf2, len); in read_object_code()
|
| /linux/drivers/net/ethernet/intel/ |
| H A D | e100.c | 522 u8 dump_buf[596]; member 1388 offsetof(struct mem, dump_buf)); in e100_dump() 2443 return (1 + E100_PHY_REGS) * sizeof(u32) + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2464 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2467 memcpy(&buff[1 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2468 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|