Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c121 static const struct str_flags sqt[] = { variable
537 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq()
539 streams_flag_usage(sqt); in syncq()
550 if (not_typ != NULL && streams_parse_flag(sqt, not_typ, &not_tmask) in syncq()
553 streams_flag_usage(sqt); in syncq()
606 for (i = 0; sqt[i].strf_name != NULL; i++) { in syncq()
617 sqt[i].strf_name, sqt[i].strf_descr); in syncq()