Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c58 } fstyp_hsfs_t; typedef
66 static int ckvoldesc(fstyp_hsfs_t *h, int *cd_type);
67 static int findhsvol(fstyp_hsfs_t *h, char *volp);
68 static int findisovol(fstyp_hsfs_t *h, char *volp);
69 static int findunixvol(fstyp_hsfs_t *h, char *volp);
72 static int getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size);
74 static int is_hsfs(fstyp_hsfs_t *h);
75 static int get_attr(fstyp_hsfs_t *h);
87 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; in fstyp_mod_init()
93 if ((h = calloc(1, sizeof (fstyp_hsfs_t))) == NULL) { in fstyp_mod_init()
[all …]