Skip to main content

SYS_UNAME

Constant SYS_UNAME 

Source
pub const SYS_UNAME: usize = 344;
Expand description

Get system identification information.

  • uts_ptr: pointer to a Utsname struct that receives:
    • sysname: OS name (“Strat9”)
    • nodename: hostname
    • release: kernel version
    • version: build timestamp
    • machine: architecture (“x86_64”)

Returns 0 on success.