Home
last modified time | relevance | path

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

/drivers/staging/uwb/
Dreset.c29 const char *__strerror[] = { variable
52 if (code >= ARRAY_SIZE(__strerror)) in uwb_rc_strerror()
54 return __strerror[code]; in uwb_rc_strerror()