Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c74 struct fstyp_handle { struct
93 static int fstyp_init_module(struct fstyp_handle *h,
95 static void fstyp_fini_module(struct fstyp_handle *h,
99 static int fstyp_load_module(struct fstyp_handle *h,
101 static void fstyp_unload_module(struct fstyp_handle *h,
111 struct fstyp_handle *h; in fstyp_init()
147 fstyp_fini(struct fstyp_handle *h) in fstyp_fini()
245 fstyp_get_attr(struct fstyp_handle *h, nvlist_t **attr) in fstyp_get_attr()
277 fstyp_strerror(struct fstyp_handle *h, int error) in fstyp_strerror()
426 fstyp_init_all_modules(struct fstyp_handle *h) in fstyp_init_all_modules()
[all …]
H A Dlibfstyp.h39 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; in main() local
637 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) { in main()
641 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) || in main()
642 (fstyp_get_attr(fstyp_handle, &fsattr) != 0)) { in main()
644 fstyp_fini(fstyp_handle); in main()
653 fstyp_fini(fstyp_handle); in main()