Searched refs:xenbus_notify (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h86 struct xenbus_notify { struct
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c747 struct xenbus_notify *xbn, *xnp;
749 xbn = kmem_alloc(sizeof (struct xenbus_notify), KM_SLEEP);
758 kmem_free(xbn, sizeof (struct xenbus_notify));
778 struct xenbus_notify *xnp;
1077 list_create(&notify_list, sizeof (struct xenbus_notify),
1078 offsetof(struct xenbus_notify, list));

Completed in 57 milliseconds