Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 25 of 67) sorted by relevance

123

/onnv-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp143 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()
225PRINT("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 DLMEConnectionCompat.cpp52 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 DProtocol.cpp318 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 DProtocolCompat.cpp52 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()
139PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), m… in _LmeReceiveCompat()
H A Dtypes.h151 #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
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t36 sub PRINT { subroutine
37 ::compare(PRINT => @_);
85 @expect = (PRINT => $ob,"some","text");
151 @expect = (PRINT => $ob,"some","text");
160 @expect = (PRINT => $ob,"some","text");
222 local *Implement::PRINT = sub { @received = @_ };
225 @expect = (PRINT => $ob,"sometext\n");
227 compare(PRINT => @received);
H A Drunlevel.t388 sub PRINT { print "[TIE] $_[1]" }
397 sub PRINT {
H A Dtie.t191 sub Self2::PRINT { $printed = 1; }
207 sub Self3::PRINT { $printed = 1; }
223 sub Self3::PRINT { $printed = 1; }
/onnv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y37 %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 Dlex.l62 ^{ws}*print {return (PRINT);}
/onnv-gate/usr/src/uts/common/io/chxge/
H A Dch.c40 #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 …]
/onnv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c222 #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);
/onnv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y74 %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);
/onnv-gate/usr/src/cmd/id/
H A Did.c50 typedef enum PRINT { enum
55 } PRINT; typedef
56 static PRINT mode = CURR;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfilehandles.t21 sub PRINT { 1 } subroutine
H A Ddiag.t58 sub PRINT { subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
H A DNull.pm6 sub PRINT {} subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A DTieOut.pm7 sub PRINT { subroutine
/onnv-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h40 #define PRINT 1 macro
/onnv-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c70 #define PRINT 6 /* print member name with format */ macro
420 return (PRINT); in get_type()
448 case PRINT: in generate()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm17 sub PRINT { subroutine
/onnv-gate/usr/src/cmd/oawk/
H A Dawk.g.y42 %token PRINT PRINTF SPRINTF SPLIT
299 PRINT print_list redir expr
301 | PRINT print_list
/onnv-gate/usr/src/cmd/awk/
H A Dawk.g.y70 %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
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t88 sub PRINT { my $self = shift; $$self .= $_[0] } subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dpush.t82 sub PRINT { subroutine

123