Home
last modified time | relevance | path

Searched refs:bcpy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c64 bcpy(const void *src, void *dest, size_t size) in bcpy() function
567 bcpy(source->btc_elems + sidx * size, dest->btc_elems + didx * size, in bt_transfer_core()
571 bcpy(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core()
584 bcpy(source->btl_elems + (source->btl_hdr.bth_first + sidx) * size, in bt_transfer_leaf()
634 bcpy(buf, parent->btc_elems + offset * size, size); in zfs_btree_insert_core_impl()
668 bcpy(buf, new_root->btc_elems, size); in zfs_btree_insert_into_parent()
737 bcpy(parent->btc_elems + keep_count * size, tmp_buf, in zfs_btree_insert_into_parent()
749 bcpy(tmp_buf, buf, size); in zfs_btree_insert_into_parent()
759 bcpy(tmp_buf, buf, size); in zfs_btree_insert_into_parent()
769 bcpy(tmp_buf, new_parent->btc_elems, size); in zfs_btree_insert_into_parent()
[all …]
/freebsd/contrib/diff/
H A DChangeLog2501 these standard names to the traditional names (bcmp, bcpy, index,