2 .\" Copyright (c) 2006, 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 LIBFSTYP 3LIB "Jun 20, 2006"
8 libfstyp \- file system type identification library
12 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lfstyp\fR \fB -lnvpair \fR [ \fIlibrary\fR\&.\|.\|. ]
13 #include \fB<libnvpair.h>\fR
14 #include \fB<libfstyp.h>\fR
20 The \fBlibfstyp\fR library exports a set of functions to identify the file
21 system type of an unmounted file system using heuristic modules.
24 Internally, the library is comprised of interfaces exported by file
25 system-specific modules. See \fBfstyp_mod_init\fR(3FSTYP).
29 The shared object \fBlibfstyp.so.1\fR provides the public interfaces defined
30 below. See \fBIntro\fR(3) for additional information on shared object
38 \fBfstyp_fini\fR \fBfstyp_get_attr\fR
39 \fBfstyp_ident\fR \fBfstyp_init\fR
40 \fBfstyp_mod_dump\fR \fBfstyp_mod_fini\fR
41 \fBfstyp_mod_get_attr\fR \fBfstyp_mod_ident\fR
42 \fBfstyp_mod_init\fR \fBfstyp_strerror\fR
49 \fB\fB/lib/libfstyp.so.1\fR\fR
58 See \fBattributes\fR(5) for descriptions of the following attributes:
66 ATTRIBUTE TYPE ATTRIBUTE VALUE
68 Interface Stability Evolving
76 \fBIntro\fR(3), \fBfstyp_mod_init\fR(3FSTYP), \fBlibnvpair\fR(3LIB),