Searched refs:DTRACE_USTACK_STRSIZE (Results 1 – 3 of 3) sorted by relevance
533 #define DTRACE_USTACK_STRSIZE(x) (uint32_t)((x) >> 32) macro
6525 int strsize = DTRACE_USTACK_STRSIZE(arg); in dtrace_action_ustack()6981 DTRACE_USTACK_STRSIZE(rec->dtrd_arg) in dtrace_probe()6987 if (DTRACE_USTACK_STRSIZE(rec->dtrd_arg) != 0 && in dtrace_probe()7006 if (DTRACE_USTACK_STRSIZE(rec->dtrd_arg) != 0) { in dtrace_probe()7009 size_t strsize = DTRACE_USTACK_STRSIZE( in dtrace_probe()10813 if ((strsize = DTRACE_USTACK_STRSIZE(arg)) == 0) in dtrace_ecb_action_add()10825 strsize = DTRACE_USTACK_STRSIZE(arg); in dtrace_ecb_action_add()10835 size += DTRACE_USTACK_STRSIZE(arg); in dtrace_ecb_action_add()
1326 uint32_t strsize = DTRACE_USTACK_STRSIZE(arg); in dt_print_ustack()