/titanic_41/usr/src/cmd/lms/ |
H A D | LMEConnection.cpp | 143 PRINT("State: not connected to HECI.\n"); in Disconnect() 155 PRINT("Sending disconnect to LME.\n"); in Disconnect() 164 PRINT("State: not connected to HECI.\n"); in ServiceAccept() 173 PRINT("Failed to allocate memory for ServiceAccept.\n"); in ServiceAccept() 186 PRINT("Sending service accept to LME: %s\n", serviceName.c_str()); in ServiceAccept() 198 PRINT("State: not connected to HECI.\n"); in UserAuthSuccess() 204 PRINT("Sending user authentication success to LME.\n"); in UserAuthSuccess() 213 PRINT("State: not connected to HECI.\n"); in ProtocolVersion() 225 …PRINT("Sending protocol version to LME: %d.%d\n", versionMessage.MajorVersion, versionMessage.Mino… in ProtocolVersion() 234 PRINT("State: not connected to HECI.\n"); in TcpForwardReplySuccess() [all …]
|
H A D | LMEConnectionCompat.cpp | 52 PRINT("[Compat]State: not connected to HECI.\n"); in CompatSendMessage() 75 PRINT("[Compat]State: not connected to HECI.\n"); in CompatCloseConnection() 91 PRINT("[Compat]State: not connected to HECI.\n"); in CompatProtocolVersion() 102 PRINT("[Compat]Sending Protocol Version to LME\n"); in CompatProtocolVersion() 110 PRINT("[Compat]State: not connected to HECI.\n"); in CompatRequestIPFQDN() 120 PRINT("[Compat]Sending IP_FQDN request to LME\n"); in CompatRequestIPFQDN() 128 PRINT("[Compat]State: not connected to HECI.\n"); in CompatOpenConnection() 154 PRINT("[Compat]OpenConnectionEx %x (%d) p=%d mp=%d\n", in CompatOpenConnection() 169 PRINT("[Compat]OpenConnection %x (%d) p=%d mp=%d\n", in CompatOpenConnection() 227 PRINT("[Compat]Error receiving data from HECI\n"); in _doRXCompat() [all …]
|
H A D | Protocol.cpp | 318 PRINT("[Compat]LMS Service cannot listen at port %d.\n", (int)port); 324 PRINT("[Compat]Listening at port %d at local interface.\n", (int)port); 406 PRINT("Error accepting new connection (%d): %s\n", error, msg); 413 PRINT("Error: ntop failed for new connection\n"); 436 PRINT("Error: new connection is denied (addr %s)\n", addrStr); 445 PRINT("[Compat]Error: failed to open new LME MEI connection\n"); 449 PRINT("[Compat]Send open connection to LME. Sender %d.\n", (int)s_new); 471 PRINT("Send channel open request to LME. Sender %d.\n", (int)s_new); 541 PRINT("Select error (%d): %s\n", err, msg); 570 PRINT("Connection requested on port %d\n", it->first); [all …]
|
H A D | ProtocolCompat.cpp | 52 PRINT("[Compat]HECI receive %d bytes (msg type 0x%02x)\n", len, buffer[0]); in _LmeReceiveCompat() 74 PRINT("[Compat]Got client connection request %d for host %s, port %d\n", in _LmeReceiveCompat() 84 PRINT("[Compat]Got client connection request %d for IP %s, port %d\n", in _LmeReceiveCompat() 118 PRINT("[Compat]received close connection msg from HECI for connection %d\n", msg->ConnectionId); in _LmeReceiveCompat() 139 …PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), m… in _LmeReceiveCompat()
|
H A D | types.h | 151 #define PRINT(...) printf(__VA_ARGS__) macro 154 #define PRINT(format, arg...) printf(format, ##arg) macro 159 #define PRINT(...) macro 162 #define PRINT(format, arg...) macro
|
H A D | main.cpp | 118 …PRINT("LMS Service received - Signal:%d Err:(%d) Code:(%d)\n", signum, sinfo->si_errno, sinfo->s… in terminationHandler()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 60 #define PRINT(CH) { \ macro 69 PRINT(*tmps++); \ 153 PRINT(*fmt++); in strfmon_impl() 313 PRINT(' '); in strfmon_impl() 316 PRINT('('); in strfmon_impl() 322 PRINT(' '); in strfmon_impl() 330 PRINT(space_char); in strfmon_impl() 333 PRINT(' '); in strfmon_impl() 335 PRINT(space_char); in strfmon_impl() 345 PRINT(' '); in strfmon_impl() [all …]
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 37 %token DELETE MAPS PLTSKIP WHERE PRINT OBJPAD QSTRING VARSTRING ECHO_OUT 211 | PRINT VARSTRING NEWLINE 217 | PRINT address NEWLINE 222 | PRINT address NUMBER NEWLINE 227 | PRINT address NUMBER SYMBOL NEWLINE
|
H A D | lex.l | 62 ^{ws}*print {return (PRINT);}
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 40 #define PRINT(a) printf a macro 43 #define PRINT(a) macro 390 PRINT(("driver %s unit: %d\n", driver, unit)); in ch_attach() 394 PRINT(("macinfo allocation failed\n")); in ch_attach() 402 PRINT(("zalloc of chp failed\n")); in ch_attach() 415 PRINT(("attach macinfo: %p chp: %p\n", macinfo, chp)); in ch_attach() 435 PRINT(("PCI config setup failed\n")); in ch_attach() 495 PRINT(("IDs: %x,%x,%x\n", VendorID, DeviceID, SubDeviceID)); in ch_attach() 496 PRINT(("Command: %x\n", Command)); in ch_attach() 509 PRINT(("map registers failed\n")); in ch_attach() [all …]
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 222 #define PRINT(ptr, len) do { \ macro 239 PRINT(with, PADSIZE); \ 242 PRINT(with, n); \ 351 PRINT(cp, m); 554 PRINT(out, len); 757 PRINT(&sign, 1); 763 PRINT(ox, 2); 774 PRINT(cp, size);
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 74 %token <node> PRINT PRINTF 175 $$ = node(PACT, $1, node(PRINT, NNULL, NNULL)); 457 | PRINT eexprlist fileout SEMI = { 458 $$ = node(PRINT, $2, $3); 460 | PRINT LPAREN exprlist RPAREN fileout SEMI = { 461 $$ = node(PRINT, $3, $5);
|
H A D | awk0.c | 53 M_MB_L("print"), KEYWORD, PRINT, NULL,
|
/titanic_41/usr/src/cmd/id/ |
H A D | id.c | 50 typedef enum PRINT { enum 55 } PRINT; typedef 56 static PRINT mode = CURR;
|
/titanic_41/usr/src/cmd/adbgen/common/ |
H A D | adbgen1.c | 70 #define PRINT 6 /* print member name with format */ macro 420 return (PRINT); in get_type() 448 case PRINT: in generate()
|
/titanic_41/usr/src/lib/libprtdiag/inc/ |
H A D | display.h | 40 #define PRINT 1 macro
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.g.y | 42 %token PRINT PRINTF SPRINTF SPLIT 299 PRINT print_list redir expr 301 | PRINT print_list
|
H A D | makeprctab.c | 70 { PRINT, "print", "print"},
|
H A D | awk.lx.l | 136 <A>print { yylval = PRINT; RETURN(PRINT); }
|
H A D | parse.c | 242 x = stat2(PRINT, valtonode(lookup(L_record, symtab, 0), CFLD), NULL); in genprint()
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.g.y | 70 %token <i> PRINT PRINTF SPRINTF 94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 185 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 187 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, stat2(PRINT, rectonode(), NIL)); } 280 PRINT | PRINTF
|
H A D | maketab.c | 77 { PRINT, "print", "print" },
|
H A D | awk.lx.l | 165 <A>print { yylval.i = PRINT; RET(PRINT); }
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 85 PRINT, enumerator 151 "-print", PRINT, Unary, 186 static struct Node PRINT_NODE = { 0, PRINT, 0, 0}; 429 enum Command wasop = PRINT; 453 wasop = PRINT; 722 case PRINT: 1067 case PRINT: 1070 (np->action == PRINT) ? '\n' : '\0');
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 57 #define PRINT 2 macro 180 action = PRINT; in sh_argopts() 327 if(action==PRINT) in sh_argopts()
|