Lines Matching refs:release
140 * Runtime Solaris release checking.
142 * Compare the build release to the runtime release to check for an
146 * build_ver - the string Solaris build release (e.g. "5.8")
148 * acceptable build release / runtime release
178 /* assume that build_rel is the required release for now */
185 /* build release == runtime release is always acceptable */
186 if (strcmp(build_rel, uts.release) == 0)
198 * found an entry for this build release
219 if (strcmp(cp, uts.release) == 0) {