Home
last modified time | relevance | path

Searched refs:fstyp_ident (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c60 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 Dlibfstyp.h74 int fstyp_ident(fstyp_handle_t handle, const char *fsname,
H A Dmapfile-vers46 fstyp_ident;
/titanic_50/usr/src/man/man3fstyp/
H A DMakefile22 fstyp_ident.3fstyp \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3fstyp.inc18 file path=usr/share/man/man3fstyp/fstyp_ident.3fstyp
/titanic_50/usr/src/cmd/fstyp/
H A Dfstyp.c137 if ((error = fstyp_ident(h, modfsname, &fsname)) != 0) { in main()
/titanic_50/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c641 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) || in main()
/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c82 ret = fstyp_ident(hdl, "ufs", &id); in slice_ufs()
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c686 if (fstyp_ident(fhdl, "zfs", &fident) != 0) { in init_device()