Searched refs:MM_PRINT (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | fmtmsg.h | 122 * MM_PRINT Write to the standard error stream 126 #define MM_PRINT 0x00000040L macro
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | listdgrp.c | 103 #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 | 107 #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 | 132 #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 | 109 #define stdmsg(r,l,s,m) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,m,MM_NULLACT,MM_NULLTAG)
|
H A D | getdgrp.c | 112 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
H A D | putdgrp.c | 103 #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 | 117 #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 | 111 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
/illumos-gate/usr/src/cmd/fmtmsg/ |
H A D | main.c | 110 #define CLASS (MM_PRINT|MM_SOFT|MM_NRECOV|MM_UTIL) 190 {"print", MM_PRINT, 0L}, /* Write message to stderr */
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fmtmsg.c | 1126 if (class & MM_PRINT) { 1144 if (class & MM_PRINT) {
|
/illumos-gate/usr/src/cmd/users/ |
H A D | users.c | 222 (void) fmtmsg(MM_PRINT, fcnlbl, severity, 233 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING,
|
/illumos-gate/usr/src/cmd/setuname/ |
H A D | setuname.c | 162 #define stdmsg(r,l,s,t) (void) fmtmsg(MM_PRINT|MM_UTIL|r,l,s,t,MM_NULLACT,MM_NULLTAG)
|
/illumos-gate/usr/src/cmd/logins/ |
H A D | logins.c | 232 (void) fmtmsg(MM_PRINT, fcnlbl, severity, 242 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING,
|
Completed in 1663 milliseconds