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 FSTYP_IDENT 3FSTYP "Jun 20, 2006"
8 fstyp_ident \- identify file system attributes
12 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lfstyp\fR \fB -lnvpair \fR [ \fIlibrary\fR\&.\|.\|. ]
13 #include <libnvpair.h>
16 \fBint\fR \fBfstyp_ident\fR(\fBfstyp_handle_t\fR \fIhandle\fR, \fBconst char *\fR\fIfstyp\fR,
17 \fBconst char **\fR\fIident\fR);
27 Opaque handle returned by \fBfstyp_init\fR(3FSTYP).
36 Opaque argument that specifies the file system type to be identified.
45 File system type returned if identification succeeds.
51 The \fBfstyp_ident()\fR function attempts to identify a file system associated
52 with the \fIhandle\fR. If the function succeeds, the file system name is
53 returned in the \fIident\fR pointer.
56 If \fIfstype\fR is \fINULL\fR, the \fBfstyp_ident()\fR function tries all
57 available identification modules. If \fIfstype\fR is other than \fINULL\fR,
58 \fBfstyp_ident()\fR tries only the module for the file system type which is
63 The \fBfstyp_ident()\fR function returns \fB0\fR on success and an error value
64 on failure. See \fBfstyp_strerror\fR(3FSTYP).
68 See \fBattributes\fR(5) for descriptions of the following attributes:
76 ATTRIBUTE TYPE ATTRIBUTE VALUE
78 Interface Stability Evolving
86 \fBfstyp_init\fR(3FSTYP), \fBfstyp_mod_init\fR(3FSTYP),
87 \fBfstyp_strerror\fR(3FSTYP), \fBlibfstyp\fR(3LIB), \fBattributes\fR(5)