Lines Matching full:daemon
86 * This state maintains the version number registered by the daemon.
106 * Register the kernel component with the user-level daemon.
125 pr_debug("KVP: userspace daemon registered\n"); in kvp_register_done()
172 pr_info("KVP: Upgrade the KVP daemon\n"); in kvp_handle_handshake()
178 pr_info("KVP: incompatible daemon\n"); in kvp_handle_handshake()
179 pr_info("KVP: KVP version: %d, Daemon version: %d\n", in kvp_handle_handshake()
185 * We have a compatible daemon; complete the handshake. in kvp_handle_handshake()
187 pr_debug("KVP: userspace daemon ver. %d connected\n", in kvp_handle_handshake()
210 * with the daemon; handle that first. in kvp_on_msg()
224 * Based on the version of the daemon, we propagate errors from the in kvp_on_msg()
225 * daemon differently. in kvp_on_msg()
242 * the user level daemon to transmit errors. in kvp_on_msg()
414 * and addr_family to the userland kvp daemon. in kvp_send_key()
499 pr_debug("KVP: failed to communicate to the daemon: %d\n", rc); in kvp_send_key()
651 * If userspace daemon is not connected and host is asking in hv_kvp_onchannelcallback()
763 * When this driver loads, the user level daemon that in hv_kvp_init()
765 * Defer processing channel callbacks until the daemon in hv_kvp_init()
806 * later. The user space daemon may go out of order and its write() in hv_kvp_pre_suspend()
807 * may fail with EINVAL: this doesn't matter since the daemon will in hv_kvp_pre_suspend()