Home
last modified time | relevance | path

Searched refs:fstyp_get_attr (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c61 int (*fstyp_get_attr)(fstyp_mod_handle_t handle, member
247 fstyp_get_attr(struct fstyp_handle *h, nvlist_t **attr) in fstyp_get_attr() function
255 return (mp->ops.fstyp_get_attr(mp->mod_handle, attr)); in fstyp_get_attr()
497 mp->ops.fstyp_get_attr = (int (*)(fstyp_mod_handle_t, nvlist_t **)) in fstyp_load_module()
505 ((mp->ops.fstyp_get_attr) == NULL)) { in fstyp_load_module()
H A Dlibfstyp.h76 int fstyp_get_attr(fstyp_handle_t handle, nvlist_t **attr);
H A Dmapfile-vers45 fstyp_get_attr;
/titanic_41/usr/src/man/man3fstyp/
H A DMakefile21 MANFILES= fstyp_get_attr.3fstyp \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3fstyp.inc17 file path=usr/share/man/man3fstyp/fstyp_get_attr.3fstyp
/titanic_41/usr/src/cmd/fstyp/
H A Dfstyp.c155 if ((error = fstyp_get_attr(h, &attr)) != 0) { in main()
/titanic_41/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c642 (fstyp_get_attr(fstyp_handle, &fsattr) != 0)) { in main()