Home
last modified time | relevance | path

Searched defs:walk_op (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c260 struct walk_op { struct
263 int (*op_fn)(XsNode **n, struct walk_op *op); argument
264 void *op_opaque;
265 void *op_opaque2;
267 GList *watches;
268 unsigned int dom_id;
269 unsigned int tx_id;
293 static void fire_watches(struct walk_op *op, bool parents) in fire_watches() argument