Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/include/
H A Dxenbus.h82 struct xenbus_device { struct
84 char xbusd_otherend[64]; /* the otherend path (size arbitrary) */
85 int xbusd_otherend_id; /* the otherend's id */
87 void (*xbusd_otherend_changed)(void *, XenbusState);
88 xenbusdev_type_t xbusd_type;
89 union {
115 int (*xbakd_create) (struct xenbus_device *); /* called for new devs */ argument
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_probe.c312 int (*create)(struct xenbus_device *)) in xenbus_probe_device_type()