Searched refs:write_str (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-xs-node.c | 220 static int write_str(XenstoreImplState *s, unsigned int dom_id, in write_str() function 284 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup() 299 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup() 346 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 378 err = write_str(s, DOMID_GUEST, XBT_NULL, "/local/domain/badplace", in test_xs_node_simple() 384 err = write_str(s, DOMID_GUEST, XBT_NULL, in test_xs_node_simple() 394 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 439 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative", "moredata"); in test_xs_node_simple() 444 err = write_str(s, DOMID_GUEST, XBT_NULL, "/local/domain/badplace", in test_xs_node_simple() 459 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative", "otherdata"); in test_xs_node_simple() [all …]
|