Searched defs:xbn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c747 struct xenbus_notify *xbn, *xnp; local
749 xbn = kmem_alloc(sizeof (struct xenbus_notify), KM_SLEEP);
750 xbn->notify_func = callback;
758 kmem_free(xbn, sizeof (struct xenbus_notify));
763 xnp = xbn;
764 list_insert_tail(&notify_list, xbn);

Completed in 45 milliseconds