Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/lib/librstp/common/
H A Dbase.h123 #define STP_FATAL(TXT, MSG, EXCOD) \ argument
127 #define STP_FATAL(TXT, MSG, EXCOD) \ argument
131 #define STP_FATAL(TXT, MSG, EXCOD) \ argument
135 #define STP_MALLOC(PTR, TYPE, MSG) \ argument
143 #define STP_FREE(PTR, MSG) \ argument
152 #define STP_STRDUP(PTR, SRC, MSG) \ argument
160 #define STP_NEW_IN_LIST(WHAT, TYPE, LIST, MSG) \ argument
/titanic_44/usr/src/ucbcmd/whoami/
H A Dwhoami.c23 #define MSG "whoami: no login associated with uid %u.\n" macro
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c193 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG) in print_reason() argument
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dtree.c77 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg); macro
82 # define MSG(msg) ; macro
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message macro
H A Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; macro
/titanic_44/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message macro
/titanic_44/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S99 #define MSG(label, string) label: .ascii string; label##_end: macro
/titanic_44/usr/src/lib/libbc/csu/common/
H A Dmon.c66 #define MSG "No space for monitor buffer(s)\n" macro
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c531 #define dperror(MSG) \ argument
536 #define dperror(MSG) dprint("%s: %m\n", MSG, errno) argument
542 #define dperror(MSG) ((void)(MSG)) argument
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h308 #define PutResourceRecord(MSG, P, C, RR) PutResourceRecordTTL((MSG), (P), (C), (RR), (RR)->rrorigin… argument
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs109 #define PERL_ASSERTMSG(EXP, MSG) \ argument
113 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c93 #define yyerror(MSG) argument
/titanic_44/usr/src/cmd/gencat/
H A Dgencat.c71 #define MSG(n) gettext(MSG ## n) macro
/titanic_44/usr/src/cmd/passwd/
H A Dpasswd.c1762 #define MSG(a) (void) fprintf(stderr, gettext((a))); in rusage() macro
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2547 #define MSG(x) (nfs_write_error_to_cons_only ? (x) : (x) + 1) macro