Searched defs:fstyp_ident (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c60 int (*fstyp_ident)(fstyp_mod_handle_t handle); member in struct:fstyp_ops
165 fstyp_ident(struct fstyp_handle *h, const char *fsname, const char **ident) function
189 (mp->ops.fstyp_ident(mp->mod_handle) == 0)) {
235 ((error = mp->ops.fstyp_ident(mp->mod_handle)) == 0)) {
495 mp->ops.fstyp_ident = (int (*)(fstyp_mod_handle_t))
504 ((mp->ops.fstyp_ident) == NULL) ||

Completed in 55 milliseconds