Home
last modified time | relevance | path

Searched refs:file2 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dsync-check.sh31 file2=$2
36 cmd="diff $* $file1 $file2 > /dev/null"
38 test -f $file2 && {
40 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2
41 echo diff -u $file1 $file2
/kernel/linux/linux-6.6/tools/objtool/
H A Dsync-check.sh32 file2=$2
37 cmd="diff $* $file1 $file2 > /dev/null"
39 test -f $file2 && {
41 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2
42 echo diff -u $file1 $file2
/kernel/linux/linux-5.10/tools/perf/
H A Dcheck-headers.sh97 file2=$2
102 cmd="diff $* $file1 $file2 > /dev/null"
104 test -f $file2 && {
106 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2
107 echo diff -u $file1 $file2
/kernel/linux/linux-5.10/scripts/
H A Dget_dvb_firmware559 my $file2 = "ngene_17.fw";
570 wgetfile($file2, $url . $file2);
571 verify($file2, $hash2);
576 "$file1, $file2, $file3";
702 my $file2 = "dvb-usb-it9135-02.zip";
712 wgetfile($file2, $url . $file2);
713 unzip($file2, "");
716 "$file1 $file2"
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_dvb_firmware559 my $file2 = "ngene_17.fw";
570 wgetfile($file2, $url . $file2);
571 verify($file2, $hash2);
576 "$file1, $file2, $file3";
702 my $file2 = "dvb-usb-it9135-02.zip";
712 wgetfile($file2, $url . $file2);
713 unzip($file2, "");
716 "$file1 $file2"
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c41 static bool is_same(const char *file1, const char *file2) in is_same() argument
52 fd2 = open(file2, O_RDONLY); in is_same()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c43 static bool is_same(const char *file1, const char *file2) in is_same() argument
54 fd2 = open(file2, O_RDONLY); in is_same()

Completed in 5 milliseconds