Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c419 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() function
466 return xenbus_command_reply(u, XS_ERROR, "ENOENT"); in xenbus_write_transaction()
470 return xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_transaction()
477 return xenbus_command_reply(u, XS_ERROR, in xenbus_write_transaction()
480 return xenbus_command_reply(u, in xenbus_write_transaction()
505 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch()
510 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch()
544 rc = xenbus_command_reply(u, msg_type, "OK"); in xenbus_write_watch()