/usr/include/asm/errno.h

#define EPERM 1 /* Operation not permitted */操作不允许

#define ENOENT 2 /* No such file or directory */文件/路径不存在

#define ESRCH 3 /* No such process */进程不存在

#define EINTR 4 /* Interrupted system call */中断的系统调用

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

#define ENXIO 6 /* No such device or address */设备/地址不存在

#define E2BIG 7 /* Arg list too long */参数列表过长

#define ENOEXEC 8 /* Exec format error */执行格式错误

#define EBADF 9 /* Bad file number */错误文件编号

#define ECHILD 10 /* No child processes */子进程不存在

#define EAGAIN 11 /* Try again */重试

#define ENOMEM 12 /* Out of memory */内存不足

#define EACCES 13 /* Permission denied */无权限

#define EFAULT 14 /* Bad address */地址错误

#define ENOTBLK 15 /* Block device required */需要块设备

#define EBUSY 16 /* Device or resource busy */设备或资源忙

#define EEXIST 17 /* File exists */文件已存在

#define EXDEV 18 /* Cross-device link */跨设备链路

#define ENODEV 19 /* No such device */设备不存在

#define ENOTDIR 20 /* Not a directory */路径不存在

#define EISDIR 21 /* Is a directory */是路径

#define EINVAL 22 /* Invalid argument */无效参数

#define ENFILE 23 /* File table overflow */文件表溢出

#define EMFILE 24 /* Too many open files */打开的文件过多

#define ENOTTY 25 /* Not a typewriter */非打字机

#define ETXTBSY 26 /* Text file busy */文本文件忙

#define EFBIG 27 /* File too large */文件太大

#define ENOSPC 28 /* No space left on device */设备无空间

#define ESPIPE 29 /* Illegal seek */非法查询

#define EROFS 30 /* Read-only file system */只读文件系统

#define EMLINK 31 /* Too many links */链接太多

#define EPIPE 32 /* Broken pipe */管道破裂

#define EDOM 33 /* Math argument out of domain of func */参数超出函数域

#define ERANGE 34 /* Math result not representable */结果无法表示

#define EDEADLK 35 /* Resource deadlock would occur */资源将发生死锁

#define ENAMETOOLONG 36 /* File name too long */文件名太长

#define ENOLCK 37 /* No record locks available */没有可用的记录锁

#define ENOSYS 38 /* Function not implemented */函数未实现

#define ENOTEMPTY 39 /* Directory not empty */目录非空

#define ELOOP 40 /* Too many symbolic links encountered */遇到太多符号链接

#define EWOULDBLOCK EAGAIN /* Operation would block */操作会阻塞

#define ENOMSG 42 /* No message of desired type */没有符合需求类型的消息

#define EIDRM 43 /* Identifier removed */标识符已删除

#define ECHRNG 44 /* Channel number out of range */通道编号超出范围

#define EL2NSYNC 45 /* Level 2 not synchronized */level2不同步

#define EL3HLT 46 /* Level 3 halted */3级停止

#define EL3RST 47 /* Level 3 reset */3级重置

#define ELNRNG 48 /* Link number out of range */链接编号超出范围

#define EUNATCH 49 /* Protocol driver not attached */协议驱动程序没有连接

#define ENOCSI 50 /* No CSI structure available */没有可用的CSI结构

#define EL2HLT 51 /* Level 2 halted */2级停止

#define EBADE 52 /* Invalid exchange */无效交换

#define EBADR 53 /* Invalid request descriptor */无效请求描述

#define EXFULL 54 /* Exchange full */交换完全

#define ENOANO 55 /* No anode */无阳极

#define EBADRQC 56 /* Invalid request code */无效请求码

#define EBADSLT 57 /* Invalid slot */无效插槽

#define EDEADLOCK EDEADLK

#define EBFONT 59 /* Bad font file format */错误的字体文件格式

#define ENOSTR 60 /* Device not a stream */设备不是流

#define ENODATA 61 /* No data available */无数据

#define ETIME 62 /* Timer expired */计时器到期

#define ENOSR 63 /* Out of streams resources */流资源不足

#define ENONET 64 /* Machine is not on the network */机器不在网络上

#define ENOPKG 65 /* Package not installed */包未安装

#define EREMOTE 66 /* Object is remote */对象是远程

#define ENOLINK 67 /* Link has been severed */链接正在服务中

#define EADV 68 /* Advertise error */广告错误

#define ESRMNT 69 /* Srmount error */?

#define ECOMM 70 /* Communication error on send */发送过程中通讯错误

#define EPROTO 71 /* Protocol error */协议错误

#define EMULTIHOP 72 /* Multihop attempted */多跳尝试

#define EDOTDOT 73 /* RFS specific error */RFS特定错误

