Lines Matching refs:DPRINT

187 	DPRINT((dfile, "Protocol version proposal (size=%d): %.*s\n",  in prot_ver_negotiate()
191 DPRINT((dfile, "Sending protocol version token failed\n")); in prot_ver_negotiate()
196 DPRINT((dfile, "Receiving protocol version token failed\n")); in prot_ver_negotiate()
207 DPRINT((dfile, "Verification of the protocol version strings " in prot_ver_negotiate()
224 DPRINT((dfile, "Memory allocation failed: %s\n", in prot_ver_negotiate()
232 DPRINT((dfile, "Concatenated version strings: %s\n", ver_str_concat)); in prot_ver_negotiate()
234 DPRINT((dfile, "Protocol version agreed.\n")); in prot_ver_negotiate()
253 DPRINT((dfile, "Creating socket for %s\n", host->h_name)); in sock_prepare()
280 DPRINT((dfile, "Socket created, fd=%d, connecting..\n", sock)); in sock_prepare()
288 DPRINT((dfile, "Connected to %s via fd=%d\n", host->h_name, in sock_prepare()
315 DPRINT((dfile, "Memory allocation failed: %s\n", in establish_context()
319 DPRINT((dfile, "Service name: %s\n", svc_name)); in establish_context()
354 DPRINT((dfile, in establish_context()
384 DPRINT((dfile, "continue needed... ")); in establish_context()
395 DPRINT((dfile, "context established\n")); in establish_context()
409 DPRINT((dfile, "context deleted\n")); in delete_context()
426 DPRINT((dfile, "Socket detected as closed.\n")); in send_token()
438 DPRINT((dfile, "Memory allocation failed: %s\n", in send_token()
474 DPRINT((dfile, "Indicated token length > %dB\n", MAX_TOK_LEN)); in recv_token()
481 DPRINT((dfile, "Memory allocation failed: %s\n", in recv_token()
677 DPRINT((dfile, "read_fd: Read %d bytes.\n", len_o - len)); in read_fd()
709 DPRINT((dfile, "write_fd: Wrote %d bytes.\n", len_o - len)); in write_fd()
761 DPRINT((dfile, "Set new host: %s\n", hostlptr->host->h_name)); in send_record()
778 DPRINT((dfile, "Socket creation and connect\n")); in send_record()
786 DPRINT((dfile, "Protocol version negotiation\n")); in send_record()
788 DPRINT((dfile, in send_record()
801 DPRINT((dfile, "Establishing context..\n")); in send_record()
825 DPRINT((dfile, "Retransmitting remaining (%ld) tokens from " in send_record()
855 DPRINT((dfile, "Memory allocation failed: %s\n", in send_record()
906 DPRINT((dfile, "Token enqueued for later verification\n")); in send_record()
911 DPRINT((dfile, "Token sending failed\n")); in send_record()
922 DPRINT((dfile, "Token sent (transq size = %ld)\n", transq_hdr.count)); in send_record()
935 DPRINT((dfile, "Initiating the recv thread\n")); in init_recv_record()
963 DPRINT((dfile, "Receiver thread initiated\n")); in recv_record()
999 DPRINT((dfile, "poll() failed: %s\n", in recv_record()
1019 DPRINT((dfile, "An event on notify pipe detected\n")); in recv_record()
1022 DPRINT((dfile, "Reading notify pipe failed: " in recv_record()
1046 DPRINT((dfile, "An event on fd detected\n")); in recv_record()
1048 DPRINT((dfile, "Token length recv failed\n")); in recv_record()
1059 DPRINT((dfile, "Indicated token length > %dB\n", in recv_record()
1069 DPRINT((dfile, "Memory allocation failed: %s\n", in recv_record()
1076 DPRINT((dfile, "Token value recv failed\n")); in recv_record()
1148 DPRINT((dfile, "Recv thread verified " in recv_record()
1183 DPRINT((dfile, "Recv thread detected " in recv_record()
1187 DPRINT((dfile, "Bad signature " in recv_record()
1216 DPRINT((dfile, "received unverifiable token\n")); in recv_record()
1249 DPRINT((dfile, "Cannot write to the notify pipe\n")); in init_poll()
1292 DPRINT((dfile, "Wait for sync\n")); in reset_transport()
1294 DPRINT((dfile, "Synced\n")); in reset_transport()
1314 DPRINT((dfile, "socket already closed\n")); in do_reset()
1369 DPRINT((dfile, "Closing socket: %d\n", sockfd)); in do_cleanup()
1379 DPRINT((dfile, "Deleting context: ")); in do_cleanup()
1388 DPRINT((dfile, "Deallocating the transmission queue " in do_cleanup()
1421 DPRINT((dfile, "transq_dequeue(): called with NULL pointer\n")); in transq_dequeue()
1465 DPRINT((dfile, "Memory allocation failed: %s\n", in transq_enqueue()
1517 DPRINT((dfile, "Retransmission of the remainder in the transqueue\n")); in transq_retransmit()
1531 DPRINT((dfile, "Context expired.\n")); in transq_retransmit()
1543 DPRINT((dfile, "Sending transmission queue token (seq=%lld, " in transq_retransmit()