Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dxs_wire.h42 struct xsd_errors struct
48 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { variable
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dxs_wire.h48 struct xsd_errors struct
54 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { variable
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H 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()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H 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 3 milliseconds