最終更新:2013-01-06 (日) 16:19:35 (4121d)  

asm-generic/errno-base.h
Top / asm-generic / errno-base.h

名前説明
EPERM?1Operation not permitted
ENOENT?2No such file or directory
ESRCH?3No such process
EINTR4Interrupted system call
EIO5I/O error
ENXIO?6No such device or address
E2BIG?7Argument list too long
ENOEXEC?8Exec format error
EBADF?9Bad file number
ECHILD?10No child processes
EAGAIN?11Try again
ENOMEM?12Out of memory
EACCES?13Permission denied
EFAULT?14Bad address
ENOTBLK?15Block device required
EBUSY16Device or resource busy
EEXIST?17File exists
EXDEV?18Cross-device link
ENODEV19No such device
ENOTDIR?20Not a directory
EISDIR?21Is a directory
EINVAL22Invalid argument
ENFILE?23File table overflow
EMFILE?24Too many open files
ENOTTY?25Not a typewriter
ETXTBSY?26Text file busy
EFBIG?27File too large
ENOSPC?28No space left on device
ESPIPE?29Illegal seek
EROFS?30Read-only file system
EMLINK?31Too many links
EPIPE?32Broken pipe
EDOM?33Math argument out of domain of func
ERANGE?34Math result not representable

関連