Searched refs:LOG (Results 1 – 3 of 3) sorted by relevance
25 #define LOG() ({ if (!linum) linum = __LINE__; }) macro38 LOG(); in test_syncookie_helper()43 LOG(); in test_syncookie_helper()51 LOG(); in test_syncookie_helper()62 LOG(); in test_syncookie_helper()90 LOG(); in handle_ip6_tcp()97 LOG(); in handle_ip6_tcp()106 LOG(); in handle_ip6_tcp()111 LOG(); in handle_ip6_tcp()124 LOG(); in handle_ip6_tcp()[all …]
70 LOG=$(mktemp --tmpdir -t lkdtm-log-XXXXXX)73 rm -f "$LOG" "$DMESG"97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true99 cat "$LOG"101 if grep -E -qi "$expect" "$LOG" ; then105 if grep -E -qi XFAIL: "$LOG" ; then
582 print LOG @_;1569 my $log_size = tell LOG;1908 print LOG $line if ($dolog);4289 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}";4290 LOG->autoflush(1);4439 $test_log_start = tell(LOG);4551 close LOG;