Home
last modified time | relevance | path

Searched refs:h_iap (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c766 iap->h_iap = (intptr_t)hp->h_iap; in sbd_exec_op()
1860 hp->h_iap = GETSTRUCT(sbd_ioctl_arg_t, 1); in sbd_pre_op()
1862 (sbd_cmd_t *)hp->h_iap, shp->sh_arg); in sbd_pre_op()
1865 FREESTRUCT(hp->h_iap, sbd_ioctl_arg_t, 1); in sbd_pre_op()
1866 hp->h_iap = NULL; in sbd_pre_op()
1870 cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_pre_op()
1885 hp->h_iap = NULL; in sbd_pre_op()
1943 if (serr && !rv && hp->h_iap) { in sbd_pre_op()
1957 hp->h_iap = NULL; in sbd_pre_op()
2001 if (hp->h_iap != NULL) { in sbd_post_op()
[all …]
H A Dsbd_mem.c928 if (!(hp->h_iap->i_flags & SBD_FLAG_QUIESCE_OKAY)) { in sbd_pre_release_mem()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h74 intptr_t h_iap; /* points to kernel copy of ioargs */ member
H A Dsbdpriv.h112 sbd_ioctl_arg_t *h_iap; /* points to kernel copy of ioargs */ member
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c597 hp->h_iap = (sbd_ioctl_arg_t *)arg; in dr_ioctl()
887 if (hp->h_iap == NULL) in dr_copyin_iocmd()
898 if (ddi_copyin((void *)hp->h_iap, (void *)&scmd32, in dr_copyin_iocmd()
925 if (ddi_copyin((void *)hp->h_iap, (void *)scp, in dr_copyin_iocmd()
952 if (hp->h_iap == NULL) in dr_copyout_iocmd()
976 if (ddi_copyout((void *)&scmd32, (void *)hp->h_iap, in dr_copyout_iocmd()
985 if (ddi_copyout((void *)scp, (void *)hp->h_iap, in dr_copyout_iocmd()
1018 (void *)&((sbd_ioctl_arg32_t *)hp->h_iap)->i_err, in dr_copyout_errs()
1028 (void *)&hp->h_iap->i_err, in dr_copyout_errs()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c599 hp->h_iap = (sbd_ioctl_arg_t *)arg; in dr_ioctl()
891 if (hp->h_iap == NULL) in dr_copyin_iocmd()
902 if (ddi_copyin((void *)hp->h_iap, (void *)&scmd32, in dr_copyin_iocmd()
929 if (ddi_copyin((void *)hp->h_iap, (void *)scp, in dr_copyin_iocmd()
955 if (hp->h_iap == NULL) in dr_copyout_iocmd()
979 if (ddi_copyout((void *)&scmd32, (void *)hp->h_iap, in dr_copyout_iocmd()
988 if (ddi_copyout((void *)scp, (void *)hp->h_iap, in dr_copyout_iocmd()
1021 (void *)&((sbd_ioctl_arg32_t *)hp->h_iap)->i_err, in dr_copyout_errs()
1031 (void *)&hp->h_iap->i_err, in dr_copyout_errs()
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h275 sbd_ioctl_arg_t *h_iap; /* ptr to caller-space cmd struct */ member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h305 sbd_ioctl_arg_t *h_iap; /* ptr to caller-space cmd struct */ member
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c829 sbd_ioctl_arg_t *sbdi = (sbd_ioctl_arg_t *)sbdpi->h_iap; in sbdp_ioctl()