HomeSort by: relevance | last modified time | path
    Searched refs:db_watchpoint_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ddb/
db_watch.c 58 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 watch
    [all...]
db_watch.h 43 } *db_watchpoint_t; typedef in typeref:struct:db_watchpoint *

Completed in 12 milliseconds