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

/freebsd-10-stable/sys/i386/include/xen/
H A Dxenstored.h59 struct xsd_errors struct
65 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { variable in typeref:struct:xsd_errors
/freebsd-10-stable/sys/xen/interface/io/
H A Dxs_wire.h60 struct xsd_errors struct
68 static struct xsd_errors xsd_errors[] variable in typeref:struct:xsd_errors
/freebsd-10-stable/sys/xen/xenstore/
H A Dxenstore.c734 #define xsd_error_count (sizeof(xsd_errors) / sizeof(xsd_errors[0]))
751 if (!strcmp(errorstring, xsd_errors[i].errstring))
752 return (xsd_errors[i].errnum);

Completed in 57 milliseconds