Searched refs:v_maj (Results 1 – 1 of 1) sorted by relevance
226 unsigned v_maj, v_min; in debug_get_version_option() local229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()234 *major = v_maj; in debug_get_version_option()