Searched refs:find_bp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | bpt.c | 98 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()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 584 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()
|