Searched refs:LOG (Results 1 – 4 of 4) sorted by relevance
34 LOG(); in test_syncookie_helper()39 LOG(); in test_syncookie_helper()47 LOG(); in test_syncookie_helper()59 LOG(); in test_syncookie_helper()119 LOG(); in handle_ip_tcp()126 LOG(); in handle_ip_tcp()135 LOG(); in handle_ip_tcp()140 LOG(); in handle_ip_tcp()153 LOG(); in handle_ip_tcp()158 LOG(); in handle_ip_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
46 readonly LOG=$(mktemp /tmp/vsock_vmtest_XXXX.log)296 __log_stdin | tee -a "${LOG}" > ${redirect}298 __log_args "$@" | tee -a "${LOG}" > ${redirect}481 echo "Log: ${LOG}"
588 print LOG @_;1610 my $log_size = tell LOG;1949 print LOG $line if ($dolog);4420 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}";4421 LOG->autoflush(1);4570 $test_log_start = tell(LOG);4686 close LOG;
Completed in 10 milliseconds