Home
last modified time | relevance | path

Searched refs:ts_name (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c317 const char *ts_name; member
337 mdb_snprintf(out, out_sz, "%s", tsp->ts_name); in thread_state_to_text()
351 if (strcasecmp(tsp->ts_name, state) == 0) { in thread_text_to_state()
366 cbfunc(tsp->ts_state, tsp->ts_name, cbarg); in thread_walk_states()