Searched refs:isstr (Results 1 – 3 of 3) sorted by relevance
236 #define isstr(n) ((n)->tval & STR) macro
149 #define isstr(n) (n->tval & STR)
2299 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local2389 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()2396 if (isstr && data[i] == '\0') in dtrace_aggregate()2427 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()2433 if (isstr && data[i] == '\0') in dtrace_aggregate()