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

/linux-master/include/xen/interface/io/
H A Dxs_wire.h48 struct xsd_errors struct
54 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { variable in typeref:struct:xsd_errors
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c158 for (i = 0; strcmp(errorstring, xsd_errors[i].errstring) != 0; i++) {
159 if (i == ARRAY_SIZE(xsd_errors) - 1) {
165 return xsd_errors[i].errnum;

Completed in 122 milliseconds