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

  /src/sys/compat/linux/common/
linux_sysctl.c 60 char linux_release[128] = "6.3.10"; variable in typeref:typename:char[128]
107 NULL, 0, linux_release, sizeof(linux_release),
139 NULL, 0, linux_release, sizeof(linux_release),
linux_oldolduname.c 65 strlcpy(luts.l_release, linux_release, sizeof(luts.l_release));
linux_olduname.c 68 strlcpy(luts.l_release, linux_release, sizeof(luts.l_release));
linux_types.h 83 extern char linux_release[];
linux_misc.c 444 strlcpy(luts.l_release, linux_release, sizeof(luts.l_release));

Completed in 13 milliseconds