Searched refs:fstyp_handle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c76 struct fstyp_handle { struct
90 static int fstyp_ident_all(struct fstyp_handle *h, const char **ident);
91 static int fstyp_ident_one(struct fstyp_handle *h, const char *fsname,
93 static fstyp_module_t *fstyp_find_module_by_name(struct fstyp_handle *h,
95 static int fstyp_init_module(struct fstyp_handle *h,
97 static void fstyp_fini_module(struct fstyp_handle *h,
99 static int fstyp_init_all_modules(struct fstyp_handle *h);
100 static void fstyp_fini_all_modules(struct fstyp_handle *h);
101 static int fstyp_load_module(struct fstyp_handle *h,
103 static void fstyp_unload_module(struct fstyp_handle *
[all...]
H A Dlibfstyp.h41 typedef struct fstyp_handle *fstyp_handle_t;
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c447 fstyp_handle_t fstyp_handle; local
637 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) {
641 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) ||
642 (fstyp_get_attr(fstyp_handle, &fsattr) != 0)) {
644 fstyp_fini(fstyp_handle);
653 fstyp_fini(fstyp_handle);

Completed in 56 milliseconds