Lines Matching defs:fstrm
967 static fstrmtable fstrm[] = {
969 "fstrm-set-buffer-hint",
974 "fstrm-set-flush-timeout",
979 "fstrm-set-input-queue-size",
984 "fstrm-set-output-notify-threshold",
989 "fstrm-set-output-queue-size",
994 "fstrm-set-reopen-interval",
1425 for (i = 0; i < sizeof(fstrm) / sizeof(fstrm[0]); i++) {
1429 (void) cfg_map_get(options, fstrm[i].name, &obj);
1434 if (value < fstrm[i].min ||
1435 (fstrm[i].max != 0U && value > fstrm[i].max)) {
1436 if (fstrm[i].max != 0U)
1439 fstrm[i].name, value,
1440 fstrm[i].min, fstrm[i].max);
1444 fstrm[i].name, value, fstrm[i].min);
1448 if (strcmp(fstrm[i].name, "fstrm-set-input-queue-size") == 0) {
1457 fstrm[i].name,