fstyp_hsfs_t
fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle;
fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle;
fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle;
findhsvol(fstyp_hsfs_t *h, char *volp)
findisovol(fstyp_hsfs_t *h, char *volp)
findunixvol(fstyp_hsfs_t *h, char *volp)
ckvoldesc(fstyp_hsfs_t *h, int *cd_type)
is_hsfs(fstyp_hsfs_t *h)
get_attr(fstyp_hsfs_t *h)
getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size)
static int ckvoldesc(fstyp_hsfs_t *h, int *cd_type);
static int findhsvol(fstyp_hsfs_t *h, char *volp);
static int findisovol(fstyp_hsfs_t *h, char *volp);
static int findunixvol(fstyp_hsfs_t *h, char *volp);
static int getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size);
static int is_hsfs(fstyp_hsfs_t *h);
static int get_attr(fstyp_hsfs_t *h);
fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle;
if ((h = calloc(1, sizeof (fstyp_hsfs_t))) == NULL) {