Home
last modified time | relevance | path

Searched refs: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) in get_bkpt() function
1261 if ((Bp = get_bkpt(pc)) == NULL) { in function_trace()
1416 if (get_bkpt(pc) != Bp) in function_trace()
1426 if (get_bkpt(pc) != Bp) in function_trace()
1601 if ((Bp = get_bkpt(pc)) == NULL || (Dp = Bp->dyn) == NULL) in trap_one_stack()
1772 if ((Bp = get_bkpt(pc)) != NULL && (Bp->flags & BPT_ACTIVE)) in return_count32()