Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c51 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
52 void fstyp_mod_fini(fstyp_mod_handle_t handle);
53 int fstyp_mod_ident(fstyp_mod_handle_t handle);
54 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
57 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init()
70 *handle = (fstyp_mod_handle_t)h; in fstyp_mod_init()
75 fstyp_mod_fini(fstyp_mod_handle_t handle) in fstyp_mod_fini()
86 fstyp_mod_ident(fstyp_mod_handle_t handle) in fstyp_mod_ident()
129 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) in fstyp_mod_get_attr()
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp_module.h41 typedef struct fstyp_mod_handle *fstyp_mod_handle_t; typedef
47 int fstyp_mod_init(int fd, off64_t offset, fstyp_mod_handle_t *handle);
48 void fstyp_mod_fini(fstyp_mod_handle_t handle);
49 int fstyp_mod_ident(fstyp_mod_handle_t handle);
50 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attr);
51 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
H A Dlibfstyp.c56 fstyp_mod_handle_t *handle);
57 void (*fstyp_fini)(fstyp_mod_handle_t handle);
58 int (*fstyp_ident)(fstyp_mod_handle_t handle);
59 int (*fstyp_get_attr)(fstyp_mod_handle_t handle,
61 int (*fstyp_dump)(fstyp_mod_handle_t handle,
71 fstyp_mod_handle_t mod_handle;
489 mp->ops.fstyp_init = (int (*)(int, off64_t, fstyp_mod_handle_t *)) in fstyp_load_module()
491 mp->ops.fstyp_fini = (void (*)(fstyp_mod_handle_t)) in fstyp_load_module()
493 mp->ops.fstyp_ident = (int (*)(fstyp_mod_handle_t)) in fstyp_load_module()
495 mp->ops.fstyp_get_attr = (int (*)(fstyp_mod_handle_t, nvlist_t **)) in fstyp_load_module()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c58 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
59 void fstyp_mod_fini(fstyp_mod_handle_t handle);
60 int fstyp_mod_ident(fstyp_mod_handle_t handle);
61 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
62 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
66 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init()
84 *handle = (fstyp_mod_handle_t)h; in fstyp_mod_init()
89 fstyp_mod_fini(fstyp_mod_handle_t handle) in fstyp_mod_fini()
102 fstyp_mod_ident(fstyp_mod_handle_t handle) in fstyp_mod_ident()
110 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) in fstyp_mod_get_attr()
[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) in fstyp_mod_init()
98 *handle = (fstyp_mod_handle_t)h; in fstyp_mod_init()
103 fstyp_mod_fini(fstyp_mod_handle_t handle) in fstyp_mod_fini()
115 fstyp_mod_ident(fstyp_mod_handle_t handle) in fstyp_mod_ident()
123 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) in fstyp_mod_get_attr()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c138 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
139 void fstyp_mod_fini(fstyp_mod_handle_t handle);
140 int fstyp_mod_ident(fstyp_mod_handle_t handle);
141 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
142 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
145 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init()
155 *handle = (fstyp_mod_handle_t)h; in fstyp_mod_init()
160 fstyp_mod_fini(fstyp_mod_handle_t handle) in fstyp_mod_fini()
172 fstyp_mod_ident(fstyp_mod_handle_t handle) in fstyp_mod_ident()
180 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) in fstyp_mod_get_attr()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c95 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
96 void fstyp_mod_fini(fstyp_mod_handle_t handle);
97 int fstyp_mod_ident(fstyp_mod_handle_t handle);
98 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
99 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
103 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init()
116 *handle = (fstyp_mod_handle_t)h; in fstyp_mod_init()
121 fstyp_mod_fini(fstyp_mod_handle_t handle) in fstyp_mod_fini()
133 fstyp_mod_ident(fstyp_mod_handle_t handle) in fstyp_mod_ident()
141 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) in fstyp_mod_get_attr()
[all …]