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()
201 pr_warn("VSS: failed to communicate to the daemon: %d\n", rc); in vss_send_op()
218 * We send the message to the user space daemon and the operation is in vss_handle_request()
219 * performed in the daemon. in vss_handle_request()
385 * When this driver loads, the user level daemon that in hv_vss_init()
387 * Defer processing channel callbacks until the daemon in hv_vss_init()
420 * Fake a THAW message for the user space daemon in case the daemon in hv_vss_pre_suspend()
423 * vss_transaction.state to be HVUTIL_READY, so the user space daemon's in hv_vss_pre_suspend()
424 * write() will fail with EINVAL (see vss_on_msg()), and the daemon in hv_vss_pre_suspend()