Lines Matching full:error
29 /* the following corresponds to the error codes of the Linux kernel used by the Android platform
32 * this file may be included several times to define either error constants or their
37 #error "__BIONIC_ERRDEF must be defined before including this file"
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error" )
104 __BIONIC_ERRDEF( EADV , 68, "Advertise error" )
105 __BIONIC_ERRDEF( ESRMNT , 69, "Srmount error" )
106 __BIONIC_ERRDEF( ECOMM , 70, "Communication error on send" )
107 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" )
109 __BIONIC_ERRDEF( EDOTDOT , 73, "RFS specific error" )
122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )