| 
    KallistiOS git master
    
   Independent SDK for the Sega Dreamcast 
   | 
 
Kernel name/information structure. More...
#include <sys/utsname.h>
Data Fields | |
| char | sysname [_UTSNAME_LENGTH] | 
| OS Name ("KallistiOS").   | |
| char | nodename [_UTSNAME_LENGTH] | 
| Name on network, if any.   | |
| char | release [_UTSNAME_LENGTH] | 
| Kernel release ("2.1.0").   | |
| char | version [_UTSNAME_LENGTH] | 
| Kernel version string.   | |
| char | machine [_UTSNAME_LENGTH] | 
| Hardware identifier.   | |
Kernel name/information structure.
This structure contains information about the kernel and is used by the uname() function for returning that information to a program.
| char utsname::machine[_UTSNAME_LENGTH] | 
Hardware identifier.
| char utsname::nodename[_UTSNAME_LENGTH] | 
Name on network, if any.
| char utsname::release[_UTSNAME_LENGTH] | 
Kernel release ("2.1.0").
| char utsname::sysname[_UTSNAME_LENGTH] | 
OS Name ("KallistiOS").
| char utsname::version[_UTSNAME_LENGTH] | 
Kernel version string.