Searched refs:vd_buf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vds.c | 545 int (*copyin)(void *vd_buf, size_t, void *ioctl_arg); 547 void (*copyout)(void *ioctl_arg, void *vd_buf); 2643 vd_geom2dk_geom(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) in vd_geom2dk_geom() argument 2645 VD_GEOM2DK_GEOM((vd_geom_t *)vd_buf, (struct dk_geom *)ioctl_arg); in vd_geom2dk_geom() 2651 vd_vtoc2vtoc(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) in vd_vtoc2vtoc() argument 2653 VD_VTOC2VTOC((vd_vtoc_t *)vd_buf, (struct extvtoc *)ioctl_arg); in vd_vtoc2vtoc() 2658 dk_geom2vd_geom(void *ioctl_arg, void *vd_buf) in dk_geom2vd_geom() argument 2660 DK_GEOM2VD_GEOM((struct dk_geom *)ioctl_arg, (vd_geom_t *)vd_buf); in dk_geom2vd_geom() 2664 vtoc2vd_vtoc(void *ioctl_arg, void *vd_buf) in vtoc2vd_vtoc() argument 2666 VTOC2VD_VTOC((struct extvtoc *)ioctl_arg, (vd_vtoc_t *)vd_buf); in vtoc2vd_vtoc() [all …]
|
H A D | vdc.c | 7177 int (*convert)(vdc_t *vdc, void *vd_buf, void *ioctl_arg,
|