Lines Matching defs:flags
75 unsigned flags;
164 * Operating mode flags (set from the command line).
196 if (ccfg->flags != CFLAG_LFE) {
228 testdsp(int hd, int flags, testcfg_t *tcfg)
301 if (ccfg->flags & CFLAG_LFE) {
380 test_device(char *dn, int flags, testcfg_t *tcfg)
423 code = testdsp(fd, flags, tcfg);
479 int flags = 0;
498 flags |= TF_LOOP;
560 rv = test_device(dn, flags, tcfg);
577 rv = test_device(dn, flags, tcfg);
591 } while (status && (flags & TF_LOOP));