Searched defs:cd_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c64 int cd_type; variable
168 if (cd_type < 0) {
297 cd_type = 0;
300 cd_type = 2;
301 else cd_type = 1;
303 cd_type = -1;
310 switch (cd_type) {
356 switch (cd_type) {
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c57 int cd_type; member in struct:fstyp_hsfs
66 static int ckvoldesc(fstyp_hsfs_t *h, int *cd_type);
333 ckvoldesc(fstyp_hsfs_t *h, int *cd_type) argument
338 *cd_type = 0;
341 *cd_type = 2;
343 *cd_type = 1;
346 *cd_type = -1;
369 return (ckvoldesc(h, &h->cd_type));
405 switch (h->cd_type) {
/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h122 ctf_id_t cd_type; /* type identifier */ member in struct:ctf_decl_node
/illumos-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 99 milliseconds