Home
last modified time | relevance | path

Searched refs:mhioc_inresvs_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmhd.h110 } mhioc_inresvs_t; typedef
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1592 mhioc_inresvs_t *usrp, int flag);
24717 mhioc_inresvs_t inresvs;
24748 sizeof (mhioc_inresvs_t), flag) != 0) {
24756 sizeof (mhioc_inresvs_t), flag) != 0) {
24764 if (ddi_copyin(arg, &inresvs, sizeof (mhioc_inresvs_t), flag) != 0) {
24771 if (ddi_copyout(&inresvs, arg, sizeof (mhioc_inresvs_t), flag)) {
26709 mhioc_inresvs_t *usrp, int flag)
26715 mhioc_inresvs_t *ptr;
/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c6303 mhioc_inresvs_t inresv; in vdc_mhd_inresv()