Searched refs:kernelVersion (Results 1 – 5 of 5) sorted by relevance
101 unsigned long kernelVersion; /* What Kernel version we are working with */ member
1702 info->kernelVersion = LINUX_VERSION_CODE; in gather_conf_info()
490 kernelVersion = self.get_kernel_version()494 print(header.format(version=kernelVersion,
76 self.kernel = self.kernelVersion(fp.read().strip())79 def kernelVersion(self, msg): member in SystemValues337 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg)
648 kernelVersion = d.getVar('LINUX_VERSION')654 …if os.path.exists(workshareddir) and (not os.listdir(workshareddir) or kernelVersion != staging_ke…835 kernelVersion = rd.getVar('LINUX_VERSION')841 …if (os.path.exists(srcdir) and os.listdir(srcdir)) and (kernelVersion in staging_kerVer and stagin…