Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c901 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
904 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
906 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
907 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
909 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
916 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
917 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c966 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
969 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
971 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
972 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
974 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
981 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
982 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c40 struct fman_if_bpool *bp, *tmpbp; in if_destructor() local
48 list_for_each_entry_safe(bp, tmpbp, &__if->__if.bpool_list, node) { in if_destructor()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c4283 blkptr_t tmpbp; in dsl_scan_freed_dva() local
4302 sio2bp(sio, &tmpbp); in dsl_scan_freed_dva()
4303 count_block(scn, dp->dp_blkstats, &tmpbp); in dsl_scan_freed_dva()