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

/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c183 tifiocgblock_t ioctl_arg; local
195 ioctl_arg.dst_addr = (char *) addr;
196 ioctl_arg.block_num = block_num;
197 if (ioctl(input_fd, TIFIOCGBLOCK, &ioctl_arg) < 0) {
213 tifiocgfw_t ioctl_arg; local
228 ioctl_arg.dst_addr = (long *) dest;
229 ioctl_arg.start = start;
230 ioctl_arg.slots = slots;
231 if (ioctl(input_fd, TIFIOCGFWZONE, &ioctl_arg) < 0) {
/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_
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
3044 vd_do_slice_ioctl(vd_t *vd, int cmd, void *ioctl_arg) argument
3288 vd_do_dskimg_ioctl(vd_t *vd, int cmd, void *ioctl_arg) argument
[all...]
H A Dvdc.c7177 int (*convert)(vdc_t *vdc, void *vd_buf, void *ioctl_arg,

Completed in 86 milliseconds