Lines Matching refs:tbl_name
65 static char *tbl_name(itm_hdr_t *, itm_tbl_hdr_t *);
412 name = tbl_name(itm_hdr, direc_hdr); in dump_direc_tbl()
516 name = tbl_name(itm_hdr, tbl_hdr); in dump_map_i_f()
615 name = tbl_name(itm_hdr, tbl_hdr); in dump_map_l_f()
709 name = tbl_name(itm_hdr, tbl_hdr); in dump_map_hash()
851 name = tbl_name(itm_hdr, tbl_hdr); in dump_map_dense_enc()
961 name = tbl_name(itm_hdr, cond_hdr); in dump_cond_tbl()
1022 name = tbl_name(itm_hdr, op_hdr); in dump_op_tbl()
1131 printi(0, RNPREF "direction %1$s;\n", tbl_name(itm_hdr, in dump_op()
1135 printi(0, RNPREF "map %1$s", tbl_name(itm_hdr, in dump_op()
1145 tbl_name(itm_hdr, in dump_op()
3188 tbl_name(itm_hdr_t *itm_hdr, itm_tbl_hdr_t *tbl_hdr) in tbl_name() function