OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_watchpoint_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ddb/
db_watch.c
60
static db_watchpoint_t
db_watchpoint_list
= 0;
variable in typeref:typename:db_watchpoint_t
108
for (watch =
db_watchpoint_list
; watch != 0; watch = watch->link)
126
watch->link =
db_watchpoint_list
;
127
db_watchpoint_list
= watch;
138
for (prev = &
db_watchpoint_list
;
157
if (
db_watchpoint_list
== 0) {
163
for (watch =
db_watchpoint_list
; watch != 0; watch = watch->link)
214
for (watch =
db_watchpoint_list
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025