Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2142 u32 *dump_buf, in ecore_dump_mfw_ver_param() argument
2659 u32 *dump_buf, in ecore_bus_dump_inputs() argument
2707 u32 *dump_buf, in ecore_bus_dump_hdr() argument
3046 u32 *dump_buf, in ecore_grc_dump_reg_entry() argument
3179 u32 *dump_buf, in ecore_grc_dump_registers() argument
3251 u32 *dump_buf, in ecore_grc_dump_reset_regs() argument
3448 u32 *dump_buf, in ecore_grc_dump_mem() argument
3635 u32 *dump_buf, in ecore_grc_dump_ctx() argument
3771 u32 *dump_buf, in ecore_grc_dump_vfc() argument
3798 u32 *dump_buf, in ecore_grc_dump_rss() argument
[all …]
H A 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.1/contrib/ngatm/sscop/
H A 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()
H A Dcommon.h66 void dump_buf(const char *, const u_char *, size_t);
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A 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.1/contrib/ntp/ntpd/
H A 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.1/sys/dev/ipmi/
H A Dipmi.c306 dump_buf(temp, 16); in ipmi_handle_attn()
1068 dump_buf(u_char *data, int len) in dump_buf() function
/freebsd-12.1/sys/dev/ixl/
H A Dixl_pf_main.c4798 u8 dump_buf[4096]; in ixl_sysctl_dump_debug_data() local
4811 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL); in ixl_sysctl_dump_debug_data()
4819 bcopy(dump_buf, (caddr_t)final_buff + final_buff_len, ret_buff_size); in ixl_sysctl_dump_debug_data()
4844 bzero(dump_buf, sizeof(dump_buf)); in ixl_sysctl_dump_debug_data()