Home
last modified time | relevance | path

Searched refs:kernelVersion (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wan/
H A Dfarsync.h101 unsigned long kernelVersion; /* What Kernel version we are working with */ member
H A Dfarsync.c1702 info->kernelVersion = LINUX_VERSION_CODE; in gather_conf_info()
/openbmc/linux/scripts/
H A Dbpf_doc.py490 kernelVersion = self.get_kernel_version()
494 print(header.format(version=kernelVersion,
/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py76 self.kernel = self.kernelVersion(fp.read().strip())
79 def kernelVersion(self, msg): member in SystemValues
337 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py648 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…