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

/netbsd-6-1-5-RELEASE/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;
88 db_watchpoint_free(db_watchpoint_t watch)
97 db_watchpoint_t watch;
135 db_watchpoint_t watc
[all...]
H A Ddb_watch.h43 } *db_watchpoint_t; typedef in typeref:struct:db_watchpoint

Completed in 93 milliseconds