Searched refs:error_desc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp185 const char *error_desc = nullptr; local
190 error_desc = real_stop_info_sp->GetDescription();
192 if (error_desc)
195 error_desc);
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.h109 struct error_desc { struct
H A Dtws_services.c56 static struct error_desc array[] = {
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c1438 static const char *error_desc[] = { local
1444 KASSERT(id >= 0 && id < nitems(error_desc),
1447 return (error_desc[id]);
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c138 static char const * const error_desc[] = { variable
1965 unit, delta, error_desc[errnum],
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c145 static char const * const error_desc[] = { variable
2262 unit, delta, error_desc[errnum],
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c209 static char const * const error_desc[] = { variable
3389 unit, delta, error_desc[errnum],

Completed in 143 milliseconds