Searched refs:intrpc (Results 1 – 2 of 2) sorted by relevance
462 uint32_t * intrpc) in dtrace_getpcstack() argument491 if (intrpc != NULL && depth < pcstack_limit) { in dtrace_getpcstack()492 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()