Searched refs:fstyp_mod_handle_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp_module.h43 typedef struct fstyp_mod_handle *fstyp_mod_handle_t; typedef in typeref:struct:fstyp_mod_handle
49 int fstyp_mod_init(int fd, off64_t offset, fstyp_mod_handle_t *handle);
50 void fstyp_mod_fini(fstyp_mod_handle_t handle);
51 int fstyp_mod_ident(fstyp_mod_handle_t handle);
52 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attr);
53 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
H A Dlibfstyp.c58 fstyp_mod_handle_t *handle);
59 void (*fstyp_fini)(fstyp_mod_handle_t handle);
60 int (*fstyp_ident)(fstyp_mod_handle_t handle);
61 int (*fstyp_get_attr)(fstyp_mod_handle_t handle,
63 int (*fstyp_dump)(fstyp_mod_handle_t handle,
73 fstyp_mod_handle_t mod_handle;
491 mp->ops.fstyp_init = (int (*)(int, off64_t, fstyp_mod_handle_t *))
493 mp->ops.fstyp_fini = (void (*)(fstyp_mod_handle_t))
495 mp->ops.fstyp_ident = (int (*)(fstyp_mod_handle_t))
497 mp->ops.fstyp_get_attr = (int (*)(fstyp_mod_handle_t, nvlist_
[all...]
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c49 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
50 void fstyp_mod_fini(fstyp_mod_handle_t handle);
51 int fstyp_mod_ident(fstyp_mod_handle_t handle);
52 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
55 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle)
68 *handle = (fstyp_mod_handle_t)h;
73 fstyp_mod_fini(fstyp_mod_handle_t handle)
84 fstyp_mod_ident(fstyp_mod_handle_t handle)
122 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp)
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c60 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
61 void fstyp_mod_fini(fstyp_mod_handle_t handle);
62 int fstyp_mod_ident(fstyp_mod_handle_t handle);
63 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
64 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
68 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle)
86 *handle = (fstyp_mod_handle_t)h;
91 fstyp_mod_fini(fstyp_mod_handle_t handle)
104 fstyp_mod_ident(fstyp_mod_handle_t handle)
112 fstyp_mod_get_attr(fstyp_mod_handle_t handl
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c77 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
78 void fstyp_mod_fini(fstyp_mod_handle_t handle);
79 int fstyp_mod_ident(fstyp_mod_handle_t handle);
80 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
81 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
85 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle)
98 *handle = (fstyp_mod_handle_t)h;
103 fstyp_mod_fini(fstyp_mod_handle_t handle)
115 fstyp_mod_ident(fstyp_mod_handle_t handle)
123 fstyp_mod_get_attr(fstyp_mod_handle_t handl
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c139 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
140 void fstyp_mod_fini(fstyp_mod_handle_t handle);
141 int fstyp_mod_ident(fstyp_mod_handle_t handle);
142 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
143 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
146 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle)
156 *handle = (fstyp_mod_handle_t)h;
161 fstyp_mod_fini(fstyp_mod_handle_t handle)
173 fstyp_mod_ident(fstyp_mod_handle_t handle)
181 fstyp_mod_get_attr(fstyp_mod_handle_t handl
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c97 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
98 void fstyp_mod_fini(fstyp_mod_handle_t handle);
99 int fstyp_mod_ident(fstyp_mod_handle_t handle);
100 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
101 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
105 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle)
118 *handle = (fstyp_mod_handle_t)h;
123 fstyp_mod_fini(fstyp_mod_handle_t handle)
135 fstyp_mod_ident(fstyp_mod_handle_t handle)
143 fstyp_mod_get_attr(fstyp_mod_handle_t handl
[all...]

Completed in 47 milliseconds