Searched refs:MM_FIRM (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fmtmsg/ |
H A D | main.c | 167 {"hard", MM_HARD, MM_SOFT|MM_FIRM}, /* hardware */ 168 {"soft", MM_SOFT, MM_HARD|MM_FIRM}, /* software */ 169 {"firm", MM_FIRM, MM_SOFT|MM_FIRM}, /* firmware */
|
/titanic_44/usr/src/head/ |
H A D | pfmt.h | 54 #define MM_FIRM 0x4000 macro
|
H A D | fmtmsg.h | 98 #define MM_FIRM 0x00000004L macro
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | fmtmsglib.c | 54 "firm", "FIRMWARE", MM_FIRM, 320 …if ((mask & MM_class) && (m = classification & (MM_HARD|MM_SOFT|MM_FIRM)) && (s = display(mm_class…
|