Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c128 prt_cdu(crypto_data_union_t *cdu, int format, const char *prefix) in prt_cdu() argument
135 iovec_prt(&cdu->cdu_raw); in prt_cdu()
142 uio_prt(cdu->cdu_uio); in prt_cdu()
147 mdb_printf("%s_mp:\t\t%p\n", prefix, cdu->cdu_mp); in prt_cdu()
178 prt_cdu((crypto_data_union_t *)&data.cdu, data.cd_format, "cdu"); in crypto_data()
208 prt_cdu((crypto_data_union_t *)&ddata.dd_data.cdu, ddata.dd_format, in crypto_dual_data()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h265 } cdu; /* Crypto Data Union */ member
268 #define cd_raw cdu.cdu_raw
269 #define cd_uio cdu.cdu_uio
270 #define cd_mp cdu.cdu_mp