Searched refs:prefix_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | printk.h | 49 const int prefix_type, const int rowsize, const int groupsize, in print_hex_dump() argument 64 switch (prefix_type) { in print_hex_dump() 101 print_hex_dump_bytes(const char *prefix_str, const int prefix_type, in print_hex_dump_bytes() argument 104 print_hex_dump(NULL, prefix_str, prefix_type, 16, 1, buf, len, 0); in print_hex_dump_bytes()
|