Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c98 find_bp(struct ps_prochandle *ph, ulong_t addr) in find_bp() function
211 if (((bpt = find_bp(ph, addr)) == (bptlist_t *)-1) || in delete_breakpoint()
352 if ((bpt = find_bp(ph, pstatus.pr_lwp.pr_reg[R_PC])) == in continue_to_break()
432 if ((bpt = find_bp(ph, pc)) != (bptlist_t *)-1) { in step_n()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c584 find_bp(ml_unit_t *ul, cirbuf_t *cb, off_t lof) in find_bp() function
649 if ((bp = find_bp(ul, &ul->un_wrbuf, lof)) != NULL) { in get_read_bp()
653 if ((bp = find_bp(ul, &ul->un_rdbuf, lof)) != NULL) { in get_read_bp()