Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dxs_wire.h66 struct xsd_errors struct
74 static struct xsd_errors xsd_errors[] variable
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dxenbus.c246 for ( i = 0; i < ((sizeof xsd_errors) / (sizeof xsd_errors[0])); i++ ) in xenbus_recv()
247 if ( !strcmp(xsd_errors[i].errstring, payload) ) in xenbus_recv()
248 return xsd_errors[i].errnum; in xenbus_recv()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c436 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) in get_error()
437 if (i == ARRAY_SIZE(xsd_errors) - 1) in get_error()
439 return xsd_errors[i].errnum; in get_error()
A Dxenstored_core.c648 for (i = 0; error != xsd_errors[i].errnum; i++) { in send_error()
649 if (i == ARRAY_SIZE(xsd_errors) - 1) { in send_error()
655 send_reply(conn, XS_ERROR, xsd_errors[i].errstring, in send_error()
656 strlen(xsd_errors[i].errstring) + 1); in send_error()

Completed in 10 milliseconds