Searched refs:file1 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | sync-check.sh | 30 file1=$1 36 cmd="diff $* $file1 $file2 > /dev/null" 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 D | sync-check.sh | 31 file1=$1 37 cmd="diff $* $file1 $file2 > /dev/null" 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 D | check-headers.sh | 96 file1=$1 102 cmd="diff $* $file1 $file2 > /dev/null" 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 D | get_dvb_firmware | 557 my $file1 = "ngene_15.fw"; 567 wgetfile($file1, $url . $file1); 568 verify($file1, $hash1); 576 "$file1, $file2, $file3"; 699 my $file1 = "dvb-usb-it9135-01.zip"; 708 wgetfile($file1, $url . $file1); 709 unzip($file1, ""); 716 "$file1 [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | get_dvb_firmware | 557 my $file1 = "ngene_15.fw"; 567 wgetfile($file1, $url . $file1); 568 verify($file1, $hash1); 576 "$file1, $file2, $file3"; 699 my $file1 = "dvb-usb-it9135-01.zip"; 708 wgetfile($file1, $url . $file1); 709 unzip($file1, ""); 716 "$file1 [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 41 static bool is_same(const char *file1, const char *file2) in is_same() argument 48 fd1 = open(file1, O_RDONLY); in is_same()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 43 static bool is_same(const char *file1, const char *file2) in is_same() argument 50 fd1 = open(file1, O_RDONLY); in is_same()
|
Completed in 6 milliseconds