Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/ucbcmd/whoami/
H A Dwhoami.c21 #define MSG "whoami: no login associated with uid %u.\n" macro
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha256-ni.S84 #define MSG %xmm0 macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c190 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG) in print_reason() argument
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c73 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg); macro
78 # define MSG(msg) ; macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h223 #define mallocL(MSG, SIZE) malloc(SIZE) argument
224 #define callocL(MSG, SIZE) calloc(1, SIZE) argument
225 #define freeL(MSG, PTR) free(PTR) argument
H A DDNSCommon.h225 #define PutResourceRecord(MSG, P, C, RR) PutResourceRecordTTL((MSG), (P), (C), (RR), (RR)->rrorigin… argument
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message macro
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs108 #define PERL_ASSERTMSG(EXP, MSG) \ argument
112 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c91 #define yyerror(MSG) argument
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c71 #define MSG(n) gettext(MSG ## n) macro
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1762 #define MSG(a) (void) fprintf(stderr, gettext((a))); in rusage() macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h211 #define LogTimerToFD(FILE_DESCRIPTOR, MSG, T) LogToFD((FILE_DESCRIPTOR), MSG " %08X %11d %08X %11d… argument
H A Ddnssd_clientstub.c695 #define deliver_request_bailout(MSG) \ argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2555 #define MSG(x) (nfs_write_error_to_cons_only ? (x) : (x) + 1) macro