HomeSort by: relevance | last modified time | path
    Searched defs:xdev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 245 struct xenbus_device *xdev = watch->xbw_dev; local in function:otherend_changed
250 if (strncmp(xdev->xbusd_otherend, vec[XS_WATCH_PATH],
251 strlen(xdev->xbusd_otherend))) {
256 state = xenbus_read_driver_state(xdev->xbusd_otherend);
259 state, xdev->xbusd_otherend_watch.node, vec[XS_WATCH_PATH]);
262 if (xdev->xbusd_type == XENBUS_BACKEND_DEVICE) {
263 error = xdev->xbusd_u.b.b_detach(
264 xdev->xbusd_u.b.b_cookie);
267 xdev->xbusd_path, error);
271 error = config_detach(xdev->xbusd_u.f.f_dev
    [all...]
xenbus_probe.c 245 struct xenbus_device *xdev = watch->xbw_dev; local in function:otherend_changed
250 if (strncmp(xdev->xbusd_otherend, vec[XS_WATCH_PATH],
251 strlen(xdev->xbusd_otherend))) {
256 state = xenbus_read_driver_state(xdev->xbusd_otherend);
259 state, xdev->xbusd_otherend_watch.node, vec[XS_WATCH_PATH]);
262 if (xdev->xbusd_type == XENBUS_BACKEND_DEVICE) {
263 error = xdev->xbusd_u.b.b_detach(
264 xdev->xbusd_u.b.b_cookie);
267 xdev->xbusd_path, error);
271 error = config_detach(xdev->xbusd_u.f.f_dev
    [all...]

Completed in 20 milliseconds