Searched refs:my_ver (Results 1 – 1 of 1) sorted by relevance
17363 unsigned my_ver = MODULE_VERSION; in read_config() local17365 dump () && dump (my_ver == their_ver ? "Version %V" in read_config()17366 : "Expecting %V found %V", my_ver, their_ver); in read_config()17367 if (their_ver != my_ver) in read_config()17372 version2string (my_ver, my_string); in read_config()17377 bool reject_p = ((!IS_EXPERIMENTAL (my_ver) in read_config()17379 || MODULE_MAJOR (my_ver) != MODULE_MAJOR (their_ver)) in read_config()17398 IS_EXPERIMENTAL (my_ver) ? "experimental " : "", in read_config()