OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xenbus_device
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/xen/include/
xenbus.h
54
struct
xenbus_device
*xa_xbusd;
68
struct
xenbus_device
*xbw_dev;
74
* sizeof(
xenbus_device
) to have the storage for xbusd_path, so xbusd_path
82
struct
xenbus_device
{
struct
83
SLIST_ENTRY(
xenbus_device
) xbusd_entries;
115
int (*xbakd_create) (struct
xenbus_device
*); /* called for new devs */
163
int xenbus_free_device(struct
xenbus_device
*);
185
int xenbus_watch_path2(struct
xenbus_device
*dev, const char *path,
200
int xenbus_switch_state(struct
xenbus_device
*dev,
210
int xenbus_grant_ring(struct
xenbus_device
*, paddr_t, grant_ref_t *)
[
all
...]
/src/sys/arch/xen/xenbus/
xenbus_probe.c
70
static int read_otherend_details(struct
xenbus_device
*,
72
static int read_backend_details (struct
xenbus_device
*);
73
static int read_frontend_details(struct
xenbus_device
*);
74
static void free_otherend_details(struct
xenbus_device
*);
76
static int watch_otherend (struct
xenbus_device
*);
77
static void free_otherend_watch(struct
xenbus_device
*);
81
static struct
xenbus_device
*xenbus_lookup_device_path(const char *);
89
SLIST_HEAD(,
xenbus_device
) xenbus_device_list;
146
xenbus_device_suspend(struct
xenbus_device
*dev) {
156
xenbus_device_resume(struct
xenbus_device
*dev)
[
all
...]
xenbus_client.c
54
xenbus_watch_path2(struct
xenbus_device
*dev, const char *path,
96
xenbus_switch_state(struct
xenbus_device
*dev,
131
error_path(struct
xenbus_device
*dev, size_t *len)
146
_dev_error(struct
xenbus_device
*dev, int err, const char *fmt,
187
xenbus_dev_error(struct
xenbus_device
*dev, int err, const char *fmt,
199
xenbus_dev_fatal(struct
xenbus_device
*dev, int err, const char *fmt,
213
xenbus_grant_ring(struct
xenbus_device
*dev, paddr_t ring_pa,
225
xenbus_alloc_evtchn(struct
xenbus_device
*dev, int *port)
/src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.h
95
struct
xenbus_device
*xb_dev;
xen_drm_front_cfg.c
56
struct
xenbus_device
*xb_dev = front_info->xb_dev;
xen_drm_front_evtchnl.c
165
struct
xenbus_device
*xb_dev = front_info->xb_dev;
279
struct
xenbus_device
*xb_dev = evtchnl->front_info->xb_dev;
xen_drm_front.c
645
static void displback_changed(struct
xenbus_device
*xb_dev,
719
static int xen_drv_probe(struct
xenbus_device
*xb_dev,
745
static int xen_drv_remove(struct
xenbus_device
*dev)
/src/sys/arch/xen/xen/
pciback.c
126
static int pciback_xenbus_create(struct
xenbus_device
*);
183
struct
xenbus_device
*pbx_xbusd;
446
pciback_xenbus_create(struct
xenbus_device
*xbusd)
546
struct
xenbus_device
*xbusd = pbxi->pbx_xbusd;
xennetback_xenbus.c
102
struct
xenbus_device
*xni_xbusd; /* our xenstore entry */
141
static int xennetback_xenbus_create(struct
xenbus_device
*);
171
xennetback_xenbus_create(struct
xenbus_device
*xbusd)
416
struct
xenbus_device
*xbusd = xneti->xni_xbusd;
540
struct
xenbus_device
*xbusd = xneti->xni_xbusd;
xbdback_xenbus.c
187
struct
xenbus_device
*xbdi_xbusd; /* our xenstore entry */
257
static int xbdback_xenbus_create(struct
xenbus_device
*);
318
xbdback_xenbus_create(struct
xenbus_device
*xbusd)
537
struct
xenbus_device
*xbusd = xbdi->xbdi_xbusd;
695
struct
xenbus_device
*xbusd = xbdi->xbdi_xbusd;
726
struct
xenbus_device
*xbusd = watch->xbw_dev;
xpci_xenbus.c
64
struct
xenbus_device
*sc_xbusd;
if_xennet_xenbus.c
174
struct
xenbus_device
*sc_xbusd;
xbd_xenbus.c
140
struct
xenbus_device
*sc_xbusd;
Completed in 49 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026