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

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c38 os_copy_to_user(struct pqisrc_softstate *softs, void *dest_buf, argument
41 return(copyout(src_buf, dest_buf, size));
48 os_copy_from_user(struct pqisrc_softstate *softs, void *dest_buf, argument
51 return(copyin(src_buf, dest_buf, size));

Completed in 84 milliseconds