Searched defs:m_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v7/sys/
H A Dmutex_impl.h82 #define m_type m_adaptive._m_type macro
98 #define MUTEX_SET_TYPE(lp, type) (lp)->m_type = (type)
99 #define MUTEX_TYPE_ADAPTIVE(lp) ((lp)->m_type == MUTEX_ADAPTIVE)
100 #define MUTEX_TYPE_SPIN(lp) ((lp)->m_type == MUTEX_SPIN)
103 (lp)->m_type = 0xdd, LOCK_INIT_HELD(&lp->m_spin.m_dummylock)
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrd.h40 unsigned short m_type; /* 'm' message type */ variable
/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c181 uchar_t m_type; member in struct:msgfmt
302 msgfmt[i].m_type = i;
306 msgfmt[mf.m_type] = mf;
/illumos-gate/usr/src/uts/common/sys/
H A Dmem.h99 uint64_t m_type[2]; /* architecture-specific type */ member in struct:mem_name
110 uint64_t m_type[2]; member in struct:mem_name32
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h139 #define m_type m_hdr.mh_type macro
207 (m)->m_type = (short)(type); \
212 (m)->m_type = (MT_HEADER); \
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c222 uint32_t *m_type,
235 *m_type = 0;
308 *m_type = OBJ_ISCSI;
491 const uint32_t m_type,
497 ASSERT(m_type == OBJ_ISCSI);
1470 uint32_t m_id, m_type; local
1480 ec = get_member_info(assoc, &m_type, &m_id, 1);
1485 m_type,
1556 uint32_t m_type; local
1569 ec = get_member_info(assoc, &m_type,
220 get_member_info( isns_obj_t *assoc, uint32_t *m_type, uint32_t *m_id, int flag ) argument
488 update_dd_matrix( const uchar_t op, const uint32_t dd_id, const uint32_t m_type, const uint32_t m_id ) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c142 uint16_t m_type; member in struct:smb_lgmid
1656 mid.m_type = member->gs_type;
1657 rc = smb_lgrp_dtbl_getidx(db, member->gs_sid, mid.m_type,
2273 rc = smb_lgrp_getsid(m_id->m_idx, &m_id->m_rid, m_id->m_type,
2284 m_sid->gs_type = m_id->m_type;

Completed in 1175 milliseconds