1 '\" te
   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 "Aug 19, 2019"
   7 .SH NAME
   8 libfstyp \- file system type identification library
   9 .SH SYNOPSIS
  10 .nf
  11 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lfstyp\fR \fB-lnvpair\fR [ \fIlibrary\fR\... ]
  12 #include \fB<libnvpair.h>\fR
  13 #include \fB<libfstyp.h>\fR
  14 .fi
  15 
  16 .SH DESCRIPTION
  17 The \fBlibfstyp\fR library exports a set of functions to identify the file
  18 system type of an unmounted file system using heuristic modules.
  19 .sp
  20 .LP
  21 Internally, the library is comprised of interfaces exported by file
  22 system-specific modules. See \fBfstyp_mod_init\fR(3FSTYP).
  23 .SH INTERFACES
  24 The shared object \fBlibfstyp.so.1\fR provides the public interfaces defined
  25 below. See \fBIntro\fR(3) for additional information on shared object
  26 interfaces.
  27 .sp
  28 
  29 .sp
  30 .TS
  31 l l
  32 l l .
  33 \fBfstyp_fini\fR        \fBfstyp_get_attr\fR
  34 \fBfstyp_ident\fR       \fBfstyp_init\fR
  35 \fBfstyp_mod_dump\fR    \fBfstyp_mod_fini\fR
  36 \fBfstyp_mod_get_attr\fR        \fBfstyp_mod_ident\fR
  37 \fBfstyp_mod_init\fR    \fBfstyp_strerror\fR
  38 .TE
  39 
  40 .SH FILES
  41 .ne 2
  42 .na
  43 \fB/lib/libfstyp.so.1\fR
  44 .ad
  45 .RS 22n
  46 shared object
  47 .RE
  48 
  49 .SH ATTRIBUTES
  50 See \fBattributes\fR(5) for descriptions of the following attributes:
  51 .sp
  52 
  53 .sp
  54 .TS
  55 box;
  56 c | c
  57 l | l .
  58 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  59 _
  60 Interface Stability     Evolving
  61 _
  62 MT-Level        MT-Safe
  63 .TE
  64 
  65 .SH SEE ALSO
  66 \fBIntro\fR(3), \fBfstyp_mod_init\fR(3FSTYP), \fBlibnvpair\fR(3LIB),
  67 \fBattributes\fR(5)