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

/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c185 digi_bcopy(const void *vfrom, void *vto, size_t sz) argument
187 volatile const char *from = (volatile const char *)vfrom;
194 from = (const volatile char *)vfrom;

Completed in 160 milliseconds