KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
utsname Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ machine

char utsname::machine[_UTSNAME_LENGTH]

Hardware identifier.

◆ nodename

char utsname::nodename[_UTSNAME_LENGTH]

Name on network, if any.

◆ release

char utsname::release[_UTSNAME_LENGTH]

Kernel release ("2.1.0").

◆ sysname

char utsname::sysname[_UTSNAME_LENGTH]

OS Name ("KallistiOS").

◆ version

char utsname::version[_UTSNAME_LENGTH]

Kernel version string.


The documentation for this struct was generated from the following file: