note KERN_DOMAINNAME, the addition of tickadj to KERN_CLOCKINFO.
This commit is contained in:
parent
d85271e6e4
commit
26099b453e
|
@ -229,6 +229,7 @@ information.
|
|||
.It KERN\_BOOTTIME struct timeval no
|
||||
.It KERN\_CHOWN\_RESTRICTED integer no
|
||||
.It KERN\_CLOCKRATE struct clockinfo no
|
||||
.It KERN\_DOMAINNAME string yes
|
||||
.It KERN\_FILE struct file no
|
||||
.It KERN\_HOSTID integer yes
|
||||
.It KERN\_HOSTNAME string yes
|
||||
|
@ -275,7 +276,10 @@ A
|
|||
.Va struct clockinfo
|
||||
structure is returned.
|
||||
This structure contains the clock, statistics clock and profiling clock
|
||||
frequencies, and the number of micro-seconds per hz tick.
|
||||
frequencies, the number of micro-seconds per hz tick, and the clock
|
||||
skew rate.
|
||||
.It Li KERN_DOMAINNAME
|
||||
Get or set the YP domain name.
|
||||
.It Li KERN_FILE
|
||||
Return the entire file table.
|
||||
The returned data consists of a single
|
||||
|
|
Loading…
Reference in New Issue