Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_phy.c65 u8 buf64[8] = {0}; in ecore_phy_write() local
67 OSAL_MEMCPY(buf64, &data_lo, 4); in ecore_phy_write()
68 OSAL_MEMCPY(buf64 + 4, &data_hi, 4); in ecore_phy_write()
72 buf64, 8); in ecore_phy_write()
105 u8 buf64[8] = {0}; in ecore_phy_core_read() local
117 ECORE_PHY_CORE_READ, buf64); in ecore_phy_core_read()
119 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_core_read()
168 u8 buf64[8] = {0}; in ecore_phy_raw_read() local
188 buf64); in ecore_phy_raw_read()
190 OSAL_MEMCPY(data_lo, buf64, 4); in ecore_phy_raw_read()
[all …]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c50 struct semid_ds64 *buf64; member
114 buf = va_arg(ap, union semun).buf64; in semctl64()
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h85 uint64_t buf64[16]; /* realigned input */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c294 uint64_t *buf64 = buf; in zap_leaf_array_read() local
296 *buf64 = (uint64_t)ip[0] << 56 | (uint64_t)ip[1] << 48 | in zap_leaf_array_read()
H A Ddnode.c322 uint64_t *buf64 = (void*)&dnp->dn_blkptr; in dnode_byteswap() local
343 buf64[i] = BSWAP_64(buf64[i]); in dnode_byteswap()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c610 int64_t *buf64; in boot_prop_display() local
636 buf64 = (int64_t *)buffer; in boot_prop_display()
638 bop_printf(NULL, "%016" PRIx64, buf64[i]); in boot_prop_display()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c417 bcopy(blk, ctx->buf_un.buf64, sizeof (ctx->buf_un.buf64)); in SHA512Transform()
418 blk = (uint8_t *)ctx->buf_un.buf64; in SHA512Transform()