Next: built-in memory-block, Previous: built-in promises, Up: built-in [Contents][Index]
Type of object used to represent the informations returned by the POSIX function uname()
.
<utsname>
: <utsname> type-constructorThe type constructor is uname
.
<utsname>
: <boolean> type-predicate objThe type predicate is utsname?
.
<utsname>
: <boolean> equality-predicate this {name <utsname>}The equality predicate is utsname=?
.
<utsname>
: <non-negative-fixnum> hash-function thisThe hash function is struct-hash
.
<utsname>
: <string> sysname thisApply utsname-sysname
to the instance and return its return value.
<utsname>
: <string> nodename thisApply utsname-nodename
to the instance and return its return value.
<utsname>
: <string> release thisApply utsname-release
to the instance and return its return value.
<utsname>
: <string> version thisApply utsname-version
to the instance and return its return value.
<utsname>
: <string> machine thisApply utsname-machine
to the instance and return its return value.