Searched refs:os_major (Results 1 – 3 of 3) sorted by relevance
493 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect() local495 (os_major == 21 || os_major == 22) && in isLoadBiasIncorrect()
643 u16 os_major = kernel_major - offset; in GetOSVersion() local646 len = internal_snprintf(vers, len, format, os_major); in GetOSVersion()
6192 {"major", (PyCFunction)os_major, METH_O, os_major__doc__},6198 os_major(PyObject *module, PyObject *arg) in os_major() function