Lines Matching defs:xendev
48 int xenstore_write_be_str(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_str()
54 int xenstore_write_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int()
60 int xenstore_write_be_int64(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int64()
66 char *xenstore_read_be_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_be_str()
71 int xenstore_read_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_be_int()
77 char *xenstore_read_fe_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_fe_str()
82 int xenstore_read_fe_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_int()
88 int xenstore_read_fe_uint64(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_uint64()
96 int xen_be_set_state(struct XenLegacyDevice *xendev, enum xenbus_state state) in xen_be_set_state()
110 void xen_be_set_max_grant_refs(struct XenLegacyDevice *xendev, in xen_be_set_max_grant_refs()
121 void *xen_be_map_grant_refs(struct XenLegacyDevice *xendev, uint32_t *refs, in xen_be_map_grant_refs()
139 void xen_be_unmap_grant_refs(struct XenLegacyDevice *xendev, void *ptr, in xen_be_unmap_grant_refs()
157 struct XenLegacyDevice *xendev; in xen_be_get_xendev() local
209 static void xen_be_backend_changed(struct XenLegacyDevice *xendev, in xen_be_backend_changed()
226 static void xen_be_frontend_changed(struct XenLegacyDevice *xendev, in xen_be_frontend_changed()
261 struct XenLegacyDevice *xendev = opaque; in xenstore_update_fe() local
289 static int xen_be_try_setup(struct XenLegacyDevice *xendev) in xen_be_try_setup()
333 static int xen_be_try_init(struct XenLegacyDevice *xendev) in xen_be_try_init()
362 static int xen_be_try_initialise(struct XenLegacyDevice *xendev) in xen_be_try_initialise()
403 static void xen_be_try_connected(struct XenLegacyDevice *xendev) in xen_be_try_connected()
426 static void xen_be_disconnect(struct XenLegacyDevice *xendev, in xen_be_disconnect()
446 static int xen_be_try_reset(struct XenLegacyDevice *xendev) in xen_be_try_reset()
460 void xen_be_check_state(struct XenLegacyDevice *xendev) in xen_be_check_state()
511 struct XenLegacyDevice *xendev; in xenstore_update_be() local
544 struct XenLegacyDevice *xendev; in xenstore_scan() local
620 int xen_be_bind_evtchn(struct XenLegacyDevice *xendev) in xen_be_bind_evtchn()