Home
last modified time | relevance | path

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

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