Home
last modified time | relevance | path

Searched refs:_create_cmd_response (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js182 this._create_cmd_response = function (req, rc, data = null) { method in NBDServer.constructor
245 var resp = this._create_cmd_response(req, err);
267 var resp = this._create_cmd_response(req, 0, reader.result);
274 var resp = this._create_cmd_response(req, EIO);
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js271 this._create_cmd_response = function(req, rc, data = null) { method in NBDServer
346 var resp = this._create_cmd_response(req, err);
371 this._create_cmd_response(req, 0, reader.result);
378 var resp = this._create_cmd_response(req, EIO);