Searched defs:VhostUserSlaveReqHandler (Results 1 – 12 of 12) sorted by relevance
28 S: VhostUserSlaveReqHandler, in create_master_slave_pair()
42 S: VhostUserSlaveReqHandler, in create_master_slave_pair()
78 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>>; in into_req_handler()
69 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>> { in into_req_handler()
76 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>> { in into_req_handler()
127 ) -> anyhow::Result<Box<dyn vmm_vhost::VhostUserSlaveReqHandler>> { in into_req_handler()
113 ) -> anyhow::Result<Box<dyn vmm_vhost::VhostUserSlaveReqHandler>> { in into_req_handler()
1075 fn handle_request<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>>( in handle_request()1082 pub(super) fn test_handle_requests<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>>( in test_handle_requests()
51 handler: Box<dyn VhostUserSlaveReqHandler>, in run_handler()
183 S: VhostUserSlaveReqHandler, in run_handler()
133 handler: Box<dyn VhostUserSlaveReqHandler>, in run_with_handler()
69 pub trait VhostUserSlaveReqHandler { trait