Searched refs:errorstring (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c710 * \param errorstring The error string to convert.
717 xs_get_error(const char *errorstring) argument
722 if (!strcmp(errorstring, xsd_errors[i].errstring))
726 errorstring);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c1110 char *errorstring, size_t bufsize) {
1208 isc__strerror(windows_errno, errorstring, bufsize);
1109 map_socket_error(isc_socket_t *sock, int windows_errno, int *isc_errno, char *errorstring, size_t bufsize) argument

Completed in 60 milliseconds