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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c59 int cd_type; member in struct:fstyp_hsfs
68 static int ckvoldesc(fstyp_hsfs_t *h, int *cd_type);
335 ckvoldesc(fstyp_hsfs_t *h, int *cd_type) argument
340 *cd_type = 0;
343 *cd_type = 2;
345 *cd_type = 1;
348 *cd_type = -1;
371 return (ckvoldesc(h, &h->cd_type));
407 switch (h->cd_type) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c67 int cd_type; variable
169 if (cd_type < 0) {
298 cd_type = 0;
301 cd_type = 2;
302 else cd_type = 1;
304 cd_type = -1;
311 switch (cd_type) {
357 switch (cd_type) {
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_decl.c145 cdp->cd_type = type;
H A Dctf_impl.h121 ctf_id_t cd_type; /* type identifier */ member in struct:ctf_decl_node
H A Dctf_types.c243 ctf_lookup_by_id(&rfp, cdp->cd_type);
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c1658 dprov_ctx_type_t cd_type; member in struct:dprov_ctx_dual

Completed in 193 milliseconds