1libfstyp(3LIB)                Interface Libraries               libfstyp(3LIB)
2
3
4

NAME

6       libfstyp - file system type identification library
7

SYNOPSIS

9       cc [ flag... ] file... -lfstyp  -lnvpair  [ library... ]
10       #include <libnvpair.h>
11       #include <libfstyp.h>
12
13

DESCRIPTION

15       The  libfstyp  library  exports a set of functions to identify the file
16       system type of an unmounted file system using heuristic modules.
17
18
19       Internally, the library is comprised of  interfaces  exported  by  file
20       system-specific modules. See fstyp_mod_init(3FSTYP).
21

INTERFACES

23       The  shared object libfstyp.so.1 provides the public interfaces defined
24       below. See Intro(3) for additional information on shared object  inter‐
25       faces.
26
27
28
29
30       fstyp_fini                    fstyp_get_attr
31       fstyp_ident                   fstyp_init
32       fstyp_mod_dump                fstyp_mod_fini
33       fstyp_mod_get_attr            fstyp_mod_ident
34       fstyp_mod_init                fstyp_strerror
35
36

FILES

38       /lib/libfstyp.so.1    shared object
39
40

ATTRIBUTES

42       See attributes(5) for descriptions of the following attributes:
43
44
45
46
47       ┌─────────────────────────────┬─────────────────────────────┐
48       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
49       ├─────────────────────────────┼─────────────────────────────┤
50       │Availability                 │SUNWcsl (32-bit)             │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │Interface Stability          │Evolving                     │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │MT-Level                     │MT-Safe                      │
55       └─────────────────────────────┴─────────────────────────────┘
56

SEE ALSO

58       Intro(3), fstyp_mod_init(3FSTYP), libnvpair(3LIB), attributes(5)
59
60
61
62SunOS 5.11                        20 Jun 2006                   libfstyp(3LIB)
Impressum