Searched refs:ami_copy_internal_data (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | ami.c | 120 void ami_copy_internal_data(struct scsi_xfer *xs, void *v, size_t size); 939 ami_copy_internal_data(xs, v, size) in ami_copy_internal_data() function 1105 ami_copy_internal_data(xs, &sd, sizeof sd); 1120 ami_copy_internal_data(xs, &inq, sizeof inq); 1144 ami_copy_internal_data(xs, (u_int8_t *)&mpd, 1161 ami_copy_internal_data(xs, &rcd, sizeof rcd);
|