Lines Matching defs:version
63 Prop *version;
64 char *vers; /* OBP version */
67 /* Look version */
68 version = find_prop(flashprom, "version");
70 vers = (char *)get_prop_val(version);
77 * version string. Do not attempt to print POST
79 * length of the OBP version string.
81 if ((strlen(vers) + 1) < version->size) {
110 * display all proms with a "version"(OBP) property. bug 4187301
114 if (find_prop(pnode, "version") != NULL) {