Searched refs:xenbus_msg_reply (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/xen/ |
A D | xenbus.c | 262 struct xsd_sockmsg *xenbus_msg_reply(int type, in xenbus_msg_reply() function 307 repmsg = xenbus_msg_reply(XS_DIRECTORY, xbt, req, ARRAY_SIZE(req)); in xenbus_ls() 336 rep = xenbus_msg_reply(XS_READ, xbt, req, ARRAY_SIZE(req)); in xenbus_read() 360 rep = xenbus_msg_reply(XS_WRITE, xbt, req, ARRAY_SIZE(req)); in xenbus_write() 374 rep = xenbus_msg_reply(XS_RM, xbt, req, ARRAY_SIZE(req)); in xenbus_rm() 388 rep = xenbus_msg_reply(XS_GET_PERMS, xbt, req, ARRAY_SIZE(req)); in xenbus_get_perms() 416 rep = xenbus_msg_reply(XS_SET_PERMS, xbt, req, ARRAY_SIZE(req)); in xenbus_set_perms() 433 rep = xenbus_msg_reply(XS_TRANSACTION_START, 0, &req, 1); in xenbus_transaction_start() 452 rep = xenbus_msg_reply(XS_TRANSACTION_END, t, &req, 1); in xenbus_transaction_end()
|
Completed in 3 milliseconds