/illumos-gate/usr/src/common/crypto/sha2/amd64/ |
H A D | sha256-ni.S | 84 #define MSG %xmm0 macro 152 movdqu 0*16(DATA_PTR), MSG 153 pshufb SHUF_MASK, MSG 154 movdqa MSG, MSGTMP0 155 paddd 0*16(SHA256CONSTANTS), MSG 157 pshufd $0x0E, MSG, MSG 161 movdqu 1*16(DATA_PTR), MSG 162 pshufb SHUF_MASK, MSG 163 movdqa MSG, MSGTMP1 164 paddd 1*16(SHA256CONSTANTS), MSG [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 73 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg); macro 78 # define MSG(msg) ; macro 192 MSG("grounded. adding new node, setting h=true") in sprout() 211 MSG("LESS. sprouting left.") in sprout() 215 MSG("LESS: left branch has grown") in sprout() 219 MSG("LESS: case 1.. bal restored implicitly") in sprout() 225 MSG("LESS: case 0.. balnce bad but still ok") in sprout() 230 MSG("LESS: case -1: rebalancing") in sprout() 233 MSG("LESS: single LL") in sprout() 239 MSG("LESS: double LR") in sprout() [all …]
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | base.h | 123 #define STP_FATAL(TXT, MSG, EXCOD) \ argument 124 {stp_trace ("FATAL:%s failed: %s:%d", TXT, MSG, EXCOD); \ 127 #define STP_FATAL(TXT, MSG, EXCOD) \ argument 131 #define STP_FATAL(TXT, MSG, EXCOD) \ argument 132 printf("FATAL: %s code %s:%d\n", TXT, MSG, EXCOD) 135 #define STP_MALLOC(PTR, TYPE, MSG) \ argument 139 STP_FATAL("malloc", MSG, -6); \ 143 #define STP_FREE(PTR, MSG) \ argument 146 STP_FATAL("free", MSG, -66); \ 152 #define STP_STRDUP(PTR, SRC, MSG) \ argument [all …]
|
/illumos-gate/usr/src/cmd/gencat/ |
H A D | gencat.c | 71 #define MSG(n) gettext(MSG ## n) macro 173 FPRINTF(stderr, MSG(6)); 291 FPRINTF(stderr, MSG(6)); 427 FPRINTF(stderr, MSG(3), pathname); 536 FPRINTF(stderr, MSG(4), hdr.__hdr_magic); 540 FPRINTF(stderr, MSG(5), pathname); 552 FPRINTF(stderr, MSG(5), pathname); 557 FPRINTF(stderr, MSG(6)); 562 FPRINTF(stderr, MSG(5), pathname); 582 FPRINTF(stderr, MSG(6)); in extend_text() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | start.S | 41 #define MSG(x) movw $ABS(x), %si; call message macro 70 MSG(notification_string) 296 MSG(notification_step) 313 MSG(notification_done) 326 MSG(geometry_error_string) 333 MSG(read_error_string) 336 MSG(general_error_string)
|
H A D | start_eltorito.S | 49 #define MSG(x) mov $ABS(x), %si; call message; macro 96 MSG(notification_string) 112 MSG(notification_done) 162 MSG(notification_step) 203 MSG(read_error_string)
|
/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 33 #define MSG(x) movw $ABS(x), %si; call message macro 154 MSG(notification_string) 381 MSG(geometry_error_string) 388 MSG(hd_probe_error_string) 395 MSG(read_error_string) 398 MSG(general_error_string) 474 MSG(fd_probe_error_string)
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 1415 MSG="Do you want to enable shadow update (y/n/h)?" 1416 get_confirm "$MSG" "n" "enable_shadow_update_help" 1671 MSG="Just enable shadow update (y/n/h)?" 1672 get_confirm "$MSG" "n" "enable_shadow_update_help" 2442 MSG="Administrator ${LDAP_ADMINDN} already exists." 2444 ${ECHO} " NOT ADDED: $MSG" 2446 ${ECHO} " ${STEP}. $MSG" 2477 MSG="Administrator identity ${LDAP_ADMINDN}" 2479 ${ECHO} " ADDED: $MSG." 2481 ${ECHO} " ${STEP}. $MSG added." [all …]
|
/illumos-gate/usr/src/ucbcmd/whoami/ |
H A D | whoami.c | 21 #define MSG "whoami: no login associated with uid %u.\n" macro 44 (void) printf(gettext(MSG), euid); in main()
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 1763 #define MSG(a) (void) fprintf(stderr, gettext((a))); in rusage() macro 1765 MSG("usage:\n"); in rusage() 1766 MSG("\tpasswd [-r files | -r nis | -r ldap] [name]\n"); in rusage() 1767 MSG("\tpasswd [-r files] [-egh] [name]\n"); in rusage() 1768 MSG("\tpasswd [-r files] -sa\n"); in rusage() 1769 MSG("\tpasswd [-r files] -s [name]\n"); in rusage() 1770 MSG("\tpasswd [-r files] [-d|-l|-N|-u] [-f] [-n min] [-w warn] " in rusage() 1772 MSG("\tpasswd -r nis [-eg] [name]\n"); in rusage() 1773 MSG("\t\t[-x max] name\n"); in rusage() 1774 MSG("\tpasswd -r ldap [-egh] [name]\n"); in rusage() [all …]
|
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 32 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor 48 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor 57 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor 73 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor 89 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor 98 SUNW-MSG-ID: TEST-8000-08, TYPE: Defect, VER: 1, SEVERITY: Minor
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | notify.c | 190 #define P(BIT,MSG) if (chkprinter_result & BIT) fdprintf(fd, MSG) in print_reason() argument
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNSDebug.h | 223 #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 D | DNSCommon.h | 225 #define PutResourceRecord(MSG, P, C, RR) PutResourceRecordTTL((MSG), (P), (C), (RR), (RR)->rrorigin… argument
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.h | 211 #define LogTimerToFD(FILE_DESCRIPTOR, MSG, T) LogToFD((FILE_DESCRIPTOR), MSG " %08X %11d %08X %11d… argument
|
H A D | dnssd_clientstub.c | 695 #define deliver_request_bailout(MSG) \ argument 696 …syslog(LOG_WARNING, "dnssd_clientstub deliver_request: %s failed %d (%s)", (MSG), dnssd_errno, dns…
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein.c | 79 Skein_Start_New_Type(ctx, MSG); /* T0=0, T1= MSG type */ in Skein_256_Init() 151 Skein_Start_New_Type(ctx, MSG); in Skein_256_InitExt() 316 Skein_Start_New_Type(ctx, MSG); /* T0=0, T1= MSG type */ in Skein_512_Init() 387 Skein_Start_New_Type(ctx, MSG); in Skein_512_InitExt() 549 Skein_Start_New_Type(ctx, MSG); /* T0=0, T1= MSG type */ in Skein1024_Init() 620 Skein_Start_New_Type(ctx, MSG); in Skein1024_InitExt()
|
H A D | skein_impl.h | 96 #define SKEIN_T1_BLK_TYPE_MSG SKEIN_T1_BLK_TYPE(MSG)
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 531 #define dperror(MSG) \ argument 534 (MSG), __LINE__, errno, SOCKET_ERRNO) 536 #define dperror(MSG) dprint("%s: %m\n", MSG, errno) argument 542 #define dperror(MSG) ((void)(MSG)) argument
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 52 #SUNW-MSG-ID: SAMPLE0-8000-5V
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 108 #define PERL_ASSERTMSG(EXP, MSG) \ argument 109 ((void)((EXP) || (croak(DEBUG_ID ": " MSG), 0), 0)) 112 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 2555 #define MSG(x) (nfs_write_error_to_cons_only ? (x) : (x) + 1) macro 2593 zcmn_err(getzoneid(), CE_CONT, MSG("^%s"), buf); in nfs_printfhandle() 2638 MSG("^File: userid=%d, groupid=%d\n"), in nfs_write_error() 2643 MSG("^User: userid=%d, groupid=%d\n"), in nfs_write_error() 2653 MSG("^nfs_bio: cred is%s kcred\n"), in nfs_write_error()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 30 msgstr "SUNW-MSG-ID: %s, TYPE: %s, VER: 1, SEVERITY: %s\nEVENT-TIME: %s\nPLATFORM: %s, CSN: %s, HOS…
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | deltat.c | 91 #define yyerror(MSG) argument
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 167 "The SUNW-MSG-ID static message identifier for this class of
|