Home
last modified time | relevance | path

Searched refs:_negotiate (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js77 this._negotiate();
116 this._negotiate = function () { method in NBDServer.constructor
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js144 this._negotiate();
189 this._negotiate = function() { method in NBDServer
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py253 await self._negotiate()
285 async def _negotiate(self) -> None: member in QMPClient