Searched defs:vd_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c543 /* convert input vd_buf to output ioctl_arg */
544 int (*copyin)(void *vd_buf, size_t, void *ioctl_arg);
545 /* convert input ioctl_arg to output vd_buf */
546 void (*copyout)(void *ioctl_arg, void *vd_buf);
2642 vd_geom2dk_geom(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) argument
2644 VD_GEOM2DK_GEOM((vd_geom_t *)vd_buf, (struct dk_geom *)ioctl_arg);
2650 vd_vtoc2vtoc(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) argument
2652 VD_VTOC2VTOC((vd_vtoc_t *)vd_buf, (struct extvtoc *)ioctl_arg);
2657 dk_geom2vd_geom(void *ioctl_arg, void *vd_buf) argument
2659 DK_GEOM2VD_GEOM((struct dk_geom *)ioctl_arg, (vd_geom_t *)vd_buf);
2663 vtoc2vd_vtoc(void *ioctl_arg, void *vd_buf) argument
2669 vd_get_efi_in(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) argument
2686 vd_get_efi_out(void *ioctl_arg, void *vd_buf) argument
2698 vd_set_efi_in(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) argument
2714 vd_set_efi_out(void *ioctl_arg, void *vd_buf) argument
2723 vd_scsicmd_in(void *vd_buf, size_t vd_buf_len, void *ioctl_arg) argument
2801 vd_scsicmd_out(void *ioctl_arg, void *vd_buf) argument
[all...]

Completed in 72 milliseconds