Searched refs:fstyp_udfs_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c53 } fstyp_udfs_t; typedef in typeref:struct:fstyp_udfs
55 static int is_udfs(fstyp_udfs_t *h);
56 static int print_vds(fstyp_udfs_t *h, struct vds *,
58 static int get_attr(fstyp_udfs_t *h);
70 fstyp_udfs_t *h = (fstyp_udfs_t *)handle;
76 if ((h = calloc(1, sizeof (fstyp_udfs_t))) == NULL) {
93 fstyp_udfs_t *h = (fstyp_udfs_t *)handle;
106 fstyp_udfs_t *
[all...]

Completed in 55 milliseconds