Home
last modified time | relevance | path

Searched refs:prefix_type (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/lib/
H A Dhexdump.c182 void print_hex_dump(const char *prefix_str, int prefix_type, int rowsize, in print_hex_dump() argument
199 switch (prefix_type) { in print_hex_dump()
225 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() argument
228 print_hex_dump(prefix_str, prefix_type, 16, 1, buf, len, true); in print_hex_dump_bytes()
235 void print_hex_dump(const char *prefix_str, int prefix_type, in print_hex_dump() argument
241 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() argument
/openbmc/linux/include/linux/
H A Dprintk.h714 int prefix_type, int rowsize, int groupsize,
718 int prefix_type, int rowsize, int groupsize, in print_hex_dump() argument
722 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() argument
731 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
733 dynamic_hex_dump(prefix_str, prefix_type, rowsize, \
736 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
738 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \
741 static inline void print_hex_dump_debug(const char *prefix_str, int prefix_type, in print_hex_dump_debug() argument
760 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument
761 print_hex_dump_debug(prefix_str, prefix_type, 16, 1, buf, len, true)
H A Ddynamic_debug.h284 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
288 KERN_DEBUG, prefix_str, prefix_type, \
311 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
314 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, \
H A Dtrace_seq.h98 int prefix_type, int rowsize, int groupsize,
H A Dseq_buf.h163 int prefix_type, int rowsize, int groupsize,
H A Dseq_file.h155 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type,
H A Dtrace_events.h51 int prefix_type, int rowsize, int groupsize,
/openbmc/u-boot/include/
H A Dhexdump.h86 void print_hex_dump(const char *prefix_str, int prefix_type, int rowsize,
88 void print_hex_dump_bytes(const char *prefix_str, int prefix_type,
/openbmc/linux/drivers/crypto/caam/
H A Derror.c16 void caam_dump_sg(const char *prefix_str, int prefix_type, in caam_dump_sg() argument
38 print_hex_dump_debug(prefix_str, prefix_type, rowsize, in caam_dump_sg()
46 void caam_dump_sg(const char *prefix_str, int prefix_type, in caam_dump_sg() argument
H A Derror.h20 void caam_dump_sg(const char *prefix_str, int prefix_type,
/openbmc/linux/include/trace/stages/
H A Dstage3_trace_output.h123 #define __print_hex_dump(prefix_str, prefix_type, \ argument
125 trace_print_hex_dump_seq(p, prefix_str, prefix_type, \
/openbmc/linux/lib/
H A Dhexdump.c261 void print_hex_dump(const char *level, const char *prefix_str, int prefix_type, in print_hex_dump() argument
279 switch (prefix_type) { in print_hex_dump()
H A Dseq_buf.c389 int seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str, int prefix_type, argument
408 switch (prefix_type) {
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1161 #define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \ argument
1164 prefix_type, rowsize, \
1167 #define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \ argument
1170 prefix_type, rowsize, \
1173 #define wil_hex_dump_misc(prefix_str, prefix_type, rowsize, \ argument
1176 prefix_type, rowsize, \
1180 void wil_hex_dump_txrx(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_txrx() argument
1186 void wil_hex_dump_wmi(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_wmi() argument
1192 void wil_hex_dump_misc(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_misc() argument
H A Dfw_inc.c13 #define wil_hex_dump_fw(prefix_str, prefix_type, rowsize, \ argument
16 prefix_type, rowsize, \
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c383 int prefix_type, int rowsize, int groupsize, in trace_seq_hex_dump() argument
399 prefix_type, rowsize, groupsize, in trace_seq_hex_dump()
H A Dtrace_output.c282 int prefix_type, int rowsize, int groupsize, in trace_print_hex_dump_seq() argument
288 trace_seq_hex_dump(p, prefix_str, prefix_type, in trace_print_hex_dump_seq()
/openbmc/linux/mm/
H A Dkmemleak.c277 static void warn_or_seq_hex_dump(struct seq_file *seq, int prefix_type, in warn_or_seq_hex_dump() argument
282 seq_hex_dump(seq, HEX_PREFIX, prefix_type, rowsize, groupsize, in warn_or_seq_hex_dump()
285 print_hex_dump(KERN_WARNING, pr_fmt(HEX_PREFIX), prefix_type, in warn_or_seq_hex_dump()
/openbmc/linux/fs/
H A Dseq_file.c864 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type, in seq_hex_dump() argument
881 switch (prefix_type) { in seq_hex_dump()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h575 unsigned char prefix_type; member
/openbmc/linux/net/ipv6/
H A Daddrconf.c6173 pmsg->prefix_type = pinfo->type; in inet6_fill_prefix()