Searched defs:cdu (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c118 * to merge the two. They are the cdu union from crypto_data_t and
130 prt_cdu(crypto_data_union_t *cdu, int format, const char *prefix) argument
137 iovec_prt(&cdu->cdu_raw);
144 uio_prt(cdu->cdu_uio);
149 mdb_printf("%s_mp:\t\t%p\n", prefix, cdu->cdu_mp);
180 prt_cdu((crypto_data_union_t *)&data.cdu, data.cd_format, "cdu");
208 mdb_printf("cdu:\n");
210 prt_cdu((crypto_data_union_t *)&ddata.dd_data.cdu, ddata.dd_format,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h264 } cdu; /* Crypto Data Union */ member in struct:crypto_data
267 #define cd_raw cdu.cdu_raw
268 #define cd_uio cdu.cdu_uio
269 #define cd_mp cdu.cdu_mp

Completed in 173 milliseconds