Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmhd.h110 } mhioc_inresvs_t; typedef
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1594 mhioc_inresvs_t *usrp, int flag);
24738 mhioc_inresvs_t inresvs;
24769 sizeof (mhioc_inresvs_t), flag) != 0) {
24777 sizeof (mhioc_inresvs_t), flag) != 0) {
24785 if (ddi_copyin(arg, &inresvs, sizeof (mhioc_inresvs_t), flag) != 0) {
24792 if (ddi_copyout(&inresvs, arg, sizeof (mhioc_inresvs_t), flag)) {
26728 mhioc_inresvs_t *usrp, int flag)
26734 mhioc_inresvs_t *ptr;
/titanic_50/usr/src/uts/sun4v/io/
H A Dvdc.c6303 mhioc_inresvs_t inresv; in vdc_mhd_inresv()