Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_watch.c56 static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
57 static db_watchpoint_t db_free_watchpoints = 0;
58 static db_watchpoint_t db_watchpoint_list = 0;
60 static db_watchpoint_t db_watchpoint_alloc(void);
61 static void db_watchpoint_free(db_watchpoint_t watch);
71 static db_watchpoint_t
74 db_watchpoint_t watch; in db_watchpoint_alloc()
91 db_watchpoint_free(db_watchpoint_t watch) in db_watchpoint_free()
100 db_watchpoint_t watch; in db_set_watchpoint()
140 db_watchpoint_t watch; in db_delete_watchpoint()
[all …]
H A Ddb_watch.h46 } *db_watchpoint_t; typedef