Searched refs:no_output (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/ipf/ipftest/ |
H A D | ip_fil.c | 23 static int no_output(struct ifnet *, struct mbuf *, 107 no_output(ifp, m, s, rt) in no_output() function 306 ifp->if_output = (void *)no_output;
|
/freebsd/contrib/byacc/test/ |
H A D | run_test.sh | 176 test_flags no_output -o $MYFILE.output $MYFILE.y
|
/freebsd/usr.bin/yacc/tests/ |
H A D | Makefile | 301 FILEStest_yacc+= no_output.error 302 FILEStest_yacc+= no_output.output
|
/freebsd/contrib/byacc/ |
H A D | MANIFEST | 340 test/btyacc/no_output.error reference output for testing 341 test/btyacc/no_output.output reference output for testing 706 test/yacc/no_output.error reference output for testing 707 test/yacc/no_output.output reference output for testing
|
H A D | CHANGES | 1932 test/btyacc/no_output.error, test/btyacc/no_output.output, 1948 test/yacc/no_output.error, test/yacc/no_output.output, 3231 test/yacc/no_opts.output, test/yacc/no_output.error, 3232 test/yacc/no_output.output, test/yacc/no_output1.error, 3256 test/btyacc/no_output.error, test/btyacc/no_output.output,
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 16400 int no_output = 0; in rack_do_segment_nounlock() local 16452 no_output = 1; in rack_do_segment_nounlock() 16468 no_output = 1; in rack_do_segment_nounlock() 16470 if ((no_output == 1) && (slot_remaining < tcp_min_hptsi_time)) { in rack_do_segment_nounlock() 16479 no_output = 0; in rack_do_segment_nounlock() 16930 if ((nxt_pkt == 0) && (no_output == 0)) { in rack_do_segment_nounlock() 16948 } else if ((no_output == 1) && in rack_do_segment_nounlock()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8455 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.error 8456 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.output
|