Home
last modified time | relevance | path

Searched defs:title (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_hexdump.c11 rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_hexdump()
49 rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_memdump()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_logs.c12 bcmfs_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in bcmfs_hexdump_log()
H A Dbcmfs_logs.h22 #define BCMFS_DP_HEXDUMP_LOG(level, title, buf, len) \ argument
/dpdk/drivers/common/qat/
H A Dqat_logs.c11 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in qat_hexdump_log()
H A Dqat_logs.h19 #define QAT_DP_HEXDUMP_LOG(level, title, buf, len) \ argument
/dpdk/doc/guides/
H A Dconf.py117 def generate_overview_table(output_filename, table_id, section, table_name, title): argument
211 def print_table_header(outfile, num_cols, header_names, title): argument
/dpdk/usertools/
H A Ddpdk-devbind.py518 def display_devices(title, dev_list, extra_params=None): argument
/dpdk/app/test/
H A Dtest.h141 debug_hexdump(FILE *file, const char *title, const void *buf, size_t len) in debug_hexdump()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c11208 char title[16] = {0}; in cmd_show_set_raw_parsed() local