| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_dbg_fw_funcs.c | 1999 static u32 ecore_dump_str(char *dump_buf, in ecore_dump_str() argument 2004 OSAL_STRCPY(dump_buf, str); in ecore_dump_str() 2012 static u32 ecore_dump_align(char *dump_buf, in ecore_dump_align() argument 2022 OSAL_MEMSET(dump_buf, 0, align_size); in ecore_dump_align() 2030 static u32 ecore_dump_str_param(u32 *dump_buf, in ecore_dump_str_param() argument 2035 char *char_buf = (char *)dump_buf; in ecore_dump_str_param() 2058 static u32 ecore_dump_num_param(u32 *dump_buf, in ecore_dump_num_param() argument 2063 char *char_buf = (char *)dump_buf; in ecore_dump_num_param() 2080 *(dump_buf + offset) = param_val; in ecore_dump_num_param() 2091 u32 *dump_buf, in ecore_dump_fw_ver_param() argument [all …]
|
| D | ecore_dbg_fw_funcs.h | 549 u32 *dump_buf, 609 u32 *dump_buf, 646 u32 *dump_buf, 690 u32 *dump_buf, 728 u32 *dump_buf, 766 u32 *dump_buf, 805 u32 *dump_buf, 842 u32 *dump_buf,
|
| /freebsd-12-stable/contrib/ngatm/sscop/ |
| D | common.c | 101 dump_buf(const char *w, const u_char *buf, size_t len) in dump_buf() function 172 dump_buf("SSCOP INPUT", m->b_rptr, got); in proto_msgin() 255 dump_buf("send", m->b_rptr, uni_msg_len(m)); in proto_msgout()
|
| D | common.h | 66 void dump_buf(const char *, const u_char *, size_t);
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_cmd.c | 302 static void dump_buf(void *buf, int size, int data_only, int offset) in dump_buf() function 732 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 735 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 739 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 754 dump_buf(block->data, dump_len, 1, offset); in dump_command() 758 dump_buf(block, sizeof(*block), 0, offset); in dump_command()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_msfees.c | 349 static void dump_buf P((l_fp *coffs, int from, int to, char *text)); 371 dump_buf( in dump_buf() function 1279 dump_buf(coffs, 0, samples, "Raw data is:"); in ees_process() 1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:"); in ees_process()
|
| /freebsd-12-stable/sys/dev/ipmi/ |
| D | ipmi.c | 310 dump_buf(temp, 16); in ipmi_handle_attn() 1080 dump_buf(u_char *data, int len) in dump_buf() function
|
| /freebsd-12-stable/sys/dev/ixl/ |
| D | ixl_pf_main.c | 4348 u8 dump_buf[4096]; in ixl_sysctl_dump_debug_data() local 4361 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL); in ixl_sysctl_dump_debug_data() 4369 bcopy(dump_buf, (caddr_t)final_buff + final_buff_len, ret_buff_size); in ixl_sysctl_dump_debug_data() 4394 bzero(dump_buf, sizeof(dump_buf)); in ixl_sysctl_dump_debug_data()
|