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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c118 int tocpy, copied, thiscpy; local
139 thiscpy = MIN(PAGESIZE, tocpy - copied);
141 bcopy(va, (char *)db->db_data + bufoff, thiscpy); local

Completed in 47 milliseconds