Searched refs:elt_print (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 44 static int elt_print(const char *, ctf_id_t, ulong_t, int, void *); 89 (void) ctf_type_visit(ctfp, rtype, elt_print, &pa); in print_value() 299 elt_print(const char *name, ctf_id_t id, ulong_t off, int depth, void *data) in elt_print() function
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 109 static int elt_print(const char *, mdb_ctf_id_t, mdb_ctf_id_t, ulong_t, int, 1266 if (mdb_ctf_type_visit(r.mta_contents, elt_print, &pa) == -1) { in print_array() 1539 elt_print(const char *name, mdb_ctf_id_t id, mdb_ctf_id_t base, in elt_print() function 2462 if (elt_print("", mid, base, off, 0, in cmd_print() 2469 if (mdb_ctf_type_visit(mid, elt_print, in cmd_print() 2494 if (mdb_ctf_type_visit(id, elt_print, &pa) == -1) { in cmd_print()
|