Home
last modified time | relevance | path

Searched refs:fstyp_dump (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c63 int (*fstyp_dump)(fstyp_mod_handle_t handle, member
262 fstyp_dump(struct fstyp_handle *h, FILE *fout, FILE *ferr) in fstyp_dump() function
270 if (mp->ops.fstyp_dump == NULL) { in fstyp_dump()
274 return (mp->ops.fstyp_dump(mp->mod_handle, fout, ferr)); in fstyp_dump()
499 mp->ops.fstyp_dump = (int (*)(fstyp_mod_handle_t, FILE *, FILE *)) in fstyp_load_module()
H A Dlibfstyp.h77 int fstyp_dump(fstyp_handle_t handle, FILE *fout, FILE *ferr);
H A Dmapfile-vers43 fstyp_dump;
/titanic_41/usr/src/cmd/fstyp/
H A Dfstyp.c152 error = fstyp_dump(h, stdout, stderr); in main()