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

/osnet-11/usr/src/lib/libfstyp/common/
H A Dlibfstyp.h38 typedef struct fstyp_handle *fstyp_handle_t; typedef in typeref:struct:fstyp_handle
69 fstyp_handle_t *handle);
70 void fstyp_fini(fstyp_handle_t handle);
71 int fstyp_ident(fstyp_handle_t handle, const char *fsname,
73 int fstyp_get_attr(fstyp_handle_t handle, nvlist_t **attr);
74 int fstyp_dump(fstyp_handle_t handle, FILE *fout, FILE *ferr);
75 const char *fstyp_strerror(fstyp_handle_t handle, int error);

Completed in 20 milliseconds