16704 protolist corrupts inode numbers larger than 2^31
[illumos-gate.git] / usr / src / man / man3lib / libkstat.3lib
bloba76e073585ff794d20d9137f2d85cd94a24d00d6
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBKSTAT 3LIB "Mar 24, 2004"
7 .SH NAME
8 libkstat \- kernel statistics library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lkstat\fR [ \fIlibrary\fR... ]
13 #include <\fBkstat.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide a general-purpose mechanism for providing
20 kernel statistics to users.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibkstat.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBkstat_chain_update\fR        \fBkstat_close\fR
34 \fBkstat_data_lookup\fR \fBkstat_lookup\fR
35 \fBkstat_open\fR        \fBkstat_read\fR
36 \fBkstat_write\fR       
37 .TE
39 .SH FILES
40 .sp
41 .ne 2
42 .na
43 \fB\fB/lib/libkstat.so.1\fR\fR
44 .ad
45 .RS 25n
46 shared object
47 .RE
49 .sp
50 .ne 2
51 .na
52 \fB\fB/lib/64/libkstat.so.1\fR\fR
53 .ad
54 .RS 25n
55 64-bit shared object
56 .RE
58 .SH ATTRIBUTES
59 .sp
60 .LP
61 See \fBattributes\fR(7) for descriptions of the following attributes:
62 .sp
64 .sp
65 .TS
66 box;
67 c | c
68 l | l .
69 ATTRIBUTE TYPE  ATTRIBUTE VALUE
71 Interface Stability     Stable
73 MT-Level        Unsafe
74 .TE
76 .SH SEE ALSO
77 .sp
78 .LP
79 .BR pvs (1),
80 .BR Intro (3),
81 .BR kstat (3KSTAT),
82 .BR attributes (7)