svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libfstyp(3lib)
libfstyp(3LIB) Interface Libraries libfstyp(3LIB)
NAME
libfstyp - file system type identification library
SYNOPSIS
cc [ flag... ] file... -lfstyp -lnvpair [ library... ]
#include <libnvpair.h>
#include <libfstyp.h>
DESCRIPTION
The libfstyp library exports a set of functions to identify the file
system type of an unmounted file system using heuristic modules.
Internally, the library is comprised of interfaces exported by file
system-specific modules. See fstyp_mod_init(3FSTYP).
INTERFACES
The shared object libfstyp.so.1 provides the public interfaces defined
below. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(2.75i) lw(2.75i) fstyp_finifstyp_get_attr fstyp_identf‐
styp_init fstyp_mod_dumpfstyp_mod_fini fstyp_mod_get_attrf‐
styp_mod_ident fstyp_mod_initfstyp_strerror
FILES
/usr/lib/libfstyp.so.1 shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityCommit‐
ted _ MT-LevelMT-Safe
SEE ALSO
fstyp_mod_init(3FSTYP), libnvpair(3LIB), intro(3), attributes(7)
Oracle Solaris 11.4 27 Nov 2017 libfstyp(3LIB)