OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_next_free_watchpoint
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ddb/
db_watch.c
58
static db_watchpoint_t
db_next_free_watchpoint
= &db_watch_table[0];
variable in typeref:typename:db_watchpoint_t
77
if (
db_next_free_watchpoint
== &db_watch_table[NWATCHPOINTS]) {
81
watch =
db_next_free_watchpoint
;
82
db_next_free_watchpoint
++;
Completed in 14 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025