Searched refs:__strerror (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/uwb/ | ||
H A D | reset.c | 43 const char *__strerror[] = { variable 66 if (code >= ARRAY_SIZE(__strerror)) uwb_rc_strerror() 68 return __strerror[code]; uwb_rc_strerror() |
Completed in 94 milliseconds