Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_watch.c58 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
59 static db_watchpoint_t db_free_watchpoints = 0;
60 static db_watchpoint_t db_watchpoint_list = 0;
65 static db_watchpoint_t db_watchpoint_alloc(void);
66 static void db_watchpoint_free(db_watchpoint_t);
68 db_watchpoint_t
71 db_watchpoint_t watch; in db_watchpoint_alloc()
88 db_watchpoint_free(db_watchpoint_t watch) in db_watchpoint_free()
97 db_watchpoint_t watch; in db_set_watchpoint()
135 db_watchpoint_t watch; in db_delete_watchpoint()
[all …]
H A Ddb_watch.h43 } *db_watchpoint_t; typedef