Searched refs:fstyp_handle (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libfstyp/common/ |
H A D | libfstyp.c | 76 struct fstyp_handle { struct 90 static int fstyp_ident_all(struct fstyp_handle *h, const char **ident); argument 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 *h, [all …]
|
H A D | libfstyp.h | 41 typedef struct fstyp_handle *fstyp_handle_t;
|
/titanic_50/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 447 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()
|