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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c73 struct bkpt *create_bkpt(uintptr_t, int, int);
100 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL)
160 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL)
163 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL)
166 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL)
430 create_bkpt(uintptr_t pc, int ret, int set) function
542 if ((Bp = create_bkpt(pc, 0, 0)) == NULL) /* can't fail */
1485 (void) create_bkpt(rpc, 1, 1); /* may or may not be set */
1622 if (create_bkpt(rpc, 1, 1) != NULL) {

Completed in 77 milliseconds