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)
2265 uint32_t hashval = 0, limit, isstr; in dtrace_aggregate() local2355 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()2362 if (isstr && data[i] == '\0') in dtrace_aggregate()2393 isstr = DTRACEACT_ISSTRING(act); in dtrace_aggregate()2399 if (isstr && data[i] == '\0') in dtrace_aggregate()