/scripts/ |
D | ver_linux | 17 make --version 2>&1 | awk -F, '{print $1}' | awk \ 23 fdformat --version | awk '{print $NF}' | sed -e s/^util-linux-// -e s/\)$// 26 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$// 33 fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \ 42 xfs_db -V 2>&1 | grep version | awk \ 47 cardmgr -V 2>&1| grep version | awk \ 50 quota -V 2>&1 | grep version | awk \ 53 pppd --version 2>&1| grep version | awk \ 56 isdnctrl 2>&1 | grep version | awk \ 59 showmount --version 2>&1 | grep nfs-utils | awk \ [all …]
|
D | depmod.sh | 20 release=$("$DEPMOD" --version) 23 version=$(echo "$release" | cut -d' ' -f 2) 24 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1) 25 if test "$later" != "$version"; then
|
D | link-vmlinux.sh | 151 info GEN .version 152 if [ ! -r .version ]; then 153 rm -f .version; 154 echo 1 >.version; 156 mv .version .old_version; 157 expr 0$(cat .old_version) + 1 >.version;
|
D | mkcompile_h | 30 if [ -r .version ]; then 31 VERSION=`cat .version` 34 echo 0 > .version 69 ( echo /\* This file is auto generated, version $VERSION \*/
|
D | mkversion | 1 if [ ! -f .version ] 5 expr 0`cat .version` + 1
|
D | headerdep.pl | 19 version => \&version, 55 sub version { subroutine
|
D | Kbuild.include | 44 # version.h : Makefile 130 # cc-version 131 # Usage gcc-ver := $(call cc-version) 132 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC)) 137 $(srctree)/scripts/gcc-version.sh -p $(CC)) 141 cc-ifversion = $(shell [ $(call cc-version, $(CC)) $(1) $(2) ] && echo $(3)) 181 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
|
D | Lindent | 3 RES=`indent --version`
|
D | tags.sh | 263 if $1 --version 2>&1 | grep -iq exuberant; then 265 elif $1 --version 2>&1 | grep -iq emacs; then
|
/scripts/package/ |
D | builddeb | 70 version=$KERNELRELEASE 71 revision=$(cat .version) 75 packageversion=$version-$revision 81 packagename=linux-image-$version 83 kernel_headers_packagename=linux-headers-$version 87 packagename=user-mode-linux-$version 95 mkdir -p "$fwdir/lib/firmware/$version/" "$fwdir/usr/share/doc/$fwpackagename" 100 mkdir -p "$kernel_headers_dir/lib/modules/$version/" 102 mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" 108 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map" [all …]
|
D | Makefile | 53 mv -f $(objtree)/.tmp_version $(objtree)/.version 63 mv -f $(objtree)/.tmp_version $(objtree)/.version
|
/scripts/dtc/ |
D | fdtdump.c | 55 uint32_t version = fdt32_to_cpu(bph->version); in dump_blob() local 72 printf("// version:\t\t%d\n", version); in dump_blob() 75 if (version >= 2) in dump_blob() 79 if (version >= 3) in dump_blob() 82 if (version >= 17) in dump_blob() 133 if (version < 16 && sz >= 8) in dump_blob()
|
D | flattree.c | 33 int version; member 349 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 369 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() argument 381 if (version_table[i].version == version) in dt_to_blob() 385 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 463 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm() argument 472 if (version_table[i].version == version) in dt_to_asm() 476 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 497 asm_emit_cell(f, vi->version); in dt_to_asm() 807 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local [all …]
|
D | dtc-parser.tab.h_shipped | 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 23 parser generator using the skeleton or a modified version thereof 31 version 2.2 of Bison. */
|
D | dtc.h | 256 void dt_to_blob(FILE *f, struct boot_info *bi, int version); 257 void dt_to_asm(FILE *f, struct boot_info *bi, int version);
|
/scripts/mod/ |
D | sumversion.c | 482 static int strip_rcs_crap(char *version) in strip_rcs_crap() argument 486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0) in strip_rcs_crap() 490 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2; in strip_rcs_crap() 495 if (version[len] == ':' || version[len] == '$') in strip_rcs_crap() 497 while (isspace(version[len])) in strip_rcs_crap() 499 memmove(version, version+len, full_len-len); in strip_rcs_crap() 504 while (version[len] && !isspace(version[len])) in strip_rcs_crap() 506 memmove(version + len, version + strlen(version), in strip_rcs_crap() 507 full_len - strlen(version)); in strip_rcs_crap() 513 char *version, in maybe_frob_rcs_version() argument [all …]
|
D | devicetable-offsets.c | 35 DEVID_FIELD(ieee1394_device_id, version); in main() 96 DEVID_FIELD(input_device_id, version); in main()
|
D | modpost.h | 175 char *version,
|
D | modpost.c | 1705 char *version; in read_symbols() local 1749 version = get_modinfo(info.modinfo, info.modinfo_len, "version"); in read_symbols() 1750 if (version) in read_symbols() 1751 maybe_frob_rcs_version(modname, version, info.modinfo, in read_symbols() 1752 version - (char *)info.hdr); in read_symbols() 1753 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()
|
/scripts/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
/scripts/ksymoops/ |
D | README | 2 free standing utility, not linked to any particular kernel version. 3 The latest version can be found in
|
/scripts/genksyms/ |
D | parse.tab.h_shipped | 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 23 parser generator using the skeleton or a modified version thereof 31 version 2.2 of Bison. */
|
/scripts/dtc/libfdt/ |
D | Makefile.libfdt | 8 LIBFDT_VERSION = version.lds
|
D | fdt.h | 12 uint32_t version; /* format version */ member
|
D | libfdt.h | 150 #define fdt_version(fdt) (fdt_get_header(fdt, version)) 167 __fdt_set_hdr(version);
|