Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c106 static const struct str_flags sqf[] = { variable
531 if (flag != NULL && streams_parse_flag(sqf, flag, &mask) == -1) { in syncq()
533 streams_flag_usage(sqf); in syncq()
543 if (not_flag != NULL && streams_parse_flag(sqf, not_flag, &not_mask) in syncq()
546 streams_flag_usage(sqf); in syncq()
592 for (i = 0; sqf[i].strf_name != NULL; i++) { in syncq()
603 sqf[i].strf_name, sqf[i].strf_descr); in syncq()