Searched refs:thiscpy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1610 int tocpy, copied, thiscpy; local
1630 thiscpy = MIN(PAGESIZE, tocpy - copied);
1632 bcopy(va, (char *)db->db_data + bufoff, thiscpy); local
1668 int tocpy, copied, thiscpy; local
1688 thiscpy = MIN(PAGESIZE, tocpy - copied);
1690 bcopy(va, (char *)db->db_data + bufoff, thiscpy); local

Completed in 109 milliseconds