#include <linux/uts.h>#include <linux/utsname.h>#include <linux/version.h>#include <linux/compile.h>Include dependency graph for init/version.c:

Go to the source code of this file.
Defines | |
| #define | version(a) Version_ ## a |
| #define | version_string(a) version(a) |
Functions | |
| int | version_string (LINUX_VERSION_CODE)=0 |
Variables | |
| new_utsname | system_utsname |
| const char * | linux_banner |
|
|
|
Definition at line 15 of file init/version.c. Referenced by __initfunc(). |
|
|
|
|
|
Initial value:
"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"
Definition at line 24 of file init/version.c. Referenced by get_version(), and start_kernel(). |
|
|
Initial value: {
UTS_SYSNAME, UTS_NODENAME, UTS_RELEASE, UTS_VERSION,
UTS_MACHINE, UTS_DOMAINNAME
}
Definition at line 19 of file init/version.c. Referenced by __initfunc(), ic_defaults(), init_std_data(), ip_auto_config(), ip_auto_config_setup(), irix_getdomainname(), irix_uname(), nlmclnt_setgrantargs(), nlmclnt_setlockargs(), osf_getdomainname(), osf_sysinfo(), osf_utsname(), rpc_create_client(), setup_processor(), solaris_sysinfo(), solaris_utsname(), solaris_utssys(), sound_proc_get_info(), sunos_uname(), sys_getdomainname(), sys_gethostname(), sys_newuname(), sys_olduname(), sys_setdomainname(), sys_sethostname(), sys_sysmips(), sys_uname(), and xdr_encode_mon(). |