Home
last modified time | relevance | path

Searched refs:xsd_errors (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h58 struct xsd_errors struct
65 static struct xsd_errors xsd_errors[] argument
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c164 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) { in get_error()
165 if (i == (sizeof (xsd_errors) / sizeof (xsd_errors[0])) - 1) { in get_error()
172 return (xsd_errors[i].errnum); in get_error()