sys/ddb/db_pprint.c
129
db_pprint_type(maddr, mtype, depth + 1);
sys/ddb/db_pprint.c
152
db_pprint_type(maddr, mtype, depth + 1);
sys/ddb/db_pprint.c
192
db_pprint_type(elem_addr, elem_type, depth);
sys/ddb/db_pprint.c
291
db_pprint_type(val, ref_type, depth + 1);
sys/ddb/db_pprint.c
341
db_pprint_type(addr, ref_type, depth);
sys/ddb/db_pprint.c
391
db_pprint_type(addr, type, 0);
sys/ddb/db_pprint.c
415
db_pprint_type(addr, type, 0);
sys/ddb/db_pprint.c
42
static void db_pprint_type(db_addr_t addr, struct ctf_type_v3 *type,