Searched defs:get_bkpt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c412 get_bkpt(uintptr_t pc) function
1267 if ((Bp = get_bkpt(pc)) == NULL) {
1422 if (get_bkpt(pc) != Bp)
1432 if (get_bkpt(pc) != Bp)
1611 if ((Bp = get_bkpt(pc)) == NULL || (Dp = Bp->dyn) == NULL)
1788 if ((Bp = get_bkpt(pc)) != NULL && (Bp->flags & BPT_ACTIVE))

Completed in 87 milliseconds