Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dxs_wire.h66 struct xsd_errors struct
74 static struct xsd_errors xsd_errors[] variable
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c113 for (i = 0; i < nitems(xsd_errors); i++) in xs_dev_error_to_string()
114 if (xsd_errors[i].errnum == error) in xs_dev_error_to_string()
115 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
H A Dxenstore.c702 #define xsd_error_count (sizeof(xsd_errors) / sizeof(xsd_errors[0]))
719 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
720 return (xsd_errors[i].errnum); in xs_get_error()