Searched refs:MM_UTIL (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | pfmt.h | 56 #define MM_UTIL 0x10000 macro 60 #define MM_SVCMD MM_UTIL|MM_SOFT
|
H A D | fmtmsg.h | 117 #define MM_UTIL 0x00000010L macro
|
/titanic_50/usr/src/cmd/fmtmsg/ |
H A D | main.c | 109 #define CLASS (MM_PRINT|MM_SOFT|MM_NRECOV|MM_UTIL) 182 {"appl", MM_APPL, MM_UTIL|MM_OPSYS}, /* Application */ 183 {"util", MM_UTIL, MM_APPL|MM_OPSYS}, /* Utility */ 184 {"opsys", MM_OPSYS, MM_APPL|MM_UTIL}, /* Operating System */
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | fmtmsglib.c | 56 "util", "UTILITY", MM_UTIL, 318 …if ((mask & MM_source) && (m = classification & (MM_APPL|MM_UTIL|MM_OPSYS)) && (s = display(mm_cla…
|
/titanic_50/usr/src/cmd/devmgmt/cmds/ |
H A D | listdgrp.c | 102 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | getdev.c | 106 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | devattr.c | 130 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | getdgrp.c | 111 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | devfree.c | 108 #define stdmsg(r,l,s,m) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,m,MM_NULLACT,MM_NULLTAG)
|
H A D | putdgrp.c | 102 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | devreserv.c | 116 #define stdmsg(r,l,s,m) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,m,MM_NULLACT,MM_NULLTAG)
|
H A D | putdev.c | 110 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
/titanic_50/usr/src/cmd/setuname/ |
H A D | setuname.c | 161 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|