PDK API Guide for J721E
csitx/V0/cdn_errno.h File Reference

Go to the source code of this file.

Macros

#define EOK   0 /* no error */
 
#define EPERM   1 /* Operation not permitted */
 
#define ENOENT   2 /* No such file or directory */
 
#define EIO   5 /* I/O error */
 
#define ENOEXEC   8 /* Exec format error */
 
#define EAGAIN   11 /* Try again */
 
#define ENOMEM   12 /* Out of memory */
 
#define EFAULT   14 /* Bad address */
 
#define EBUSY   16 /* Device or resource busy */
 
#define EINVAL   22 /* Invalid argument */
 
#define ENOSPC   28 /* No space left on device */
 
#define EBADSLT   57 /* Invalid slot */
 
#define EPROTO   71 /* Protocol error */
 
#define EOVERFLOW   75 /* Value too large for defined data type */
 
#define EOPNOTSUPP   95 /* Operation not supported */
 
#define ETIMEDOUT   110 /* Connection timed out */
 
#define EINPROGRESS   115 /* Operation now in progress */
 
#define EDQUOT   122 /* Quota exceeded */
 
#define ENOTSUP   EOPNOTSUPP
 
#define ECANCELED   126 /* Cancelled */
 
#define CDN_EOK   0U /* no error */
 
#define CDN_EPERM   1U /* Operation not permitted */
 
#define CDN_ENOENT   2U /* No such file or directory */
 
#define CDN_EIO   5U /* I/O error */
 
#define CDN_ENOEXEC   8U /* Exec format error */
 
#define CDN_EAGAIN   11U /* Try again */
 
#define CDN_ENOMEM   12U /* Out of memory */
 
#define CDN_EFAULT   14U /* Bad address */
 
#define CDN_EBUSY   16U /* Device or resource busy */
 
#define CDN_EINVAL   22U /* Invalid argument */
 
#define CDN_ENOSPC   28U /* No space left on device */
 
#define CDN_EBADSLT   57U /* Invalid slot */
 
#define CDN_EPROTO   71U /* Protocol error */
 
#define CDN_EOVERFLOW   75U /* Value too large for defined data type */
 
#define CDN_EOPNOTSUPP   95U /* Operation not supported */
 
#define CDN_ETIMEDOUT   110U /* Connection timed out */
 
#define CDN_EINPROGRESS   115U /* Operation now in progress */
 
#define CDN_EDQUOT   122U /* Quota exceeded */
 
#define CDN_ENOTSUP   CDN_EOPNOTSUPP
 
#define CDN_ECANCELED   126U /* Cancelled */
 

Macro Definition Documentation

◆ EOK

#define EOK   0 /* no error */

◆ EPERM

#define EPERM   1 /* Operation not permitted */

◆ ENOENT

#define ENOENT   2 /* No such file or directory */

◆ EIO

#define EIO   5 /* I/O error */

◆ ENOEXEC

#define ENOEXEC   8 /* Exec format error */

◆ EAGAIN

#define EAGAIN   11 /* Try again */

◆ ENOMEM

#define ENOMEM   12 /* Out of memory */

◆ EFAULT

#define EFAULT   14 /* Bad address */

◆ EBUSY

#define EBUSY   16 /* Device or resource busy */

◆ EINVAL

#define EINVAL   22 /* Invalid argument */

◆ ENOSPC

#define ENOSPC   28 /* No space left on device */

◆ EBADSLT

#define EBADSLT   57 /* Invalid slot */

◆ EPROTO

#define EPROTO   71 /* Protocol error */

◆ EOVERFLOW

#define EOVERFLOW   75 /* Value too large for defined data type */

◆ EOPNOTSUPP

#define EOPNOTSUPP   95 /* Operation not supported */

◆ ETIMEDOUT

#define ETIMEDOUT   110 /* Connection timed out */

◆ EINPROGRESS

#define EINPROGRESS   115 /* Operation now in progress */

◆ EDQUOT

#define EDQUOT   122 /* Quota exceeded */

◆ ENOTSUP

#define ENOTSUP   EOPNOTSUPP

◆ ECANCELED

#define ECANCELED   126 /* Cancelled */

◆ CDN_EOK

#define CDN_EOK   0U /* no error */

◆ CDN_EPERM

#define CDN_EPERM   1U /* Operation not permitted */

◆ CDN_ENOENT

#define CDN_ENOENT   2U /* No such file or directory */

◆ CDN_EIO

#define CDN_EIO   5U /* I/O error */

◆ CDN_ENOEXEC

#define CDN_ENOEXEC   8U /* Exec format error */

◆ CDN_EAGAIN

#define CDN_EAGAIN   11U /* Try again */

◆ CDN_ENOMEM

#define CDN_ENOMEM   12U /* Out of memory */

◆ CDN_EFAULT

#define CDN_EFAULT   14U /* Bad address */

◆ CDN_EBUSY

#define CDN_EBUSY   16U /* Device or resource busy */

◆ CDN_EINVAL

#define CDN_EINVAL   22U /* Invalid argument */

◆ CDN_ENOSPC

#define CDN_ENOSPC   28U /* No space left on device */

◆ CDN_EBADSLT

#define CDN_EBADSLT   57U /* Invalid slot */

◆ CDN_EPROTO

#define CDN_EPROTO   71U /* Protocol error */

◆ CDN_EOVERFLOW

#define CDN_EOVERFLOW   75U /* Value too large for defined data type */

◆ CDN_EOPNOTSUPP

#define CDN_EOPNOTSUPP   95U /* Operation not supported */

◆ CDN_ETIMEDOUT

#define CDN_ETIMEDOUT   110U /* Connection timed out */

◆ CDN_EINPROGRESS

#define CDN_EINPROGRESS   115U /* Operation now in progress */

◆ CDN_EDQUOT

#define CDN_EDQUOT   122U /* Quota exceeded */

◆ CDN_ENOTSUP

#define CDN_ENOTSUP   CDN_EOPNOTSUPP

◆ CDN_ECANCELED

#define CDN_ECANCELED   126U /* Cancelled */