Lines Matching refs:h_iap
765 iap->h_iap = (intptr_t)hp->h_iap; in sbd_exec_op()
1872 hp->h_iap = GETSTRUCT(sbd_ioctl_arg_t, 1); in sbd_pre_op()
1874 (sbd_cmd_t *)hp->h_iap, shp->sh_arg); in sbd_pre_op()
1877 FREESTRUCT(hp->h_iap, sbd_ioctl_arg_t, 1); in sbd_pre_op()
1878 hp->h_iap = NULL; in sbd_pre_op()
1882 cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_pre_op()
1896 FREESTRUCT(hp->h_iap, sbd_ioctl_arg_t, 1); in sbd_pre_op()
1897 hp->h_iap = NULL; in sbd_pre_op()
1955 if (serr && !rv && hp->h_iap) { in sbd_pre_op()
1966 SBD_SET_IOCTL_ERR(&hp->h_iap->i_err, in sbd_pre_op()
1969 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, shp->sh_arg); in sbd_pre_op()
1970 FREESTRUCT(hp->h_iap, sbd_ioctl_arg_t, 1); in sbd_pre_op()
1971 hp->h_iap = NULL; in sbd_pre_op()
2008 SBD_SET_IOCTL_ERR(&hp->h_iap->i_err, in sbd_post_op()
2012 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, in sbd_post_op()
2016 if (hp->h_iap != NULL) { in sbd_post_op()
2017 FREESTRUCT(hp->h_iap, sbd_ioctl_arg_t, 1); in sbd_post_op()
2018 hp->h_iap = NULL; in sbd_post_op()
4275 sbd_cmd_t *cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_get_ncm()
4299 sbd_cmd_t *cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_status()