Searched refs:dmbox (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c3362 idn_domain[idn.localid].dmbox.m_tbl = NULL;
5216 ASSERT(idn_domain[dst_domid].dmbox.m_send);
5888 * my dmbox.m_tbl will not have been assigned yet.
5895 * dmbox.m_tbl is received to properly assign the
5898 if (ldp->dmbox.m_tbl == NULL) {
5910 mtp = IDN_MBOXTBL_PTR(ldp->dmbox.m_tbl, domid);
5926 dp->dmbox.m_tbl = mtp;
6623 if (ldp->dmbox.m_tbl ||
6633 ldp->dmbox.m_tbl = (idn_mboxtbl_t *)
6641 if (dp->dmbox
[all...]
H A Didn.c3297 dp->dmbox.m_tbl = NULL;
3300 dp->dmbox.m_send = idn_mainmbox_init(domid,
3302 dp->dmbox.m_recv = idn_mainmbox_init(domid,
3309 dp->dmbox.m_send = NULL;
3310 dp->dmbox.m_recv = NULL;
3370 dp->dmbox.m_tbl = NULL;
3372 if (dp->dmbox.m_send) {
3373 idn_mainmbox_deinit(domid, dp->dmbox.m_send);
3374 dp->dmbox.m_send = NULL;
3377 if (dp->dmbox
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1738 } dmbox; member in struct:idn_domain
1766 #define IDN_MBOX_LOCK(dd) (mutex_enter(&idn_domain[dd].dmbox.m_mutex))
1767 #define IDN_MBOX_UNLOCK(dd) (mutex_exit(&idn_domain[dd].dmbox.m_mutex))

Completed in 77 milliseconds