Searched refs:fstyp_ident (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libfstyp/common/ |
H A D | libfstyp.c | 60 int (*fstyp_ident)(fstyp_mod_handle_t handle); member 165 fstyp_ident(struct fstyp_handle *h, const char *fsname, const char **ident) in fstyp_ident() function 189 (mp->ops.fstyp_ident(mp->mod_handle) == 0)) { in fstyp_ident_all() 235 ((error = mp->ops.fstyp_ident(mp->mod_handle)) == 0)) { in fstyp_ident_one() 495 mp->ops.fstyp_ident = (int (*)(fstyp_mod_handle_t)) in fstyp_load_module() 504 ((mp->ops.fstyp_ident) == NULL) || in fstyp_load_module()
|
H A D | libfstyp.h | 74 int fstyp_ident(fstyp_handle_t handle, const char *fsname,
|
H A D | mapfile-vers | 46 fstyp_ident;
|
/titanic_50/usr/src/man/man3fstyp/ |
H A D | Makefile | 22 fstyp_ident.3fstyp \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3fstyp.inc | 18 file path=usr/share/man/man3fstyp/fstyp_ident.3fstyp
|
/titanic_50/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 137 if ((error = fstyp_ident(h, modfsname, &fsname)) != 0) { in main()
|
/titanic_50/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 641 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) || in main()
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 82 ret = fstyp_ident(hdl, "ufs", &id); in slice_ufs()
|
/titanic_50/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 686 if (fstyp_ident(fhdl, "zfs", &fident) != 0) { in init_device()
|