HomeSort by: relevance | last modified time | path
    Searched defs:db_free_watchpoints (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ddb/
db_watch.c 59 static db_watchpoint_t db_free_watchpoints = 0; variable in typeref:typename:db_watchpoint_t
73 if ((watch = db_free_watchpoints) != 0) {
74 db_free_watchpoints = watch->link;
90 watch->link = db_free_watchpoints;
91 db_free_watchpoints = watch;

Completed in 13 milliseconds