Searched refs:intrpc (Results 1 – 2 of 2) sorted by relevance
468 uint32_t * intrpc) in dtrace_getpcstack() argument480 if (intrpc != NULL && depth < pcstack_limit) { in dtrace_getpcstack()481 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
828 uint32_t *intrpc) in dtrace_getpcstack() argument847 if (intrpc != NULL && depth < pcstack_limit) in dtrace_getpcstack()848 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack()