/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | fmtmsglib.c | 58 "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 D | fmtmsg.h | 142 #define MM_PRINT 0x00000040L macro
|
/titanic_41/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_41/usr/src/cmd/fmtmsg/ |
H A D | main.c | 109 #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 D | users.c | 222 (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 D | fmtmsg.c | 1126 if (class & MM_PRINT) { in fmtmsg() 1144 if (class & MM_PRINT) { in fmtmsg()
|
/titanic_41/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)
|
/titanic_41/usr/src/cmd/logins/ |
H A D | logins.c | 232 (void) fmtmsg(MM_PRINT, fcnlbl, severity, in wrtmsg() 242 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING, in wrtmsg()
|