Searched refs:xenbus_command_reply (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 401 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() function 447 return xenbus_command_reply(u, XS_ERROR, "ENOENT"); in xenbus_write_transaction() 451 return xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_transaction() 473 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch() 478 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch() 512 rc = xenbus_command_reply(u, msg_type, "OK"); in xenbus_write_watch()
|