Home
last modified time | relevance | path

Searched refs:MM_PRINT (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c58 "print", 0, MM_PRINT,
238 if (!(classification & (MM_CONSOLE|MM_PRINT)))
284 else if (classification & MM_PRINT)
286 classification &= ~MM_PRINT;
/titanic_41/usr/src/head/
H A Dfmtmsg.h142 #define MM_PRINT 0x00000040L macro
/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c102 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
H A Dgetdev.c106 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
H A Ddevattr.c130 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
H A Dgetdgrp.c111 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
H A Ddevfree.c108 #define stdmsg(r,l,s,m) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,m,MM_NULLACT,MM_NULLTAG)
H A Dputdgrp.c102 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
H A Ddevreserv.c116 #define stdmsg(r,l,s,m) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,m,MM_NULLACT,MM_NULLTAG)
H A Dputdev.c110 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c109 #define CLASS (MM_PRINT|MM_SOFT|MM_NRECOV|MM_UTIL)
189 {"print", MM_PRINT, 0L}, /* Write message to stderr */
/titanic_41/usr/src/cmd/users/
H A Dusers.c222 (void) fmtmsg(MM_PRINT, fcnlbl, severity, in wrtmsg()
233 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING, in wrtmsg()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c1126 if (class & MM_PRINT) { in fmtmsg()
1144 if (class & MM_PRINT) { in fmtmsg()
/titanic_41/usr/src/cmd/setuname/
H A Dsetuname.c161 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c232 (void) fmtmsg(MM_PRINT, fcnlbl, severity, in wrtmsg()
242 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING, in wrtmsg()