Lines Matching refs:DEB

79 	DEB(10, ("Setting Node Name: %s (%s)",  in set_node_name()
104 DEB(8, ("Binding to <%s>", addr)); in bind_socket()
196 DEB(9, ("Make Connection sess=%p, req=%p, res=%p, stid=%p", in make_connection()
253 DEB(1, ("find_free_portal returns pid=%d", portal->entry.sid.id)); in make_connection()
283 DEB(8, ("Connecting to <%s>, port %d", addr->address, addr->port)); in make_connection()
331 DEB(8, ("Connecting socket")); in make_connection()
345 DEB(1, ("Connecting to socket failed (error %d), returning %d", in make_connection()
429 DEB(5, ("Calling Login...")); in make_connection()
521 DEB(1, ("Event_Recover_Connection sid=%d, cid=%d", sid, cid)); in event_recover_connection()
551 DEB(1, ("Event_Recover_Connection Connecting to <%s>, port %d", in event_recover_connection()
561 DEB(1, ("getaddrinfo failed (%s)", gai_strerror(ret))); in event_recover_connection()
571 DEB(1, ("Creating socket failed (error %d)", errno)); in event_recover_connection()
575 DEB(1, ("recover_connection: Socket = %d", sock)); in event_recover_connection()
579 DEB(1, ("Binding to interface failed (error %d)", errno)); in event_recover_connection()
589 DEB(1, ("Connecting to socket failed (error %d)", errno)); in event_recover_connection()
706 DEB(9, ("Logout returns %d, status = %d", ret, logoutp.status)); in log_out()
747 DEB(9, ("Remove Connection returns %d, status=%d", ret, removep.status)); in remove_connection()
786 DEB(9, ("Make connection returns, status = %d", res.status)); in send_targets()
926 DEB(10, ("Event handler starts")); in event_handler()
934 DEB(10, ("event_handler ioctl failed: %s", in event_handler()
939 DEB(10, ("Got Event: kind %d, status %d, sid %d, cid %d, reason %d", in event_handler()
966 DEB(10, ("Event handler exits")); in event_handler()
997 DEB(9, ("Verify connection returns status %d", req.status));