Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/auditreduce/
H A Dauditrt.h124 #define M_TYPE 0x0080 /* 'm' event type */ macro
H A Dproc.c683 if (flags & M_TYPE) {
684 checkflags |= M_TYPE;
H A Doption.c455 if (flags & M_TYPE) { in proc_type()
459 flags |= M_TYPE; in proc_type()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmacro.c96 #define M_TYPE 8 /* ${@var} */ macro
1062 type = M_TYPE; in varsub()
1320 else if(type==M_TYPE) in varsub()
1365 else if(type==M_TYPE) in varsub()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h20981 #define M_TYPE 0xffffU macro
20983 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)