Home
last modified time | relevance | path

Searched refs:bptlist_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c66 bptlist_t *new, *cur, *prev; in set_breakpoint()
80 new = malloc(sizeof (bptlist_t)); in set_breakpoint()
97 static bptlist_t *
100 bptlist_t *cur; in find_bp()
108 return ((bptlist_t *)-1); in find_bp()
115 bptlist_t *cur, *prev; in delete_bp()
136 bptlist_t *cur; in list_breakpoints()
154 bptlist_t *cur; in set_breaks()
176 bptlist_t *cur; in clear_breaks()
190 bptlist_t *cur, *prev; in delete_all_breakpoints()
[all …]
H A Drdb.h132 } bptlist_t; typedef
162 bptlist_t *pp_breakpoints; /* break point list */