Searched refs:cvdr (Results 1 – 1 of 1) sorted by relevance
1106 vol_directed_rd_t cvdr; in sp_directed_read() local1115 bzero(&cvdr, sizeof (cvdr)); in sp_directed_read()1189 cvdr.vdr_flags = vdr->vdr_flags; in sp_directed_read()1190 cvdr.vdr_side = vdr->vdr_side; in sp_directed_read()1191 cvdr.vdr_nbytes = child_buf->b_bcount; in sp_directed_read()1192 cvdr.vdr_offset = ldbtob(child_buf->b_lblkno); in sp_directed_read()1196 cvdr.vdr_data = (void *)(uintptr_t)useroff; in sp_directed_read()1212 ret = md_call_ioctl(child_buf->b_edev, DKIOCDMR, &cvdr, in sp_directed_read()1225 userbuf += (caddr_t)(cvdr.vdr_data) - (caddr_t)kbuffer; in sp_directed_read()1227 cvdr.vdr_bytesread, mode)) { in sp_directed_read()[all …]