Home
last modified time | relevance | path

Searched refs:tmp64 (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libfruutils/
H A Dfru_tag.c161 uint64_t tmp64; in get_tag_type() local
187 tmp64 = ((uint64_t)tag->byte[0] << 40) | in get_tag_type()
193 tmp.raw_data = tmp64; in get_tag_type()
228 uint64_t tmp64; in get_tag_dense() local
258 tmp64 = ((uint64_t)tag->byte[0] << 40) | in get_tag_dense()
264 tmp.raw_data = tmp64; in get_tag_dense()
301 uint64_t tmp64; in get_payload_length() local
331 tmp64 = ((uint64_t)tag->byte[0] << 40) | in get_payload_length()
337 tmp.raw_data = tmp64; in get_payload_length()
/titanic_44/usr/src/uts/common/des/
H A Ddes_crypt.c501 uint64_t tmp64; in des_copy_block64() local
504 tmp64 = (((uint64_t)in[0] << 56) | in des_copy_block64()
513 tmp64 = (((uint64_t)in[7] << 56) | in des_copy_block64()
523 out[0] = tmp64; in des_copy_block64()
/titanic_44/usr/src/lib/libc/i386/gen/
H A D_div64.s822 movl %esp, %ecx /, tmp64
825 pushl %ecx / tmp64
946 movl %esp, %ecx /, tmp64
949 pushl %ecx / tmp64
/titanic_44/usr/src/common/util/i386/
H A Dmuldiv.s1159 movl %esp, %ecx /, tmp64
1162 pushl %ecx / tmp64
1283 movl %esp, %ecx /, tmp64
1286 pushl %ecx / tmp64
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c4369 u64 tmp64; in xge_hal_device_status() local
4371 tmp64 = xge_os_pio_mem_read64(hldev->pdev, hldev->regh0, in xge_hal_device_status()
4374 *hw_status = tmp64; in xge_hal_device_status()
4376 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_TDMA_READY)) { in xge_hal_device_status()
4380 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_RDMA_READY)) { in xge_hal_device_status()
4384 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_PFC_READY)) { in xge_hal_device_status()
4388 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_TMAC_BUF_EMPTY)) { in xge_hal_device_status()
4392 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_PIC_QUIESCENT)) { in xge_hal_device_status()
4396 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_MC_DRAM_READY)) { in xge_hal_device_status()
4400 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_MC_QUEUES_READY)) { in xge_hal_device_status()
[all …]
/titanic_44/usr/src/uts/sun4/ml/
H A Dip_ocsum.s409 ldx [%i0], %l0 ! tmp64 = *src++
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c16441 uint64_t tmp64; in mptsas_smp_start() local
16465 tmp64 = LE_64(wwn); in mptsas_smp_start()
16466 bcopy(&tmp64, &req.SASAddress, SAS_WWN_BYTE_SIZE); in mptsas_smp_start()