Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
errno.h File Reference
#include <uapi/linux/errno.h>

Go to the source code of this file.

Macros

#define ERESTARTSYS   512
 
#define ERESTARTNOINTR   513
 
#define ERESTARTNOHAND   514 /* restart if no handler.. */
 
#define ENOIOCTLCMD   515 /* No ioctl command */
 
#define ERESTART_RESTARTBLOCK   516 /* restart by calling sys_restart_syscall */
 
#define EPROBE_DEFER   517 /* Driver requests probe retry */
 
#define EOPENSTALE   518 /* open found a stale dentry */
 
#define EBADHANDLE   521 /* Illegal NFS file handle */
 
#define ENOTSYNC   522 /* Update synchronization mismatch */
 
#define EBADCOOKIE   523 /* Cookie is stale */
 
#define ENOTSUPP   524 /* Operation is not supported */
 
#define ETOOSMALL   525 /* Buffer or request is too small */
 
#define ESERVERFAULT   526 /* An untranslatable error occurred */
 
#define EBADTYPE   527 /* Type not supported by server */
 
#define EJUKEBOX   528 /* Request initiated, but will not complete before timeout */
 
#define EIOCBQUEUED   529 /* iocb queued, will get completion event */
 
#define EIOCBRETRY   530 /* iocb queued, will trigger a retry */
 

Macro Definition Documentation

#define EBADCOOKIE   523 /* Cookie is stale */

Definition at line 24 of file errno.h.

#define EBADHANDLE   521 /* Illegal NFS file handle */

Definition at line 22 of file errno.h.

#define EBADTYPE   527 /* Type not supported by server */

Definition at line 28 of file errno.h.

#define EIOCBQUEUED   529 /* iocb queued, will get completion event */

Definition at line 30 of file errno.h.

#define EIOCBRETRY   530 /* iocb queued, will trigger a retry */

Definition at line 31 of file errno.h.

#define EJUKEBOX   528 /* Request initiated, but will not complete before timeout */

Definition at line 29 of file errno.h.

#define ENOIOCTLCMD   515 /* No ioctl command */

Definition at line 16 of file errno.h.

#define ENOTSUPP   524 /* Operation is not supported */

Definition at line 25 of file errno.h.

#define ENOTSYNC   522 /* Update synchronization mismatch */

Definition at line 23 of file errno.h.

#define EOPENSTALE   518 /* open found a stale dentry */

Definition at line 19 of file errno.h.

#define EPROBE_DEFER   517 /* Driver requests probe retry */

Definition at line 18 of file errno.h.

#define ERESTART_RESTARTBLOCK   516 /* restart by calling sys_restart_syscall */

Definition at line 17 of file errno.h.

#define ERESTARTNOHAND   514 /* restart if no handler.. */

Definition at line 15 of file errno.h.

#define ERESTARTNOINTR   513

Definition at line 14 of file errno.h.

#define ERESTARTSYS   512

Definition at line 13 of file errno.h.

#define ESERVERFAULT   526 /* An untranslatable error occurred */

Definition at line 27 of file errno.h.

#define ETOOSMALL   525 /* Buffer or request is too small */

Definition at line 26 of file errno.h.