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

/netbsd-6-1-5-RELEASE/sys/arch/xen/xenbus/
H A Dxenbus_probe.c170 read_otherend_details(struct xenbus_device *xendev, argument
176 err = xenbus_read(NULL, xendev->xbusd_path, id_node, NULL, &val);
179 id_node, xendev->xbusd_path);
180 xenbus_dev_fatal(xendev, err,
182 id_node, xendev->xbusd_path);
185 xendev->xbusd_otherend_id = strtoul(val, &ep, 10);
187 printf("reading other end details %s from %s: %s is not a number\n", id_node, xendev->xbusd_path, val);
188 xenbus_dev_fatal(xendev, err,
190 id_node, xendev->xbusd_path, val);
195 err = xenbus_read(NULL, xendev
221 read_backend_details(struct xenbus_device *xendev) argument
228 read_frontend_details(struct xenbus_device *xendev) argument
[all...]

Completed in 97 milliseconds