Next: , Previous: , Up: built-in   [Contents][Index]


6.27 Type of utsname objects

Core Type: <utsname>
Parent Type: <struct>

Type of object used to represent the informations returned by the POSIX function uname().

Type constructor on <utsname>: <utsname> type-constructor

The type constructor is uname.

Type predicate on <utsname>: <boolean> type-predicate obj

The type predicate is utsname?.

Equality predicate on <utsname>: <boolean> equality-predicate this {name <utsname>}

The equality predicate is utsname=?.

Hash function on <utsname>: <non-negative-fixnum> hash-function this

The hash function is struct-hash.

Methods

Method on <utsname>: <string> sysname this

Apply utsname-sysname to the instance and return its return value.

Method on <utsname>: <string> nodename this

Apply utsname-nodename to the instance and return its return value.

Method on <utsname>: <string> release this

Apply utsname-release to the instance and return its return value.

Method on <utsname>: <string> version this

Apply utsname-version to the instance and return its return value.

Method on <utsname>: <string> machine this

Apply utsname-machine to the instance and return its return value.