Searched refs:fstyp_dump (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libfstyp/common/ |
H A D | libfstyp.c | 63 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 D | libfstyp.h | 77 int fstyp_dump(fstyp_handle_t handle, FILE *fout, FILE *ferr);
|
H A D | mapfile-vers | 43 fstyp_dump;
|
/titanic_41/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 152 error = fstyp_dump(h, stdout, stderr); in main()
|