Home
last modified time | relevance | path

Searched refs:db_ctf_pprint_cmd (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/ddb/
Ddb_command.c85 void db_ctf_pprint_cmd(db_expr_t, int, db_expr_t,char *);
672 { "pprint", db_ctf_pprint_cmd, CS_OWN, NULL },
Ddb_ctf.c704 db_ctf_pprint_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ctf_pprint_cmd() function