/titanic_41/usr/src/uts/sparc/v7/sys/ |
H A D | mutex_impl.h | 82 #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)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mem.h | 95 uint64_t m_type[2]; /* architecture-specific type */ member 106 uint64_t m_type[2]; member
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 149 #define m_type m_hdr.mh_type macro 217 (m)->m_type = (short)(type); \ 222 (m)->m_type = (MT_HEADER); \
|
/titanic_41/usr/src/uts/common/io/ |
H A D | dedump.c | 181 uchar_t m_type; member 302 msgfmt[i].m_type = i; in _init() 306 msgfmt[mf.m_type] = mf; in _init()
|
H A D | mem.c | 603 if ((err = cpu_get_mem_name(mem_name.m_synd, mem_name.m_type, in mmioctl_get_mem_name() 1044 mem_name->m_type[0] = mem_name32.m_type[0]; in mm_read_mem_name() 1045 mem_name->m_type[1] = mem_name32.m_type[1]; in mm_read_mem_name()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 222 uint32_t *m_type, in get_member_info() argument 235 *m_type = 0; in get_member_info() 308 *m_type = OBJ_ISCSI; in get_member_info() 491 const uint32_t m_type, in update_dd_matrix() argument 497 ASSERT(m_type == OBJ_ISCSI); in update_dd_matrix() 1470 uint32_t m_id, m_type; in add_dd_member() local 1480 ec = get_member_info(assoc, &m_type, &m_id, 1); in add_dd_member() 1485 m_type, in add_dd_member() 1556 uint32_t m_type; in remove_dd_member() local 1569 ec = get_member_info(assoc, &m_type, &m_id, 0); in remove_dd_member() [all …]
|
/titanic_41/usr/src/lib/libcmd/common/features/ |
H A D | utsname | 3 mem utsname.base_rel,utsname.idnumber,utsname.m_type,utsname.nodeext sys/utsname.h
|
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | auditrd.h | 40 unsigned short m_type; /* 'm' message type */ variable
|
H A D | auditrt.h | 165 extern unsigned short m_type; /* 'm' message type */
|
H A D | option.c | 460 m_type = 0; in proc_type() 463 m_type = aep->ae_number; in proc_type() 467 m_type = aep->ae_number; in proc_type() 469 if ((m_type == 0)) { in proc_type()
|
H A D | proc.c | 685 if (m_type != event_type)
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_mem.c | 206 mn.m_type[0] = afsr; in cmd_mem_fmri_derive() 207 mn.m_type[1] = 0; in cmd_mem_fmri_derive()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | uname.c | 459 s = ut.m_type; in b_uname() 483 extra(m_type); in b_uname()
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_lgrp.c | 142 uint16_t m_type; member 1656 mid.m_type = member->gs_type; in smb_lgrp_gtbl_update_mlist() 1657 rc = smb_lgrp_dtbl_getidx(db, member->gs_sid, mid.m_type, in smb_lgrp_gtbl_update_mlist() 2273 rc = smb_lgrp_getsid(m_id->m_idx, &m_id->m_rid, m_id->m_type, in smb_lgrp_decode_members() 2284 m_sid->gs_type = m_id->m_type; in smb_lgrp_decode_members()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 3271 n = m_getclr(M_DONTWAIT, m->m_type); 3290 n = m_get(M_DONTWAIT, m->m_type);
|