#define EBADMSG 74 /* Not a data message */不是数据类型消息

#define EOVERFLOW 75 /* Value too large for defined data type */对指定的数据类型来说值太大

#define ENOTUNIQ 76 /* Name not unique on network */网络上名字不唯一

#define EBADFD 77 /* File descriptor in bad state */文件描述符状态错误

#define EREMCHG 78 /* Remote address changed */远程地址改变

#define ELIBACC 79 /* Can not access a needed shared library */无法访问需要的共享库

#define ELIBBAD 80 /* Accessing a corrupted shared library */访问损坏的共享库

#define ELIBSCN 81 /* .lib section in a.out corrupted */库部分在a.out损坏

#define ELIBMAX 82 /* Attempting to link in too many shared libraries */试图链接太多的共享库

#define ELIBEXEC 83 /* Cannot exec a shared library directly */不能直接运行共享库

#define EILSEQ 84 /* Illegal byte sequence */非法字节序

#define ERESTART 85 /* Interrupted system call should be restarted */应重新启动被中断的系统调用

#define ESTRPIPE 86 /* Streams pipe error */流管错误

#define EUSERS 87 /* Too many users */用户太多

#define ENOTSOCK 88 /* Socket operation on non-socket */在非套接字上进行套接字操作

#define EDESTADDRREQ 89 /* Destination address required */需要目的地址

#define EMSGSIZE 90 /* Message too long */消息太长

#define EPROTOTYPE 91 /* Protocol wrong type for socket */错误协议类型

#define ENOPROTOOPT 92 /* Protocol not available */协议不可用

#define EPROTONOSUPPORT 93 /* Protocol not supported */不支持协议

#define ESOCKTNOSUPPORT 94 /* Socket type not supported */不支持套接字类型

#define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */操作上不支持传输端点

#define EPFNOSUPPORT 96 /* Protocol family not supported */不支持协议族

#define EAFNOSUPPORT 97 /* Address family not supported by protocol */协议不支持地址群

#define EADDRINUSE 98 /* Address already in use */地址已被使用

#define EADDRNOTAVAIL 99 /* Cannot assign requested address */无法分配请求的地址

#define ENETDOWN 100 /* Network is down */网络已关闭

#define ENETUNREACH 101 /* Network is unreachable */网络不可达

#define ENETRESET 102 /* Network dropped connection because of reset */网络由于复位断开连接

#define ECONNABORTED 103 /* Software caused connection abort */软件导致连接终止

#define ECONNRESET 104 /* Connection reset by peer */连接被对方复位

#define ENOBUFS 105 /* No buffer space available */没有可用的缓存空间

#define EISCONN 106 /* Transport endpoint is already connected */传输端点已连接

#define ENOTCONN 107 /* Transport endpoint is not connected */传输端点未连接

#define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */传输端点关闭后不能在发送

#define ETOOMANYREFS 109 /* Too many references: cannot splice */太多的引用:无法接合

#define ETIMEDOUT 110 /* Connection timed out */连接超时

#define ECONNREFUSED 111 /* Connection refused */连接被拒绝

#define EHOSTDOWN 112 /* Host is down */主机已关闭

#define EHOSTUNREACH 113 /* No route to host */无法路由到主机

#define EALREADY 114 /* Operation already in progress */操作已在进程中

#define EINPROGRESS 115 /* Operation now in progress */进程中正在进行的操作

#define ESTALE 116 /* Stale NFS file handle */

#define EUCLEAN 117 /* Structure needs cleaning */

#define ENOTNAM 118 /* Not a XENIX named type file */

#define ENAVAIL 119 /* No XENIX semaphores available */

#define EISNAM 120 /* Is a named type file */

#define EREMOTEIO 121 /* Remote I/O error */

#define EDQUOT 122 /* Quota exceeded */

#define ENOMEDIUM 123 /* No medium found */

#define EMEDIUMTYPE 124 /* Wrong medium type */

