Lines Matching full:daemon
65 * This state maintains the version number registered by the daemon.
95 pr_warn("VSS: timeout waiting for daemon to reply\n"); in vss_timeout_func()
104 pr_debug("VSS: userspace daemon registered\n"); in vss_register_done()
113 /* Daemon doesn't expect us to reply */ in vss_handle_handshake()
117 /* Daemon expects us to reply with our own version */ in vss_handle_handshake()
126 pr_info("VSS: userspace daemon ver. %d connected\n", dm_reg_value); in vss_handle_handshake()
180 pr_debug("VSS: Unexpected attempt to send to daemon\n"); in vss_send_op()
197 pr_warn("VSS: failed to communicate to the daemon: %d\n", rc); in vss_send_op()
214 * We send the message to the user space daemon and the operation is in vss_handle_request()
215 * performed in the daemon. in vss_handle_request()
365 * When this driver loads, the user level daemon that in hv_vss_init()
367 * Defer processing channel callbacks until the daemon in hv_vss_init()
394 * Fake a THAW message for the user space daemon in case the daemon in hv_vss_pre_suspend()
397 * vss_transaction.state to be HVUTIL_READY, so the user space daemon's in hv_vss_pre_suspend()
398 * write() will fail with EINVAL (see vss_on_msg()), and the daemon in hv_vss_pre_suspend()