Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_main.c76 #define ERRNOSTR(_e) case _e: return # _e in strerror() macro
79 ERRNOSTR(ENOMEM); in strerror()
80 ERRNOSTR(ENODEV); in strerror()
81 ERRNOSTR(ENXIO); in strerror()
82 ERRNOSTR(EINVAL); in strerror()
83 ERRNOSTR(EAGAIN); in strerror()
84 ERRNOSTR(EFBIG); in strerror()
85 ERRNOSTR(EPIPE); in strerror()
86 ERRNOSTR(EMSGSIZE); in strerror()
87 ERRNOSTR(ENOSPC); in strerror()
[all …]