Home
last modified time | relevance | path

Searched refs:mmc (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/i86xpv/io/
H A Dprivcmd.c132 privcmd_mmap_t __mmapcmd, *mmc = &__mmapcmd; in do_privcmd_mmap() local
138 if (ddi_copyin(uarg, mmc, sizeof (*mmc), mode)) in do_privcmd_mmap()
141 DTRACE_XPV3(mmap__start, domid_t, mmc->dom, int, mmc->num, in do_privcmd_mmap()
142 privcmd_mmap_entry_t *, mmc->entry); in do_privcmd_mmap()
144 if (mmc->dom == DOMID_SELF) { in do_privcmd_mmap()
149 for (umme = mmc->entry, i = 0; i < mmc->num; i++, umme++) { in do_privcmd_mmap()
178 mme->mfn, mme->npages, mmc->dom); in do_privcmd_mmap()
/titanic_41/usr/src/cmd/cdrw/
H A DMakefile28 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c153 boolean_t mmc);
225 boolean_t mmc) in scsi_watch_request_submit_impl() argument
300 if (mmc) { in scsi_watch_request_submit_impl()
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h1297 uint32_t mmc :1; /* change mtu_cap */ member
1324 uint32_t mmc :1; /* change mtu_cap */ member
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3538 initport->mmc = 1; /* set the change bit */ in hermon_hca_port_init()