HomeSort by: relevance | last modified time | path
    Searched refs:linux32_release (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/linux32/common/
linux32_sysctl.h 37 extern char linux32_release[];
linux32_sysctl.c 60 char linux32_release[128] = "3.11.6"; variable in typeref:typename:char[128]
117 NULL, 0, linux32_release, sizeof(linux32_release),
148 NULL, 0, linux32_release, sizeof(linux32_release),
linux32_utsname.c 87 strlcpy(luts.l_release, linux32_release, sizeof(luts.l_release));
108 strlcpy(luts.l_release, linux32_release, sizeof(luts.l_release));
126 strlcpy(luts.l_release, linux32_release, sizeof(luts.l_release));

Completed in 12 milliseconds