Lines Matching refs:strsize
6808 int strsize = DTRACE_USTACK_STRSIZE(arg); in dtrace_action_ustack() local
6820 ASSERT(strsize != 0); in dtrace_action_ustack()
6861 if (offs >= strsize) in dtrace_action_ustack()
6888 for (j = 0; offs + j < strsize; j++) { in dtrace_action_ustack()
6898 if (offs >= strsize) { in dtrace_action_ustack()
6909 while (offs < strsize) in dtrace_action_ustack()
11426 dtrace_optval_t nframes=0, strsize; in dtrace_ecb_action_add() local
11510 if ((strsize = DTRACE_USTACK_STRSIZE(arg)) == 0) in dtrace_ecb_action_add()
11511 strsize = opt[DTRACEOPT_JSTACKSTRSIZE]; in dtrace_ecb_action_add()
11516 arg = DTRACE_USTACK_ARG(nframes, strsize); in dtrace_ecb_action_add()
11522 strsize = DTRACE_USTACK_STRSIZE(arg); in dtrace_ecb_action_add()
11525 arg = DTRACE_USTACK_ARG(nframes, strsize); in dtrace_ecb_action_add()