Lines Matching refs:MIF_LOG
70 MIF_LOG(ERR, "sendmsg fail: %s.", strerror(errno)); in memif_msg_send_from_queue()
73 MIF_LOG(DEBUG, "Sent msg type %u.", e->msg.type); in memif_msg_send_from_queue()
88 MIF_LOG(ERR, "Failed to allocate control message."); in memif_msg_enq()
107 MIF_LOG(DEBUG, "Missing control channel."); in memif_msg_enq_disconnect()
113 MIF_LOG(WARNING, "Failed to enqueue disconnect message."); in memif_msg_enq_disconnect()
178 MIF_LOG(DEBUG, "Connecting to %s.", pmd->remote_name); in memif_msg_receive_hello()
248 MIF_LOG(DEBUG, "ID %u not found.", i->id); in memif_msg_receive_init()
341 MIF_LOG(INFO, "Remote interface %s connected.", pmd->remote_if_name); in memif_msg_receive_connect()
359 MIF_LOG(INFO, "Remote interface %s connected.", pmd->remote_if_name); in memif_msg_receive_connected()
374 MIF_LOG(INFO, "Disconnect received: %s", pmd->remote_disc_string); in memif_msg_receive_disconnect()
547 MIF_LOG(WARNING, in memif_disconnect()
571 MIF_LOG(WARNING, in memif_disconnect()
618 MIF_LOG(DEBUG, "Disconnected, id: %d, role: %s.", pmd->id, in memif_disconnect()
649 MIF_LOG(DEBUG, "Invalid message size = %zd", size); in memif_msg_receive()
657 MIF_LOG(DEBUG, "Received msg type: %u.", msg.type); in memif_msg_receive()
671 MIF_LOG(DEBUG, "Unexpected message."); in memif_msg_receive()
782 MIF_LOG(WARNING, in memif_intr_handler()
798 MIF_LOG(WARNING, "eth dev not allocated"); in memif_intr_handler()
818 MIF_LOG(ERR, in memif_listener_handler()
824 MIF_LOG(DEBUG, "%s: Connection request accepted.", socket->filename); in memif_listener_handler()
828 MIF_LOG(ERR, "Failed to allocate control channel."); in memif_listener_handler()
840 MIF_LOG(ERR, "Failed to register control channel callback."); in memif_listener_handler()
846 MIF_LOG(ERR, "Failed to enqueue hello message."); in memif_listener_handler()
875 MIF_LOG(ERR, "Failed to allocate memory for memif socket"); in memif_socket_create()
910 MIF_LOG(DEBUG, "Memif listener socket %s created.", sock->filename); in memif_socket_create()
917 MIF_LOG(ERR, "Failed to register interrupt " in memif_socket_create()
926 MIF_LOG(ERR, "Failed to setup socket %s: %s", key, strerror(errno)); in memif_socket_create()
962 MIF_LOG(ERR, "Failed to create memif socket hash."); in memif_socket_init()
978 MIF_LOG(ERR, "Failed to add socket to socket hash."); in memif_socket_init()
987 MIF_LOG(ERR, "Two interfaces with the same id (%d) can " in memif_socket_init()
995 MIF_LOG(ERR, "Failed to add device to socket device list."); in memif_socket_init()
1041 MIF_LOG(ERR, "Failed to remove socket file: %s", in memif_socket_remove_device()
1073 MIF_LOG(ERR, "Failed to open socket."); in memif_connect_client()
1089 MIF_LOG(ERR, "Failed to connect socket: %s.", pmd->socket_filename); in memif_connect_client()
1093 MIF_LOG(DEBUG, "Memif socket: %s connected.", pmd->socket_filename); in memif_connect_client()
1098 MIF_LOG(ERR, "Failed to allocate control channel."); in memif_connect_client()
1111 MIF_LOG(ERR, "Failed to register interrupt callback for control fd"); in memif_connect_client()