Searched refs:mh_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c6942 unsigned int mh_time; local
6944 if (ddi_copyin((void *)arg, &mh_time, sizeof (int), mode))
6948 if (mh_time != 0 && vdc->eio_thread == NULL) {
6954 vdc->failfast_interval = ((long)mh_time) * MILLISEC;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c24368 int mh_time; local
24375 if (ddi_copyin((void *)arg, &mh_time, sizeof (int), flag))
24378 if (mh_time) {
24383 * If mh_time is INT_MAX, then this ioctl is being used for
24386 if (mh_time != INT_MAX) {
24387 rval = sd_check_mhd(dev, mh_time);

Completed in 135 milliseconds