Home
last modified time | relevance | path

Searched refs:dump_buf (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dbg_fw_funcs.c1999 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 …]
Decore_dbg_fw_funcs.h549 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/
Dcommon.c101 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()
Dcommon.h66 void dump_buf(const char *, const u_char *, size_t);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_cmd.c302 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/
Drefclock_msfees.c349 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/
Dipmi.c310 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/
Dixl_pf_main.c4348 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()