Searched defs:version (Results 1 - 8 of 8) sorted by relevance

/scripts/
H A Dheaderdep.pl19 version => \&version,
55 sub version { subroutine
56 print "headerdep version 2\n";
H A Dget_maintainer.pl11 # Licensed under the terms of the GNU GPL License version 2
53 my $version = 0;
214 'v|version' => \$version,
225 if ($version != 0) {
726 version: $V label
765 --version => show version
H A Dunifdef.c30 * It was rewritten to support ANSI C by Tony Finch. The original version
32 * remains in this version (though some of the names remain) so it now
233 static void version(void);
306 case 'V': /* print version */
307 version();
364 version(void) function
/scripts/dtc/libfdt/
H A Dfdt.h12 uint32_t version; /* format version */ member in struct:fdt_header
13 uint32_t last_comp_version; /* last compatible version */
15 /* version 2 fields below */
18 /* version 3 fields below */
21 /* version 17 fields below */
44 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
H A Dlibfdt.h12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
98 /* FDT_ERR_BADVERSION: Given device tree has a version which
101 * required to convert the tree to the expected version. */
150 #define fdt_version(fdt) (fdt_get_header(fdt, version))
167 __fdt_set_hdr(version); variable
/scripts/mod/
H A Dsumversion.c31 * the Free Software Foundation; either version 2 of the License, or
32 * (at your option) any later version.
482 static int strip_rcs_crap(char *version) argument
486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0)
489 /* Space for version string follows. */
490 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2;
492 /* Move string to start with version number: prefix will be
495 if (version[le
512 maybe_frob_rcs_version(const char *modfilename, char *version, void *modinfo, unsigned long version_offset) argument
[all...]
H A Dmodpost.c1688 char *version; local
1732 version = get_modinfo(info.modinfo, info.modinfo_len, "version");
1733 if (version)
1734 maybe_frob_rcs_version(modname, version, info.modinfo,
1735 version - (char *)info.hdr);
1736 if (version || (all_versions && !is_vmlinux(modname)))
/scripts/dtc/
H A Dflattree.c7 * published by the Free Software Foundation; either version 2 of the
8 * License, or (at your option) any later version.
33 int version; member in struct:version_info
346 fdt->version = cpu_to_fdt32(vi->version);
366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) argument
378 if (version_table[i].version == version)
382 die("Unknown device tree blob version %d\n", version);
460 dt_to_asm(FILE *f, struct boot_info *bi, int version) argument
804 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
[all...]

Completed in 164 milliseconds