Home
last modified time | relevance | path

Searched refs:pp_breakpoints (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c68 for (cur = ph->pp_breakpoints, prev = NULL; in set_breakpoint()
87 new->bl_next = ph->pp_breakpoints; in set_breakpoint()
88 ph->pp_breakpoints = new; in set_breakpoint()
102 for (cur = ph->pp_breakpoints; in find_bp()
117 for (cur = ph->pp_breakpoints, prev = NULL; in delete_bp()
125 ph->pp_breakpoints = cur->bl_next; in delete_bp()
138 if (ph->pp_breakpoints == NULL) { in list_breakpoints()
181 for (cur = ph->pp_breakpoints; cur; cur = cur->bl_next) in clear_breaks()
192 if (ph->pp_breakpoints == NULL) in delete_all_breakpoints()
195 for (prev = NULL, cur = ph->pp_breakpoints; in delete_all_breakpoints()
[all …]
H A Drdb.h162 bptlist_t *pp_breakpoints; /* break point list */ member
H A Dps.c167 procp->pp_breakpoints = NULL; in ps_init()