Lines Matching full:daemon
68 * This state maintains the version number registered by the daemon.
98 pr_warn("VSS: timeout waiting for daemon to reply\n"); in vss_timeout_func()
107 pr_debug("VSS: userspace daemon registered\n"); in vss_register_done()
116 /* Daemon doesn't expect us to reply */ in vss_handle_handshake()
120 /* Daemon expects us to reply with our own version */ in vss_handle_handshake()
129 pr_info("VSS: userspace daemon ver. %d connected\n", dm_reg_value); in vss_handle_handshake()
183 pr_debug("VSS: Unexpected attempt to send to daemon\n"); in vss_send_op()
200 pr_warn("VSS: failed to communicate to the daemon: %d\n", rc); in vss_send_op()
217 * We send the message to the user space daemon and the operation is in vss_handle_request()
218 * performed in the daemon. in vss_handle_request()
384 * When this driver loads, the user level daemon that in hv_vss_init()
386 * Defer processing channel callbacks until the daemon in hv_vss_init()
413 * Fake a THAW message for the user space daemon in case the daemon in hv_vss_pre_suspend()
416 * vss_transaction.state to be HVUTIL_READY, so the user space daemon's in hv_vss_pre_suspend()
417 * write() will fail with EINVAL (see vss_on_msg()), and the daemon in hv_vss_pre_suspend()