Lines Matching refs:XenstoreImplState
63 struct XenstoreImplState { struct
87 static inline unsigned int next_tx(struct XenstoreImplState *s) in next_tx() argument
261 struct XenstoreImplState *s;
827 static int init_walk_op(XenstoreImplState *s, struct walk_op *op, in init_walk_op()
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()
911 int xs_impl_directory(XenstoreImplState *s, unsigned int dom_id, in xs_impl_directory()
934 int xs_impl_transaction_start(XenstoreImplState *s, unsigned int dom_id, in xs_impl_transaction_start()
1021 static int transaction_commit(XenstoreImplState *s, XsTransaction *tx) in transaction_commit()
1060 int xs_impl_transaction_end(XenstoreImplState *s, unsigned int dom_id, in xs_impl_transaction_end()
1083 int xs_impl_rm(XenstoreImplState *s, unsigned int dom_id, in xs_impl_rm()
1099 int xs_impl_get_perms(XenstoreImplState *s, unsigned int dom_id, in xs_impl_get_perms()
1144 int xs_impl_set_perms(XenstoreImplState *s, unsigned int dom_id, in xs_impl_set_perms()
1171 static int do_xs_impl_watch(XenstoreImplState *s, unsigned int dom_id, in do_xs_impl_watch()
1220 int xs_impl_watch(XenstoreImplState *s, unsigned int dom_id, const char *path, in xs_impl_watch()
1233 static XsWatch *free_watch(XenstoreImplState *s, XsWatch *w) in free_watch()
1248 int xs_impl_unwatch(XenstoreImplState *s, unsigned int dom_id, in xs_impl_unwatch()
1303 int xs_impl_reset_watches(XenstoreImplState *s, unsigned int dom_id) in xs_impl_reset_watches()
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()
1571 XenstoreImplState *s;
1820 int xs_impl_deserialize(XenstoreImplState *s, GByteArray *bytes, in xs_impl_deserialize()