Linux系统中errno对应的中文意思 errno.h的更多相关文章

  1. 用户管理 之 Linux 系统中的超级权限的控制

    在Linux操作系统中,root的权限是最高的,也被称为超级权限的拥有者.普通用户无法执行的操作,root用户都能完成,所以也被称之为超级管理用户. 在系统中,每个文件.目录和进程,都归属于某一个用户 ...

  2. 在 Linux 系统中读取 GBK 编码的文档

    Linux 系统中,默认使用 UTF-8 编码.有时,我们下载的一些文件(比如 TXT 电子书,中文字幕等)使用了 GBK 编码,这样,当我们读取这些文件时,就会看到乱码.一般来说,有两种解决办法. ...

  3. Linux系统中ElasticSearch搜索引擎安装配置Head插件

    近几篇ElasticSearch系列: 1.阿里云服务器Linux系统安装配置ElasticSearch搜索引擎 2.Linux系统中ElasticSearch搜索引擎安装配置Head插件 3.Ela ...

  4. Linux系统中的Device Mapper学习

    在linux系统中你使用一些命令时(例如nmon.iostat 如下截图所示),有可能会看到一些名字为dm-xx的设备,那么这些设备到底是什么设备呢,跟磁盘有什么关系呢?以前不了解的时候,我也很纳闷. ...

  5. 在linux系统中安装VSCode(Visual Studio Code)

    在linux系统中安装VSCode(Visual Studio Code) 1.从官网下载压缩包(话说下载下来解压就直接可以运行了咧,都不需要make) 访问Visual Studio Code官网  ...

  6. Linux 系统中的MySQL数据库默认区分大小写

    今天在开发中遇到这么个问题,将连接的数据库改为服务器上的时候(服务器是Linux系统的),程序跑起来后一直出错,总提示数据库的表找不到, 而打开数据库看该表明明是存在的,在我的印象中MySQL数据是不 ...

  7. Linux 系统中僵尸进程

    Linux 系统中僵尸进程和现实中僵尸(虽然我也没见过)类似,虽然已经死了,但是由于没人给它们收尸,还能四处走动.僵尸进程指的是那些虽然已经终止的进程,但仍然保留一些信息,等待其父进程为其收尸.配图源 ...

  8. Linux系统中配置jdk

    在Linux系统下安装jdk 1.到Oracle公司的官网里下载好jdk,网址 http://www.oracle.com/technetwork/java/javase/downloads/jdk8 ...

  9. Linux 系统中用户切换

    1. Linux系统中用户切换的命令为su,语法为: su [-fmp] [-c command] [-s shell] [--help] [--version] [-] [USER [ARG]] 参 ...

  10. 77 swapon-激活Linux系统中交换空间

    Linux swapon命令用于激活Linux系统中交换空间,Linux系统的内存管理必须使用交换区来建立虚拟内存. 语法 /sbin/swapon -a [-v] /sbin/swapon [-v] ...

随机推荐

  1. Android学习第6天

    创建一个新的activity 四大组件需要在清单文件中配置 可在清单文件中配置多个启动图标过单个启动图标 Activity下的lable和icon属性可以和Application节点的属性不一样,默认 ...

  2. Python中操作ini配置文件

    这篇博客我主要想总结一下python中的ini文件的使用,最近在写python操作mysql数据库,那么作为测试人员测试的环境包括(测试环境,UAT环境,生产环境)每次需要连接数据库的ip,端口,都会 ...

  3. Codeforces Round #541 (Div. 2) D(并查集+拓扑排序) F (并查集)

    D. Gourmet choice 链接:http://codeforces.com/contest/1131/problem/D 思路: =  的情况我们用并查集把他们扔到一个集合,然后根据 > ...

  4. DNS 透明代理

    DNS 透明代理 一.使用DNS负载均衡虚拟服务器(DNS * 53)的方式 --- 推荐使用的方式 注意:只会代理跨内网网段的DNS查询请求 ---------------------------- ...

  5. 【CF526G】Spiders Evil Plan(贪心)

    [CF526G]Spiders Evil Plan(贪心) 题面 洛谷 CodeForces 给定一棵树,要求选择\(y\)条链,满足被链覆盖的所有点在树上联通,且\(x\)必定在联通块中. 对于每次 ...

  6. 关于Autosar中DCM(14229UDS)模块的理解

    阅读本篇文章希望达到的目的是: UDS是干什么的, ISO14229是如何定义规则的, 希望接下来的阅读让你不虚此行. 1. UDS是干什么的?UDS全称是Unified Diagnostic Ser ...

  7. Nio再学习之NIO的buffer缓冲区

    1. 缓冲区(Buffer): 介绍 我们知道在BIO(Block IO)中其是使用的流的形式进行读取,可以将数据直接写入或者将数据直接读取到Stream对象中,但是在NIO中所有的数据都是使用的换冲 ...

  8. js jquery 数组的合并 对象的合并

    转载自:http://www.cnblogs.com/xingxiangyi/p/6416468.html 1 数组合并 1.1 concat 方法 1 2 3 4 var a=[1,2,3],b=[ ...

  9. 网络流24题 gay题报告

    洛谷上面有一整套题. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 extra ①飞行员配对方案问题.top 裸二分图匹 ...

  10. react-native中的style

    在 React Native 中,你并不需要学习什么特殊的语法来定义样式.我们仍然是使用 JavaScript 来写样式. 所有的核心组件都接受名为style的属性.这些样式名基本上是遵循了 web ...