Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxint.c169 u32_t value32; in bnx_intr_1lvl() local
200 REG_RD(lmdevice, pci_config.pcicfg_misc_status, &value32); in bnx_intr_1lvl()
201 if (value32 & PCICFG_MISC_STATUS_INTA_VALUE) { in bnx_intr_1lvl()
224 value32 = umdevice->dev_var.processed_status_idx; in bnx_intr_1lvl()
225 value32 |= PCICFG_INT_ACK_CMD_INDEX_VALID; in bnx_intr_1lvl()
231 REG_WR(lmdevice, pci_config.pcicfg_int_ack_cmd, value32); in bnx_intr_1lvl()
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1277 uint32_t value32; in fasttrap_pid_probe() local
1280 &value32) == -1) { in fasttrap_pid_probe()
1286 new_pc = value32; in fasttrap_pid_probe()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2232 caddr32_t value32; in __td_thr_tsd() local
2235 &value32, sizeof (value32)) != PS_OK) in __td_thr_tsd()
2238 *data_pp = (void *)(uintptr_t)value32; in __td_thr_tsd()