Lines Matching refs:LOG_PRINTF

64 		LOG_PRINTF("Wait post launched VMs shutdown check_time:%d, Running VM num:%ld\n",  in wait_post_vms_shutdown()
116 LOG_PRINTF("Receive shutdown request from unix socket, fd=%d\n", client->fd); in send_socket_ack()
121 LOG_PRINTF("Send acked message to unix socket, message=%s\n", ack); in send_socket_ack()
152 LOG_PRINTF("Failed to fail to find uart device to communicate with user VM (%s)\n", in req_user_vm_shutdown_reboot()
161 LOG_PRINTF("Foward (%s) to user VM (%s) by UART\n", msg, c_dev->name); in req_user_vm_shutdown_reboot()
165 LOG_PRINTF("Failed to foward (%s) to user VM by UART\n", msg); in req_user_vm_shutdown_reboot()
195 LOG_PRINTF("Foward (%s) req to service VM by UART\n", msg); in req_system_shutdown_reboot()
199 LOG_PRINTF("Failed to foward (%s) to service VM by UART\n", msg); in req_system_shutdown_reboot()
242 LOG_PRINTF("Receive sync message from user VM (%s), start to talk.\n", in sync_cmd_handler()
258 LOG_PRINTF("The user VM (%s) is not allowed to trigger system reboot\n", in req_reboot_handler()
262 LOG_PRINTF("Receive reboot request from user VM (%s)\n", c_dev->name); in req_reboot_handler()
269 LOG_PRINTF("Send acked shutdown request message to user VM (%s)\n", c_dev->name); in req_reboot_handler()
294 LOG_PRINTF("The user VM (%s) is not allowed to trigger system shutdown\n", in req_shutdown_handler()
298 LOG_PRINTF("Receive shutdown request from user VM (%s)\n", c_dev->name); in req_shutdown_handler()
304 LOG_PRINTF("Send acked shutdown request message to user VM (%s)\n", c_dev->name); in req_shutdown_handler()
326 LOG_PRINTF("Receive poweroff ACK from user VM (%s)\n", c_dev->name); in ack_poweroff_handler()
366 LOG_PRINTF("Receive (%s) from user VM (%s)\n", ack_msg, c_dev->name); in ack_user_vm_cmd()
428 LOG_PRINTF("Failed to send (%s) to service VM\n", ack); in user_vm_shutdown_reboot()
484 LOG_PRINTF("Failed to receive ACK message from service VM (fd = %d)\n", fd); in ack_timeout_default_handler()