diff options
author | 2002-06-09 04:32:18 +0000 | |
---|---|---|
committer | 2002-06-09 04:32:18 +0000 | |
commit | 8ad8291fdfbbf9815a5ac6bd684dcb0495df29a0 (patch) | |
tree | 5970cc8627716f0425823d84cfa7911cdaf7fa83 | |
parent | KERN_MBSTAT (diff) | |
download | wireguard-openbsd-8ad8291fdfbbf9815a5ac6bd684dcb0495df29a0.tar.xz wireguard-openbsd-8ad8291fdfbbf9815a5ac6bd684dcb0495df29a0.zip |
Document KERN_MBSTAT
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 08651bc34ba..ce34ad54449 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.91 2002/06/08 23:35:19 art Exp $ +.\" $OpenBSD: sysctl.3,v 1.92 2002/06/09 04:32:18 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -285,6 +285,7 @@ information. .It Dv KERN_MAXPARTITIONS No " integer no" .It Dv KERN_MAXPROC No " integer yes" .It Dv KERN_MAXVNODES No " integer yes" +.It Dv KERN_MBSTAT No " struct mbstat no" .It Dv KERN_MSGBUFSIZE No " integer no" .It Dv KERN_NCHSTATS No " struct nchstats no" .It Dv KERN_NFILES No " integer no" @@ -387,6 +388,12 @@ The maximum number of partitions allowed per disk. The maximum number of simultaneous processes the system will allow. .It Dv KERN_MAXVNODES The maximum number of vnodes available on the system. +.It Dv KERN_MBSTAT +A +.Li struct mbstat +structure is returned, containing statistics on +.Xr mbuf 9 +usage. .It Dv KERN_MSGBUFSIZE The size of the kernel message buffer. .It Dv KERN_NCHSTATS |