Home
last modified time | relevance | path

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

/freebsd-12.1/sys/xen/interface/io/
H A Dxs_wire.h62 struct xsd_errors struct
70 static struct xsd_errors xsd_errors[] variable
/freebsd-12.1/sys/dev/xen/xenstore/
H A Dxenstore_dev.c117 for (i = 0; i < nitems(xsd_errors); i++) in xs_dev_error_to_string()
118 if (xsd_errors[i].errnum == error) in xs_dev_error_to_string()
119 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
H A Dxenstore.c706 #define xsd_error_count (sizeof(xsd_errors) / sizeof(xsd_errors[0]))
723 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
724 return (xsd_errors[i].errnum); in xs_get_error()