Home
last modified time | relevance | path

Searched refs:bad_start (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/ktest/
H A Dconfig-bisect.pl697 my $bad_start = expand_path $ARGV[1];
700 my $bad = "$bad_start.tmp";
714 if ( ! -f $bad_start ) {
715 die "$bad_start not found\n";
735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.c258 int bad_start = 0; in ether1_ramtest() local
278 bad_start = i; in ether1_ramtest()
282 if (bad_start == i - 1) in ether1_ramtest()