Searched refs:CMP_FLAG (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 335 if (CMP_FLAG(l, ICANON)) in ttydisc_read() 380 if (CMP_FLAG(o, ONOEOT)) in ttydisc_write_oproc() 395 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc() 427 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc() 596 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize() 645 if (CMP_FLAG(l, FLUSHO)) in ttydisc_echo_force() 760 if (CMP_FLAG(l, ECHO)) { in ttydisc_rubchar() 904 if (CMP_FLAG(i, ISTRIP)) in ttydisc_rint() 944 if (CMP_FLAG(l, ISIG)) { in ttydisc_rint() 983 if (CMP_FLAG(i, IXON)) { in ttydisc_rint() [all …]
|
| /f-stack/dpdk/app/test-fib/ |
| H A D | main.c | 38 #define CMP_FLAG (1 << 0) macro 665 ((config.flags & CMP_FLAG) != CMP_FLAG)) { in check_config() 741 config.flags |= CMP_FLAG; in parse_opts() 909 if (config.flags & CMP_FLAG) { in run_v4() 950 if (config.flags & CMP_FLAG) { in run_v4() 991 if (config.flags & CMP_FLAG) { in run_v4() 1103 if (config.flags & CMP_FLAG) { in run_v6() 1145 if (config.flags & CMP_FLAG) { in run_v6() 1189 if (config.flags & CMP_FLAG) { in run_v6()
|