Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c303 streams_parse_flag(const strflags_t ftable[], const char *arg, uint32_t *flag) in streams_parse_flag() function
403 if (flag != NULL && streams_parse_flag(qf, flag, &mask) == -1) { in queue()
410 streams_parse_flag(qf, not_flag, &not_mask) == -1) { in queue()
531 if (flag != NULL && streams_parse_flag(sqf, flag, &mask) == -1) { in syncq()
537 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq()
543 if (not_flag != NULL && streams_parse_flag(sqf, not_flag, &not_mask) in syncq()
550 if (not_typ != NULL && streams_parse_flag(sqt, not_typ, &not_tmask) in syncq()
668 if (flag != NULL && streams_parse_flag(stdf, flag, &mask) == -1) { in stdata()
675 streams_parse_flag(stdf, not_flag, &not_mask) == -1) { in stdata()
1279 if (flag != NULL && streams_parse_flag(mbf, flag, &mask) == -1) { in mblk_prt()
[all …]