Home
last modified time | relevance | path

Searched refs:value32 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Ddca_3des.c663 uint32_t *value32; in dca_3desctxinit() local
764 value32 = (uint32_t *)value; in dca_3desctxinit()
765 des_ctx->dr_ctx.key[0] = htonl(value32[0]); in dca_3desctxinit()
766 des_ctx->dr_ctx.key[1] = htonl(value32[1]); in dca_3desctxinit()
/titanic_50/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1326 uint32_t value32; in fasttrap_pid_probe() local
1329 &value32) == -1) { in fasttrap_pid_probe()
1335 new_pc = value32; in fasttrap_pid_probe()
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2238 caddr32_t value32; in __td_thr_tsd() local
2241 &value32, sizeof (value32)) != PS_OK) in __td_thr_tsd()
2244 *data_pp = (void *)(uintptr_t)value32; in __td_thr_tsd()