Searched refs:xenbus_dev_error (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/sys/ |
H A D | xenbus_impl.h | 226 extern void xenbus_dev_error(struct xenbus_device *dev, int err, 231 * Equivalent to xenbus_dev_error(dev, err, fmt, args), followed by
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_client.c | 211 xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) function
|
H A D | xnf.c | 496 xenbus_dev_error(xsd, err, "granting access to tx ring page"); 508 xenbus_dev_error(xsd, err, "granting access to rx ring page"); 658 xenbus_dev_error(xsd, err, "setting up ring"); 665 xenbus_dev_error(xsd, EIO, "starting transaction"); 721 xenbus_dev_error(xsd, err, "completing transaction"); 728 xenbus_dev_error(xsd, err, "%s", message); 755 xenbus_dev_error(xvdi_get_xsd(xnfp->xnf_devinfo), ENOENT,
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 1071 xenbus_dev_error(&pdp->xd_xsdev, errno, errstr);
|
Completed in 69 milliseconds