Searched refs:XenstoreImplState (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.h | 17 typedef struct XenstoreImplState XenstoreImplState; typedef 19 XenstoreImplState *xs_impl_create(unsigned int dom_id); 30 int xs_impl_read(XenstoreImplState *s, unsigned int dom_id, 32 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id, 34 int xs_impl_directory(XenstoreImplState *s, unsigned int dom_id, 41 int xs_impl_rm(XenstoreImplState *s, unsigned int dom_id, 43 int xs_impl_get_perms(XenstoreImplState *s, unsigned int dom_id, 45 int xs_impl_set_perms(XenstoreImplState *s, unsigned int dom_id, 53 int xs_impl_unwatch(XenstoreImplState *s, unsigned int dom_id, 58 GByteArray *xs_impl_serialize(XenstoreImplState *s); [all …]
|
H A D | xenstore_impl.c | 63 struct XenstoreImplState { struct 87 static inline unsigned int next_tx(struct XenstoreImplState *s) in next_tx() argument 261 struct XenstoreImplState *s; 869 int xs_impl_read(XenstoreImplState *s, unsigned int dom_id, in xs_impl_read() 889 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id, in xs_impl_write() 1083 int xs_impl_rm(XenstoreImplState *s, unsigned int dom_id, in xs_impl_rm() 1233 static XsWatch *free_watch(XenstoreImplState *s, XsWatch *w) in free_watch() 1371 XenstoreImplState *xs_impl_create(unsigned int dom_id) in xs_impl_create() 1373 XenstoreImplState *s = g_new0(XenstoreImplState, 1); in xs_impl_create() 1511 GByteArray *xs_impl_serialize(XenstoreImplState *s) in xs_impl_serialize() [all …]
|
H A D | xen_xenstore.c | 55 XenstoreImplState *impl; 1500 XenstoreImplState *impl;
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 58 static void xs_impl_delete(XenstoreImplState *s, bool last) in xs_impl_delete() 200 XenstoreImplState *s2 = opaque; in compare_tx() 241 static void check_serdes(XenstoreImplState *s) in check_serdes() 243 XenstoreImplState *s2 = xs_impl_create(DOMID_GUEST); in check_serdes() 275 static XenstoreImplState *setup(void) in setup() 277 XenstoreImplState *s = xs_impl_create(DOMID_GUEST); in setup() 317 XenstoreImplState *s = setup(); in test_xs_node_simple() 496 XenstoreImplState *s = setup(); in do_test_xs_node_tx() 620 XenstoreImplState *s = setup(); in test_xs_node_tx_rm() 688 XenstoreImplState *s = setup(); in test_xs_node_tx_resurrect() [all …]
|