Lines Matching defs:version
10 * version 2.1 of the License, or (at your option) any later version.
99 p->version = 1;
403 mod->version = le32_to_cpu(buf[1]);
653 char **name, char **version)
781 *version = NULL;
791 /* read the name and version */
811 "cannot get module version len (at section %u)",
816 if (str_read(version, file, len)) {
818 "cannot read module version (at section %u): %m",
911 buf[1] = cpu_to_le32(p->version);