Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds