iPXE
POSIX error codes

The names and meanings (but not the values) of these error codes are defined by POSIX. More...

Macros

#define ENOERR   __einfo_error ( EINFO_ENOERR )
 Operation completed successfully.
#define EINFO_ENOERR
#define E2BIG   __einfo_error ( EINFO_E2BIG )
 Argument list too long.
#define EINFO_E2BIG
#define EACCES   __einfo_error ( EINFO_EACCES )
 Permission denied.
#define EINFO_EACCES
#define EADDRINUSE   __einfo_error ( EINFO_EADDRINUSE )
 Address already in use.
#define EINFO_EADDRINUSE
#define EADDRNOTAVAIL   __einfo_error ( EINFO_EADDRNOTAVAIL )
 Address not available.
#define EINFO_EADDRNOTAVAIL
#define EAFNOSUPPORT   __einfo_error ( EINFO_EAFNOSUPPORT )
 Address family not supported.
#define EINFO_EAFNOSUPPORT
#define EAGAIN   __einfo_error ( EINFO_EAGAIN )
 Resource temporarily unavailable.
#define EINFO_EAGAIN
#define EALREADY   __einfo_error ( EINFO_EALREADY )
 Connection already in progress.
#define EINFO_EALREADY
#define EBADF   __einfo_error ( EINFO_EBADF )
 Bad file descriptor.
#define EINFO_EBADF
#define EBADMSG   __einfo_error ( EINFO_EBADMSG )
 Bad message.
#define EINFO_EBADMSG
#define EBUSY   __einfo_error ( EINFO_EBUSY )
 Device or resource busy.
#define EINFO_EBUSY
#define ECANCELED   __einfo_error ( EINFO_ECANCELED )
 Operation canceled.
#define EINFO_ECANCELED
#define ECHILD   __einfo_error ( EINFO_ECHILD )
 No child processes.
#define EINFO_ECHILD
#define ECONNABORTED   __einfo_error ( EINFO_ECONNABORTED )
 Connection aborted.
#define EINFO_ECONNABORTED
#define ECONNREFUSED   __einfo_error ( EINFO_ECONNREFUSED )
 Connection refused.
#define EINFO_ECONNREFUSED
#define ECONNRESET   __einfo_error ( EINFO_ECONNRESET )
 Connection reset.
#define EINFO_ECONNRESET
#define EDEADLK   __einfo_error ( EINFO_EDEADLK )
 Resource deadlock avoided.
#define EINFO_EDEADLK
#define EDESTADDRREQ   __einfo_error ( EINFO_EDESTADDRREQ )
 Destination address required.
#define EINFO_EDESTADDRREQ
#define EDOM   __einfo_error ( EINFO_EDOM )
 Mathematics argument out of domain of function.
#define EINFO_EDOM
#define EDQUOT   __einfo_error ( EINFO_EDQUOT )
 Disk quota exceeded.
#define EINFO_EDQUOT
#define EEXIST   __einfo_error ( EINFO_EEXIST )
 File exists.
#define EINFO_EEXIST
#define EFAULT   __einfo_error ( EINFO_EFAULT )
 Bad address.
#define EINFO_EFAULT
#define EFBIG   __einfo_error ( EINFO_EFBIG )
 File too large.
#define EINFO_EFBIG
#define EHOSTUNREACH   __einfo_error ( EINFO_EHOSTUNREACH )
 Host is unreachable.
#define EINFO_EHOSTUNREACH
#define EIDRM   __einfo_error ( EINFO_EIDRM )
 Identifier removed.
#define EINFO_EIDRM
#define EILSEQ   __einfo_error ( EINFO_EILSEQ )
 Illegal byte sequence.
#define EINFO_EILSEQ
#define EINPROGRESS   __einfo_error ( EINFO_EINPROGRESS )
 Operation in progress.
#define EINFO_EINPROGRESS
#define EINTR   __einfo_error ( EINFO_EINTR )
 Interrupted function call.
#define EINFO_EINTR
#define EINVAL   __einfo_error ( EINFO_EINVAL )
 Invalid argument.
#define EINFO_EINVAL
#define EIO   __einfo_error ( EINFO_EIO )
 Input/output error.
#define EINFO_EIO
#define EISCONN   __einfo_error ( EINFO_EISCONN )
 Socket is connected.
#define EINFO_EISCONN
#define EISDIR   __einfo_error ( EINFO_EISDIR )
 Is a directory.
#define EINFO_EISDIR
#define ELOOP   __einfo_error ( EINFO_ELOOP )
 Too many levels of symbolic links.
#define EINFO_ELOOP
#define EMFILE   __einfo_error ( EINFO_EMFILE )
 Too many open files.
#define EINFO_EMFILE
#define EMLINK   __einfo_error ( EINFO_EMLINK )
 Too many links.
#define EINFO_EMLINK
#define EMSGSIZE   __einfo_error ( EINFO_EMSGSIZE )
 Message too long.
#define EINFO_EMSGSIZE
#define EMULTIHOP   __einfo_error ( EINFO_EMULTIHOP )
 Multihop attempted.
#define EINFO_EMULTIHOP
#define ENAMETOOLONG   __einfo_error ( EINFO_ENAMETOOLONG )
 Filename too long.
#define EINFO_ENAMETOOLONG
#define ENETDOWN   __einfo_error ( EINFO_ENETDOWN )
 Network is down.
#define EINFO_ENETDOWN
#define ENETRESET   __einfo_error ( EINFO_ENETRESET )
 Connection aborted by network.
#define EINFO_ENETRESET
#define ENETUNREACH   __einfo_error ( EINFO_ENETUNREACH )
 Network unreachable.
#define EINFO_ENETUNREACH
#define ENFILE   __einfo_error ( EINFO_ENFILE )
 Too many open files in system.
#define EINFO_ENFILE
#define ENOBUFS   __einfo_error ( EINFO_ENOBUFS )
 No buffer space available.
#define EINFO_ENOBUFS
#define ENODATA   __einfo_error ( EINFO_ENODATA )
 No message is available on the STREAM head read queue.
#define EINFO_ENODATA
#define ENODEV   __einfo_error ( EINFO_ENODEV )
 No such device.
#define EINFO_ENODEV
#define ENOENT   __einfo_error ( EINFO_ENOENT )
 No such file or directory.
#define EINFO_ENOENT
#define ENOEXEC   __einfo_error ( EINFO_ENOEXEC )
 Exec format error.
#define EINFO_ENOEXEC
#define ENOLCK   __einfo_error ( EINFO_ENOLCK )
 No locks available.
#define EINFO_ENOLCK
#define ENOLINK   __einfo_error ( EINFO_ENOLINK )
 Link has been severed.
#define EINFO_ENOLINK
#define ENOMEM   __einfo_error ( EINFO_ENOMEM )
 Not enough space.
#define EINFO_ENOMEM
#define ENOMSG   __einfo_error ( EINFO_ENOMSG )
 No message of the desired type.
#define EINFO_ENOMSG
#define ENOPROTOOPT   __einfo_error ( EINFO_ENOPROTOOPT )
 Protocol not available.
#define EINFO_ENOPROTOOPT
#define ENOSPC   __einfo_error ( EINFO_ENOSPC )
 No space left on device.
#define EINFO_ENOSPC
#define ENOSR   __einfo_error ( EINFO_ENOSR )
 No STREAM resources.
#define EINFO_ENOSR
#define ENOSTR   __einfo_error ( EINFO_ENOSTR )
 Not a STREAM.
#define EINFO_ENOSTR
#define ENOSYS   __einfo_error ( EINFO_ENOSYS )
 Function not implemented.
#define EINFO_ENOSYS
#define ENOTCONN   __einfo_error ( EINFO_ENOTCONN )
 The socket is not connected.
#define EINFO_ENOTCONN
#define ENOTDIR   __einfo_error ( EINFO_ENOTDIR )
 Not a directory.
#define EINFO_ENOTDIR
#define ENOTEMPTY   __einfo_error ( EINFO_ENOTEMPTY )
 Directory not empty.
#define EINFO_ENOTEMPTY
#define ENOTSOCK   __einfo_error ( EINFO_ENOTSOCK )
 Not a socket.
#define EINFO_ENOTSOCK
#define ENOTSUP   __einfo_error ( EINFO_ENOTSUP )
 Operation not supported.
#define EINFO_ENOTSUP
#define ENOTTY   __einfo_error ( EINFO_ENOTTY )
 Inappropriate I/O control operation.
#define EINFO_ENOTTY
#define ENXIO   __einfo_error ( EINFO_ENXIO )
 No such device or address.
#define EINFO_ENXIO
#define EOPNOTSUPP   __einfo_error ( EINFO_EOPNOTSUPP )
 Operation not supported on socket.
#define EINFO_EOPNOTSUPP
#define EOVERFLOW   __einfo_error ( EINFO_EOVERFLOW )
 Value too large to be stored in data type.
#define EINFO_EOVERFLOW
#define EPERM   __einfo_error ( EINFO_EPERM )
 Operation not permitted.
#define EINFO_EPERM
#define EPIPE   __einfo_error ( EINFO_EPIPE )
 Broken pipe.
#define EINFO_EPIPE
#define EPROTO   __einfo_error ( EINFO_EPROTO )
 Protocol error.
#define EINFO_EPROTO
#define EPROTONOSUPPORT   __einfo_error ( EINFO_EPROTONOSUPPORT )
 Protocol not supported.
#define EINFO_EPROTONOSUPPORT
#define EPROTOTYPE   __einfo_error ( EINFO_EPROTOTYPE )
 Protocol wrong type for socket.
#define EINFO_EPROTOTYPE
#define ERANGE   __einfo_error ( EINFO_ERANGE )
 Result too large.
#define EINFO_ERANGE
#define EROFS   __einfo_error ( EINFO_EROFS )
 Read-only file system.
#define EINFO_EROFS
#define ESPIPE   __einfo_error ( EINFO_ESPIPE )
 Invalid seek.
#define EINFO_ESPIPE
#define ESRCH   __einfo_error ( EINFO_ESRCH )
 No such process.
#define EINFO_ESRCH
#define ESTALE   __einfo_error ( EINFO_ESTALE )
 Stale file handle.
#define EINFO_ESTALE
#define ETIME   __einfo_error ( EINFO_ETIME )
 Timer expired.
#define EINFO_ETIME
#define ETIMEDOUT   __einfo_error ( EINFO_ETIMEDOUT )
 Connection timed out.
#define EINFO_ETIMEDOUT
#define ETXTBSY   __einfo_error ( EINFO_ETXTBSY )
 Text file busy.
#define EINFO_ETXTBSY
#define EWOULDBLOCK   __einfo_error ( EINFO_EWOULDBLOCK )
 Operation would block.
#define EINFO_EWOULDBLOCK
#define EXDEV   __einfo_error ( EINFO_EXDEV )
 Improper link.
#define EINFO_EXDEV

Detailed Description

The names and meanings (but not the values) of these error codes are defined by POSIX.

Macro Definition Documentation

◆ ENOERR

#define ENOERR   __einfo_error ( EINFO_ENOERR )

Operation completed successfully.

Definition at line 289 of file errno.h.

Referenced by atl_probe().

◆ EINFO_ENOERR

#define EINFO_ENOERR
Value:
__einfo ( PLATFORM_ENOERR, 0x00, 0, \
"Operation completed successfully" )
#define PLATFORM_ENOERR
Definition pcbios.h:34
#define __einfo(platform, posix, uniq, desc)
Declare error information.
Definition errno.h:135

Definition at line 290 of file errno.h.

290#define EINFO_ENOERR __einfo ( PLATFORM_ENOERR, 0x00, 0, \
291 "Operation completed successfully" )

◆ E2BIG

#define E2BIG   __einfo_error ( EINFO_E2BIG )

Argument list too long.

Definition at line 294 of file errno.h.

◆ EINFO_E2BIG

#define EINFO_E2BIG
Value:
__einfo ( PLATFORM_E2BIG, 0x01, 0, \
"Argument list too long" )
#define PLATFORM_E2BIG
Definition pcbios.h:35

Definition at line 295 of file errno.h.

295#define EINFO_E2BIG __einfo ( PLATFORM_E2BIG, 0x01, 0, \
296 "Argument list too long" )

◆ EACCES

◆ EINFO_EACCES

#define EINFO_EACCES
Value:
__einfo ( PLATFORM_EACCES, 0x02, 0, \
"Permission denied" )
#define PLATFORM_EACCES
Definition pcbios.h:36

Definition at line 300 of file errno.h.

300#define EINFO_EACCES __einfo ( PLATFORM_EACCES, 0x02, 0, \
301 "Permission denied" )

◆ EADDRINUSE

#define EADDRINUSE   __einfo_error ( EINFO_EADDRINUSE )

◆ EINFO_EADDRINUSE

#define EINFO_EADDRINUSE
Value:
"Address already in use" )
#define PLATFORM_EADDRINUSE
Definition pcbios.h:37

Definition at line 305 of file errno.h.

305#define EINFO_EADDRINUSE __einfo ( PLATFORM_EADDRINUSE, 0x03, 0, \
306 "Address already in use" )

◆ EADDRNOTAVAIL

#define EADDRNOTAVAIL   __einfo_error ( EINFO_EADDRNOTAVAIL )

Address not available.

Definition at line 309 of file errno.h.

Referenced by ath9k_hw_init_macaddr(), nv_setup_mac_addr(), pcnet32_setup_mac_addr(), and virtnet_probe_modern().

◆ EINFO_EADDRNOTAVAIL

#define EINFO_EADDRNOTAVAIL
Value:
"Address not available" )
#define PLATFORM_EADDRNOTAVAIL
Definition pcbios.h:38

Definition at line 310 of file errno.h.

310#define EINFO_EADDRNOTAVAIL __einfo ( PLATFORM_EADDRNOTAVAIL, 0x04, 0, \
311 "Address not available" )

◆ EAFNOSUPPORT

#define EAFNOSUPPORT   __einfo_error ( EINFO_EAFNOSUPPORT )

Address family not supported.

Definition at line 314 of file errno.h.

Referenced by comboot_resolv(), and tcpip_tx().

◆ EINFO_EAFNOSUPPORT

#define EINFO_EAFNOSUPPORT
Value:
"Address family not supported" )
#define PLATFORM_EAFNOSUPPORT
Definition pcbios.h:39

Definition at line 315 of file errno.h.

315#define EINFO_EAFNOSUPPORT __einfo ( PLATFORM_EAFNOSUPPORT, 0x05, 0, \
316 "Address family not supported" )

◆ EAGAIN

#define EAGAIN   __einfo_error ( EINFO_EAGAIN )

◆ EINFO_EAGAIN

#define EINFO_EAGAIN
Value:
__einfo ( PLATFORM_EAGAIN, 0x06, 0, \
"Resource temporarily unavailable" )
#define PLATFORM_EAGAIN
Definition pcbios.h:40

Definition at line 320 of file errno.h.

320#define EINFO_EAGAIN __einfo ( PLATFORM_EAGAIN, 0x06, 0, \
321 "Resource temporarily unavailable" )

◆ EALREADY

#define EALREADY   __einfo_error ( EINFO_EALREADY )

Connection already in progress.

Definition at line 324 of file errno.h.

Referenced by ib_cm_rejection_reason_to_rc(), register_usb(), and usb_endpoint_open().

◆ EINFO_EALREADY

#define EINFO_EALREADY
Value:
__einfo ( PLATFORM_EALREADY, 0x07, 0, \
"Connection already in progress" )
#define PLATFORM_EALREADY
Definition pcbios.h:41

Definition at line 325 of file errno.h.

325#define EINFO_EALREADY __einfo ( PLATFORM_EALREADY, 0x07, 0, \
326 "Connection already in progress" )

◆ EBADF

#define EBADF   __einfo_error ( EINFO_EBADF )

Bad file descriptor.

Definition at line 329 of file errno.h.

Referenced by close(), fsize(), read(), and select().

◆ EINFO_EBADF

#define EINFO_EBADF
Value:
__einfo ( PLATFORM_EBADF, 0x08, 0, \
"Bad file descriptor" )
#define PLATFORM_EBADF
Definition pcbios.h:42

Definition at line 330 of file errno.h.

330#define EINFO_EBADF __einfo ( PLATFORM_EBADF, 0x08, 0, \
331 "Bad file descriptor" )

◆ EBADMSG

#define EBADMSG   __einfo_error ( EINFO_EBADMSG )

Bad message.

Definition at line 334 of file errno.h.

Referenced by efx_hunt_receive().

◆ EINFO_EBADMSG

#define EINFO_EBADMSG
Value:
__einfo ( PLATFORM_EBADMSG, 0x09, 0, \
"Bad message" )
#define PLATFORM_EBADMSG
Definition pcbios.h:43

Definition at line 335 of file errno.h.

335#define EINFO_EBADMSG __einfo ( PLATFORM_EBADMSG, 0x09, 0, \
336 "Bad message" )

◆ EBUSY

◆ EINFO_EBUSY

#define EINFO_EBUSY
Value:
__einfo ( PLATFORM_EBUSY, 0x0a, 0, \
"Device or resource busy" )
#define PLATFORM_EBUSY
Definition pcbios.h:44

Definition at line 340 of file errno.h.

340#define EINFO_EBUSY __einfo ( PLATFORM_EBUSY, 0x0a, 0, \
341 "Device or resource busy" )

◆ ECANCELED

◆ EINFO_ECANCELED

#define EINFO_ECANCELED
Value:
"Operation canceled" )
#define PLATFORM_ECANCELED
Definition pcbios.h:45

Definition at line 345 of file errno.h.

345#define EINFO_ECANCELED __einfo ( PLATFORM_ECANCELED, 0x0b, 0, \
346 "Operation canceled" )

◆ ECHILD

#define ECHILD   __einfo_error ( EINFO_ECHILD )

No child processes.

Definition at line 349 of file errno.h.

◆ EINFO_ECHILD

#define EINFO_ECHILD
Value:
__einfo ( PLATFORM_ECHILD, 0x0c, 0, \
"No child processes" )
#define PLATFORM_ECHILD
Definition pcbios.h:46

Definition at line 350 of file errno.h.

350#define EINFO_ECHILD __einfo ( PLATFORM_ECHILD, 0x0c, 0, \
351 "No child processes" )

◆ ECONNABORTED

#define ECONNABORTED   __einfo_error ( EINFO_ECONNABORTED )

Connection aborted.

Definition at line 354 of file errno.h.

Referenced by dns_xfer_close().

◆ EINFO_ECONNABORTED

#define EINFO_ECONNABORTED
Value:
"Connection aborted" )
#define PLATFORM_ECONNABORTED
Definition pcbios.h:47

Definition at line 355 of file errno.h.

355#define EINFO_ECONNABORTED __einfo ( PLATFORM_ECONNABORTED, 0x0d, 0, \
356 "Connection aborted" )

◆ ECONNREFUSED

#define ECONNREFUSED   __einfo_error ( EINFO_ECONNREFUSED )

Connection refused.

Definition at line 359 of file errno.h.

◆ EINFO_ECONNREFUSED

#define EINFO_ECONNREFUSED
Value:
"Connection refused" )
#define PLATFORM_ECONNREFUSED
Definition pcbios.h:48

Definition at line 360 of file errno.h.

360#define EINFO_ECONNREFUSED __einfo ( PLATFORM_ECONNREFUSED, 0x0e, 0, \
361 "Connection refused" )

◆ ECONNRESET

#define ECONNRESET   __einfo_error ( EINFO_ECONNRESET )

Connection reset.

Definition at line 364 of file errno.h.

Referenced by gve_admin_wait(), iscsi_close(), nfs_done(), sandev_reopen(), and tcp_rx_rst().

◆ EINFO_ECONNRESET

#define EINFO_ECONNRESET
Value:
"Connection reset" )
#define PLATFORM_ECONNRESET
Definition pcbios.h:49

Definition at line 365 of file errno.h.

365#define EINFO_ECONNRESET __einfo ( PLATFORM_ECONNRESET, 0x0f, 0, \
366 "Connection reset" )

◆ EDEADLK

#define EDEADLK   __einfo_error ( EINFO_EDEADLK )

Resource deadlock avoided.

Definition at line 369 of file errno.h.

Referenced by hunt_mcdi_request_poll().

◆ EINFO_EDEADLK

#define EINFO_EDEADLK
Value:
__einfo ( PLATFORM_EDEADLK, 0x10, 0, \
"Resource deadlock avoided" )
#define PLATFORM_EDEADLK
Definition pcbios.h:50

Definition at line 370 of file errno.h.

370#define EINFO_EDEADLK __einfo ( PLATFORM_EDEADLK, 0x10, 0, \
371 "Resource deadlock avoided" )

◆ EDESTADDRREQ

#define EDESTADDRREQ   __einfo_error ( EINFO_EDESTADDRREQ )

Destination address required.

Definition at line 374 of file errno.h.

◆ EINFO_EDESTADDRREQ

#define EINFO_EDESTADDRREQ
Value:
"Destination address required" )
#define PLATFORM_EDESTADDRREQ
Definition pcbios.h:51

Definition at line 375 of file errno.h.

375#define EINFO_EDESTADDRREQ __einfo ( PLATFORM_EDESTADDRREQ, 0x11, 0, \
376 "Destination address required" )

◆ EDOM

#define EDOM   __einfo_error ( EINFO_EDOM )

Mathematics argument out of domain of function.

Definition at line 379 of file errno.h.

◆ EINFO_EDOM

#define EINFO_EDOM
Value:
__einfo ( PLATFORM_EDOM, 0x12, 0, \
"Mathematics argument out of domain of function" )
#define PLATFORM_EDOM
Definition pcbios.h:52

Definition at line 380 of file errno.h.

380#define EINFO_EDOM __einfo ( PLATFORM_EDOM, 0x12, 0, \
381 "Mathematics argument out of domain of function" )

◆ EDQUOT

#define EDQUOT   __einfo_error ( EINFO_EDQUOT )

Disk quota exceeded.

Definition at line 384 of file errno.h.

◆ EINFO_EDQUOT

#define EINFO_EDQUOT
Value:
__einfo ( PLATFORM_EDQUOT, 0x13, 0, \
"Disk quote exceeded" )
#define PLATFORM_EDQUOT
Definition pcbios.h:53

Definition at line 385 of file errno.h.

385#define EINFO_EDQUOT __einfo ( PLATFORM_EDQUOT, 0x13, 0, \
386 "Disk quote exceeded" )

◆ EEXIST

#define EEXIST   __einfo_error ( EINFO_EEXIST )

File exists.

Definition at line 389 of file errno.h.

Referenced by cachedhcp_record(), netfront_net_probe(), and register_netdev().

◆ EINFO_EEXIST

#define EINFO_EEXIST
Value:
__einfo ( PLATFORM_EEXIST, 0x14, 0, \
"File exists" )
#define PLATFORM_EEXIST
Definition pcbios.h:54

Definition at line 390 of file errno.h.

390#define EINFO_EEXIST __einfo ( PLATFORM_EEXIST, 0x14, 0, \
391 "File exists" )

◆ EFAULT

#define EFAULT   __einfo_error ( EINFO_EFAULT )

Bad address.

Definition at line 394 of file errno.h.

Referenced by ath5k_hw_write_ofdm_timings(), golan_mcast_attach(), inject_fault_nonzero(), and net80211_netdev_open().

◆ EINFO_EFAULT

#define EINFO_EFAULT
Value:
__einfo ( PLATFORM_EFAULT, 0x15, 0, \
"Bad address" )
#define PLATFORM_EFAULT
Definition pcbios.h:55

Definition at line 395 of file errno.h.

395#define EINFO_EFAULT __einfo ( PLATFORM_EFAULT, 0x15, 0, \
396 "Bad address" )

◆ EFBIG

#define EFBIG   __einfo_error ( EINFO_EFBIG )

File too large.

Definition at line 399 of file errno.h.

◆ EINFO_EFBIG

#define EINFO_EFBIG
Value:
__einfo ( PLATFORM_EFBIG, 0x16, 0, \
"File too large" )
#define PLATFORM_EFBIG
Definition pcbios.h:56

Definition at line 400 of file errno.h.

400#define EINFO_EFBIG __einfo ( PLATFORM_EFBIG, 0x16, 0, \
401 "File too large" )

◆ EHOSTUNREACH

#define EHOSTUNREACH   __einfo_error ( EINFO_EHOSTUNREACH )

Host is unreachable.

Definition at line 404 of file errno.h.

Referenced by ibft_fill_target_nic_association().

◆ EINFO_EHOSTUNREACH

#define EINFO_EHOSTUNREACH
Value:
"Host is unreachable" )
#define PLATFORM_EHOSTUNREACH
Definition pcbios.h:57

Definition at line 405 of file errno.h.

405#define EINFO_EHOSTUNREACH __einfo ( PLATFORM_EHOSTUNREACH, 0x17, 0, \
406 "Host is unreachable" )

◆ EIDRM

#define EIDRM   __einfo_error ( EINFO_EIDRM )

Identifier removed.

Definition at line 409 of file errno.h.

◆ EINFO_EIDRM

#define EINFO_EIDRM
Value:
__einfo ( PLATFORM_EIDRM, 0x18, 0, \
"Identifier removed" )
#define PLATFORM_EIDRM
Definition pcbios.h:58

Definition at line 410 of file errno.h.

410#define EINFO_EIDRM __einfo ( PLATFORM_EIDRM, 0x18, 0, \
411 "Identifier removed" )

◆ EILSEQ

#define EILSEQ   __einfo_error ( EINFO_EILSEQ )

Illegal byte sequence.

Definition at line 414 of file errno.h.

Referenced by ena_admin().

◆ EINFO_EILSEQ

#define EINFO_EILSEQ
Value:
__einfo ( PLATFORM_EILSEQ, 0x19, 0, \
"Illegal byte sequence" )
#define PLATFORM_EILSEQ
Definition pcbios.h:59

Definition at line 415 of file errno.h.

415#define EINFO_EILSEQ __einfo ( PLATFORM_EILSEQ, 0x19, 0, \
416 "Illegal byte sequence" )

◆ EINPROGRESS

◆ EINFO_EINPROGRESS

#define EINFO_EINPROGRESS
Value:
"Operation in progress" )
#define PLATFORM_EINPROGRESS
Definition pcbios.h:60

Definition at line 420 of file errno.h.

420#define EINFO_EINPROGRESS __einfo ( PLATFORM_EINPROGRESS, 0x1a, 0, \
421 "Operation in progress" )

◆ EINTR

#define EINTR   __einfo_error ( EINFO_EINTR )

Interrupted function call.

Definition at line 424 of file errno.h.

Referenced by hunt_mcdi_request_poll().

◆ EINFO_EINTR

#define EINFO_EINTR
Value:
__einfo ( PLATFORM_EINTR, 0x1b, 0, \
"Interrupted function call" )
#define PLATFORM_EINTR
Definition pcbios.h:61

Definition at line 425 of file errno.h.

425#define EINFO_EINTR __einfo ( PLATFORM_EINTR, 0x1b, 0, \
426 "Interrupted function call" )

◆ EINVAL

#define EINVAL   __einfo_error ( EINFO_EINVAL )

Invalid argument.

Definition at line 429 of file errno.h.

Referenced by a3c90x_probe(), a3c90x_process_rx_packets(), acm_intr_complete(), acpi_extract_sx(), acpimac_extract(), aes_setkey(), af_packet_nic_probe(), ansicol_define(), ansicol_define_pair(), aoe_parse_uri(), aoe_rx(), aoecmd_ata_rsp(), aoecmd_cfg_rsp(), aoecmd_rx(), apply_syslogs_settings(), ar5008_hw_process_ini(), ar5008_hw_set_channel(), ar9003_hw_process_ini(), arbel_complete(), arp_rx(), asn1_parse_cbc(), atadev_command(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_init_11bg_2413(), ath5k_eeprom_read_mac(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), ath5k_eeprom_read_target_rate_pwr_info(), ath5k_hw_channel(), ath5k_hw_get_capability(), ath5k_hw_nic_wakeup(), ath5k_hw_reset(), ath5k_hw_rf2425_channel(), ath5k_hw_rf5111_chan2athchan(), ath5k_hw_rf5112_channel(), ath5k_hw_rfgain_init(), ath5k_hw_rfgain_opt_init(), ath5k_hw_rfregs_init(), ath5k_hw_set_ack_timeout(), ath5k_hw_set_cts_timeout(), ath5k_hw_set_gpio(), ath5k_hw_set_gpio_input(), ath5k_hw_set_gpio_output(), ath5k_hw_set_slot_time(), ath5k_hw_setup_2word_tx_desc(), ath5k_hw_setup_4word_tx_desc(), ath5k_hw_setup_rx_desc(), ath5k_hw_txpower(), ath5k_hw_write_initvals(), ath5k_hw_write_ofdm_timings(), ath5k_rxbuf_setup(), ath5k_setup_channel_powertable(), ath9k_config(), ath9k_hw_4k_check_eeprom(), ath9k_hw_ar9287_check_eeprom(), ath9k_hw_def_check_eeprom(), ath9k_hw_fill_cap_info(), ath9k_hw_process_rxdesc_edma(), ath9k_hw_reset(), ath9k_process_rate(), ath9k_rx_iob_preprocess(), atl1e_setup_ring_resources(), atl1e_xmit_frame(), axge_in_complete(), axge_intr_complete(), b44_process_rx_packets(), base64_decode(), bnxt_get_device_address(), bnxt_rx_process(), ccmp_init(), ccmp_kie_decrypt(), cpuid_supported(), create_pinger(), create_validator(), deflate_alphabet(), deflate_inflate(), des_setkey(), dhcp_deliver(), dhcpv6_check_duid(), dhcpv6_iaaddr(), dhcpv6_rx(), dhcpv6_status_code(), dhe_key(), dm96xx_in_complete(), dm96xx_intr_complete(), dns_compare(), dns_copy(), dns_decode(), dns_encode(), dns_label(), dns_question(), dns_send_packet(), dns_skip(), dns_xfer_deliver(), drbg_generate(), drbg_reseed(), dwgpio_probe(), eap_rx(), eap_rx_md5(), eap_rx_mschapv2(), eap_rx_mschapv2_request(), eap_rx_request(), eapol_key_rx(), eapol_rx(), ecdsa_verify_rs(), ecm_fetch_mac(), ecm_intr_complete(), ecm_probe(), efi_block_rw(), efi_boot_path(), efi_path_check(), efi_snp_hii_store(), efi_snp_transmit(), efi_usb_get_string_descriptor(), efifb_draw(), efisig_asn1(), efisig_find(), eth_pull(), eth_slow_marker_rx(), eth_slow_rx(), execv(), falcon_probe_nvram(), falcon_spi_rw(), fbcon_init(), fc_aton(), fc_els_echo_detect(), fc_els_flogi_detect(), fc_els_flogi_rx(), fc_els_logo_detect(), fc_els_logo_rx_request(), fc_els_plogi_detect(), fc_els_plogi_rx(), fc_els_prli_detect(), fc_els_prli_rx(), fc_els_rtv_detect(), fc_els_rx(), fc_id_aton(), fc_ns_query_deliver(), fc_port_deliver(), fcoe_fip_parse(), fcoe_fip_rx_advertisement(), fcoe_fip_rx_els_response(), fcoe_fip_rx_vlan(), fcp_parse_uri(), fdt_describe(), fdt_enter(), fdt_parse(), flexboot_nodnic_alloc_uar(), flexboot_nodnic_complete(), flexboot_nodnic_probe(), forcedeth_map_regs(), format_ipv4_setting(), format_ipv6_setting(), ftp_check_string(), ftp_open(), golan_complete(), golan_create_qp(), golan_create_qp_aux(), golan_ib_open(), golan_init_fw_areas(), golan_probe(), golan_qp_type_to_st(), gve_alloc_queue(), gve_describe(), gzip_extract(), hermon_complete(), hermon_set_port_type(), hex_decode(), hfa384x_prepare_bap(), http_connect(), http_digest_authenticate(), hub_probe(), hunt_mcdi_request_poll(), ib_link_rc(), ib_mi_send(), ib_post_recv(), ib_pull(), ib_srp_open_uri(), ibft_fill_target_nic_association(), ice_admin_mac_read(), ice_admin_schedule(), icmp_rx_echo_reply(), icmp_rx_echo_request(), icmpv4_rx(), icmpv6_rx(), ifec_pci_probe(), ifec_rx_process(), ifec_tx_process(), igbvf_process_rx_packets(), inet6_aton(), int13con_find(), iphone_in_complete(), ipoib_transmit(), ipv4_add_static(), ipv4_rx(), ipv4_sock_aton(), is_pnp_bios(), iscsi_socket_deliver(), iscsi_status_to_rc(), iwlist(), jme_process_receive(), layout_form(), linda_init_recv(), linda_post_recv(), line_buffer(), loopback_wait(), meme820(), mount_get_mnt_reply(), multiboot_load_raw(), ncm_in_complete(), ncm_intr_complete(), ncm_probe(), ndp_fetch(), ndp_rx_neighbour_advertisement_ll_target(), ndp_rx_neighbour_solicitation_ll_source(), ndp_rx_options(), ndp_rx_router_advertisement_ll_source(), ndp_rx_router_advertisement_prefix(), net80211_send_disassoc(), netdev_store_mac(), netvsc_initialised(), netvsc_recv_data(), netvsc_rx_established_buffer(), nfs_connect(), nfs_deliver(), nfs_get_lookup_reply(), nfs_get_read_reply(), nfs_get_readlink_reply(), nfs_parse_uri(), nfs_uri_init(), nfs_uri_symlink(), ntlm_challenge(), nv_process_rx_packets(), ocsp_parse_response_status(), oncrpc_call(), oncrpc_get_reply(), oncrpc_init_cred_sys(), parse_fc_port_id(), parse_int_setting(), parse_ipv4_setting(), parse_settings(), pcnet32_process_rx_packets(), phantom_clp_cmd(), phantom_map_crb(), png_image_end(), png_image_header(), png_pixbuf(), pnm_ascii(), pnm_binary(), pnm_data(), pnm_scale(), portmap_get_getport_reply(), prep_segment(), process_script(), qib7322_init_recv(), qib7322_post_recv(), rndis_rx(), rndis_rx_data(), rndis_rx_initialise(), rndis_rx_query_oid(), rndis_rx_set_oid(), rndis_rx_status(), rndis_tx_complete_err(), rsa_decrypt(), rtl818x_config(), scsi_parse_lun(), sec80211_detect_ie(), sis190_process_tx(), sis190_transmit(), skge_up(), sky2_receive(), slam_mc_socket_deliver(), slam_open(), slam_parse_multicast_address(), slam_pull_header(), slam_pull_value(), slam_socket_deliver(), smsc75xx_in_complete(), smsc95xx_in_complete(), sock_aton(), srp_login_rej(), srp_login_rsp(), srp_rsp(), srpdev_deliver(), start_pxebs(), stp_rx(), tap_probe(), tcp_open_uri(), tcp_rx(), tcp_rx_ack(), tcp_rx_opts(), tftp_core_open(), tftp_presize(), tftp_rx(), tftp_rx_data(), tftp_rx_error(), tftp_rx_oack(), tg3_get_device_address(), tg3_nvram_read(), tg3_nvram_read_using_eeprom(), tg3_rx_complete(), tkip_init(), trivial_change_key(), trivial_init(), ucode_parse_amd(), ucode_parse_intel(), ucode_status(), ucode_verify(), udp_open_uri(), udp_rx(), undinet_poll(), undirom_parse_pcirheader(), undirom_parse_pxeromid(), undirom_probe(), usb_config_descriptor(), usb_get_string_descriptor(), usb_used(), usbblk_open_uri(), usbhid_describe(), usbio_config(), usbio_path(), uuid_aton(), validator_start_download(), velocity_poll_rx(), velocity_poll_tx(), velocity_reset(), vesafb_mode_list(), virtio_pci_map_capability(), virtnet_open_modern(), virtnet_probe_modern(), vlan_create(), vlan_rx(), vmbus_poll(), vmbus_wait_for_any_message(), vpm_find_vqs(), vxge_hw_vpath_poll_rx(), vxge_probe(), vxge_xmit_compl(), weierstrass_verify_raw(), wpa_handle_1_of_2(), wpa_handle_1_of_4(), wpa_handle_3_of_4(), wpa_make_rsn_ie(), wpa_maybe_install_gtk(), wpa_start(), x509_check_ipaddress(), x509_parse_basic_constraints(), xenstore_read_num(), and zlib_deflate().

◆ EINFO_EINVAL

#define EINFO_EINVAL
Value:
__einfo ( PLATFORM_EINVAL, 0x1c, 0, \
"Invalid argument" )
#define PLATFORM_EINVAL
Definition pcbios.h:62

Definition at line 430 of file errno.h.

430#define EINFO_EINVAL __einfo ( PLATFORM_EINVAL, 0x1c, 0, \
431 "Invalid argument" )

◆ EIO

#define EIO   __einfo_error ( EINFO_EIO )

Input/output error.

Definition at line 434 of file errno.h.

Referenced by __ath9k_hw_init(), __gm_phy_read(), alaska_init(), aoecmd_ata_rsp(), aoecmd_rx(), apm_poweroff(), ar5008_hw_process_ini(), ar9003_hw_proc_txdesc(), arbel_cmd(), arbel_complete(), arbel_mad(), ath5k_handle_rx(), ath5k_hw_eeprom_read(), ath5k_hw_nic_wakeup(), ath5k_hw_set_bssid_mask(), ath5k_hw_set_tx_queueprops(), ath5k_hw_set_txdp(), ath5k_hw_start_tx_dma(), ath5k_hw_stop_tx_dma(), ath5k_hw_update_tx_triglevel(), ath5k_hw_wake(), ath5k_probe(), ath5k_tx_processq(), ath5k_txq_setup(), ath9k_hw_eeprom_init(), ath9k_hw_reset(), ath9k_start(), ath_pci_probe(), ath_set_channel(), ath_tx_complete(), atl1e_clean_rx_irq(), atl1e_probe(), atl1e_up(), atl2_hw_reset(), atl_hw_read_mem(), atl_hw_reset_flb_(), atl_hw_reset_rbl_(), axge_in_complete(), bnx2_fw_sync(), bnx2_init_board(), dm96xx_in_complete(), dm96xx_reset(), dwmac_poll_rx(), dwmac_poll_tx(), ena_admin(), eoib_complete_recv(), falcon_gmii_wait(), falcon_probe_spi(), fc_els_echo_rx_response(), flexboot_nodnic_complete(), gm_phy_write(), gm_phy_write(), guestinfo_fetch_type(), guestrpc_command(), gve_poll_rx(), hermon_cmd(), hermon_complete(), hermon_mad(), hunt_mcdi_request_poll(), hunt_probe(), hunt_rx_filter_insert(), i2c_send_byte(), ib_cm_req_complete(), ib_cmrc_xfer_deliver(), icplus_poll_rx(), igbvf_probe(), int13_load_eltorito(), int13_load_mbr(), int13con_rw(), intel_poll_rx(), intelxl_admin_command(), intelxl_enable_ring(), intelxl_poll_rx(), intelxlvf_admin_command(), ipoib_complete_recv(), iscsi_rx_login_response(), iscsi_rx_scsi_response(), jme_reload_eeprom(), jme_tx_clean(), linda_complete_recv(), linda_ib_epb_wait(), linda_verify_uc_ram(), mdio_clause45_check_mmds(), mount_get_mnt_reply(), myri10ge_command(), myson_poll_rx(), myson_poll_tx(), natsemi_poll_rx(), natsemi_poll_tx(), nfs_get_lookup_reply(), nfs_get_read_reply(), nfs_get_readlink_reply(), nvs_verify(), peerblk_done(), phantom_clp_cmd(), phantom_init_cmdpeg(), phantom_map_crb(), phantom_wait_for_cmd(), pnic_poll(), pnic_probe(), qib7322_complete_recv(), rdc_poll_rx(), rdtsc_probe(), realtek_legacy_poll_rx(), realtek_poll_rx(), rhine_check_link(), rhine_poll(), rhine_poll_rx(), rhine_poll_tx(), rndis_rx_initialise(), rndis_rx_query_oid(), rndis_rx_set_oid(), rtl818x_handle_rx(), rtl818x_handle_tx(), sfe4001_init(), sis190_get_mac_addr_from_apc(), sis190_get_mac_addr_from_eeprom(), sis190_init_board(), sis190_mii_probe(), skge_rx_done(), sky2_receive(), smsc75xx_in_complete(), smsc95xx_in_complete(), tg3_get_invariants(), txnic_complete_rqe(), txnic_complete_sqe(), ucode_status(), uhci_endpoint_poll(), usbblk_in_status(), vmxnet3_open(), vxge_xmit(), xenstore_response(), and xm_phy_write().

◆ EINFO_EIO

#define EINFO_EIO
Value:
__einfo ( PLATFORM_EIO, 0x1d, 0, \
"Input/output error" )
#define PLATFORM_EIO
Definition pcbios.h:63

Definition at line 435 of file errno.h.

435#define EINFO_EIO __einfo ( PLATFORM_EIO, 0x1d, 0, \
436 "Input/output error" )

◆ EISCONN

#define EISCONN   __einfo_error ( EINFO_EISCONN )

Socket is connected.

Definition at line 439 of file errno.h.

◆ EINFO_EISCONN

#define EINFO_EISCONN
Value:
__einfo ( PLATFORM_EISCONN, 0x1e, 0, \
"Socket is connected" )
#define PLATFORM_EISCONN
Definition pcbios.h:64

Definition at line 440 of file errno.h.

440#define EINFO_EISCONN __einfo ( PLATFORM_EISCONN, 0x1e, 0, \
441 "Socket is connected" )

◆ EISDIR

#define EISDIR   __einfo_error ( EINFO_EISDIR )

Is a directory.

Definition at line 444 of file errno.h.

◆ EINFO_EISDIR

#define EINFO_EISDIR
Value:
__einfo ( PLATFORM_EISDIR, 0x1f, 0, \
"Is a directory" )
#define PLATFORM_EISDIR
Definition pcbios.h:65

Definition at line 445 of file errno.h.

445#define EINFO_EISDIR __einfo ( PLATFORM_EISDIR, 0x1f, 0, \
446 "Is a directory" )

◆ ELOOP

#define ELOOP   __einfo_error ( EINFO_ELOOP )

Too many levels of symbolic links.

Definition at line 449 of file errno.h.

Referenced by dns_xfer_deliver(), and eth_slow_lacp_rx().

◆ EINFO_ELOOP

#define EINFO_ELOOP
Value:
__einfo ( PLATFORM_ELOOP, 0x20, 0, \
"Too many levels of symbolic links" )
#define PLATFORM_ELOOP
Definition pcbios.h:66

Definition at line 450 of file errno.h.

450#define EINFO_ELOOP __einfo ( PLATFORM_ELOOP, 0x20, 0, \
451 "Too many levels of symbolic links" )

◆ EMFILE

#define EMFILE   __einfo_error ( EINFO_EMFILE )

Too many open files.

Definition at line 454 of file errno.h.

◆ EINFO_EMFILE

#define EINFO_EMFILE
Value:
__einfo ( PLATFORM_EMFILE, 0x21, 0, \
"Too many open files" )
#define PLATFORM_EMFILE
Definition pcbios.h:67

Definition at line 455 of file errno.h.

455#define EINFO_EMFILE __einfo ( PLATFORM_EMFILE, 0x21, 0, \
456 "Too many open files" )

◆ EMLINK

#define EMLINK   __einfo_error ( EINFO_EMLINK )

Too many links.

Definition at line 459 of file errno.h.

◆ EINFO_EMLINK

#define EINFO_EMLINK
Value:
__einfo ( PLATFORM_EMLINK, 0x22, 0, \
"Too many links" )
#define PLATFORM_EMLINK
Definition pcbios.h:68

Definition at line 460 of file errno.h.

460#define EINFO_EMLINK __einfo ( PLATFORM_EMLINK, 0x22, 0, \
461 "Too many links" )

◆ EMSGSIZE

#define EMSGSIZE   __einfo_error ( EINFO_EMSGSIZE )

◆ EINFO_EMSGSIZE

#define EINFO_EMSGSIZE
Value:
__einfo ( PLATFORM_EMSGSIZE, 0x23, 0, \
"Message too long" )
#define PLATFORM_EMSGSIZE
Definition pcbios.h:69

Definition at line 465 of file errno.h.

465#define EINFO_EMSGSIZE __einfo ( PLATFORM_EMSGSIZE, 0x23, 0, \
466 "Message too long" )

◆ EMULTIHOP

#define EMULTIHOP   __einfo_error ( EINFO_EMULTIHOP )

Multihop attempted.

Definition at line 469 of file errno.h.

◆ EINFO_EMULTIHOP

#define EINFO_EMULTIHOP
Value:
"Multihop attempted" )
#define PLATFORM_EMULTIHOP
Definition pcbios.h:70

Definition at line 470 of file errno.h.

470#define EINFO_EMULTIHOP __einfo ( PLATFORM_EMULTIHOP, 0x24, 0, \
471 "Multihop attempted" )

◆ ENAMETOOLONG

#define ENAMETOOLONG   __einfo_error ( EINFO_ENAMETOOLONG )

Filename too long.

Definition at line 474 of file errno.h.

Referenced by mount_get_mnt_reply(), and nfs_get_lookup_reply().

◆ EINFO_ENAMETOOLONG

#define EINFO_ENAMETOOLONG
Value:
"Filename too long" )
#define PLATFORM_ENAMETOOLONG
Definition pcbios.h:71

Definition at line 475 of file errno.h.

475#define EINFO_ENAMETOOLONG __einfo ( PLATFORM_ENAMETOOLONG, 0x25, 0, \
476 "Filename too long" )

◆ ENETDOWN

#define ENETDOWN   __einfo_error ( EINFO_ENETDOWN )

Network is down.

Definition at line 479 of file errno.h.

Referenced by flexboot_nodnic_post_send(), gve_transmit(), and vxge_xmit().

◆ EINFO_ENETDOWN

#define EINFO_ENETDOWN
Value:
__einfo ( PLATFORM_ENETDOWN, 0x26, 0, \
"Network is down" )
#define PLATFORM_ENETDOWN
Definition pcbios.h:72

Definition at line 480 of file errno.h.

480#define EINFO_ENETDOWN __einfo ( PLATFORM_ENETDOWN, 0x26, 0, \
481 "Network is down" )

◆ ENETRESET

#define ENETRESET   __einfo_error ( EINFO_ENETRESET )

Connection aborted by network.

Definition at line 484 of file errno.h.

◆ EINFO_ENETRESET

#define EINFO_ENETRESET
Value:
"Connection aborted by network" )
#define PLATFORM_ENETRESET
Definition pcbios.h:73

Definition at line 485 of file errno.h.

485#define EINFO_ENETRESET __einfo ( PLATFORM_ENETRESET, 0x27, 0, \
486 "Connection aborted by network" )

◆ ENETUNREACH

#define ENETUNREACH   __einfo_error ( EINFO_ENETUNREACH )

◆ EINFO_ENETUNREACH

#define EINFO_ENETUNREACH
Value:
"Network unreachable" )
#define PLATFORM_ENETUNREACH
Definition pcbios.h:74

Definition at line 490 of file errno.h.

490#define EINFO_ENETUNREACH __einfo ( PLATFORM_ENETUNREACH, 0x28, 0, \
491 "Network unreachable" )

◆ ENFILE

#define ENFILE   __einfo_error ( EINFO_ENFILE )

Too many open files in system.

Definition at line 494 of file errno.h.

Referenced by arbel_bitmask_alloc(), hermon_bitmask_alloc(), and posix_find_free_fd().

◆ EINFO_ENFILE

#define EINFO_ENFILE
Value:
__einfo ( PLATFORM_ENFILE, 0x29, 0, \
"Too many open files in system" )
#define PLATFORM_ENFILE
Definition pcbios.h:75

Definition at line 495 of file errno.h.

495#define EINFO_ENFILE __einfo ( PLATFORM_ENFILE, 0x29, 0, \
496 "Too many open files in system" )

◆ ENOBUFS

◆ EINFO_ENOBUFS

#define EINFO_ENOBUFS
Value:
__einfo ( PLATFORM_ENOBUFS, 0x2a, 0, \
"No buffer space available" )
#define PLATFORM_ENOBUFS
Definition pcbios.h:76

Definition at line 500 of file errno.h.

500#define EINFO_ENOBUFS __einfo ( PLATFORM_ENOBUFS, 0x2a, 0, \
501 "No buffer space available" )

◆ ENODATA

#define ENODATA   __einfo_error ( EINFO_ENODATA )

No message is available on the STREAM head read queue.

Definition at line 504 of file errno.h.

◆ EINFO_ENODATA

#define EINFO_ENODATA
Value:
__einfo ( PLATFORM_ENODATA, 0x2b, 0, \
"No message is available on the STREAM " \
"head read queue" )
#define PLATFORM_ENODATA
Definition pcbios.h:77

Definition at line 505 of file errno.h.

505#define EINFO_ENODATA __einfo ( PLATFORM_ENODATA, 0x2b, 0, \
506 "No message is available on the STREAM " \
507 "head read queue" )

◆ ENODEV

#define ENODEV   __einfo_error ( EINFO_ENODEV )

No such device.

Definition at line 510 of file errno.h.

Referenced by aoe_open(), ath5k_hw_get_isr(), ath9k_hw_post_init(), atl_probe(), autoboot(), b44_phy_reset(), b44_wait_bit(), bnx2_init_board(), bnx2_init_nvram(), bnx2_reset_chip(), cgem_probe(), dma_op_map(), dt_probe_children(), dwgpio_group_probe(), dwmac_probe(), dwuart_probe(), dwusb_probe(), ecam_access(), efi_block_hook(), efi_find_smbios(), efi_image_exec(), efi_snp_hii_fetch(), efi_snp_hii_store(), efi_usb_install(), ehci_probe(), ehci_root_enable(), eisabus_probe(), ena_probe(), exanic_init_eeprom(), exanic_probe(), fcels_exec(), gve_probe(), hv_check_features(), hv_check_hv(), hv_timer_probe(), hvm_cpuid_base(), hvm_map_grant(), hvm_map_xenstore(), ib_cm_rejection_reason_to_rc(), ib_pull(), ib_srp_open_uri(), ice_probe(), icplus_probe(), ifcommon_exec(), int13_device_path_info(), intel_probe(), intelx_probe(), intelxl_probe(), intelxlvf_probe(), intelxvf_probe(), ipv6_sock_aton(), iscsi_status_to_rc(), legacy_probe(), linda_init_i2c(), myson_probe(), natsemi_probe(), nbi_prepare_dhcp(), neighbour_flush(), nii_start(), ns16550_init(), null_gpio_config(), null_open(), null_transmit(), nv_setup_phy(), parse_fc_port(), parse_netdev(), parse_setting_name(), pci_find_next(), pci_read_config(), pcnet32_chip_detect(), pcnet32_set_ops(), pxe_exec(), qib7322_init_i2c(), rdc_probe(), realtek_init_eeprom(), realtek_probe(), sandev_reopen(), skeleton_probe(), slirp_probe(), smscusb_eeprom_fetch_mac(), smscusb_otp_fetch_mac(), spcr_16550(), tg3_abort_hw(), tg3_do_test_dma(), tg3_nvram_lock(), tg3_phy_probe(), tg3_poll_fw(), tg3_reset_hw(), tg3_stop_block(), tg3_test_dma(), txnic_bgx_probe(), txnic_pf_probe(), uhci_probe(), undibus_probe(), undipci_probe(), usb_find_next(), usb_message(), usb_settings_fetch(), usb_stream(), usbblk_remove(), virtnet_probe_modern(), vlan_netdev_rx(), vmxnet3_poll_events(), vmxnet3_probe(), vxge_device_register(), vxge_probe(), xhci_probe(), xsigo_xcm_complete(), and xsigo_xds_complete().

◆ EINFO_ENODEV

#define EINFO_ENODEV
Value:
__einfo ( PLATFORM_ENODEV, 0x2c, 0, \
"No such device" )
#define PLATFORM_ENODEV
Definition pcbios.h:78

Definition at line 511 of file errno.h.

511#define EINFO_ENODEV __einfo ( PLATFORM_ENODEV, 0x2c, 0, \
512 "No such device" )

◆ ENOENT

#define ENOENT   __einfo_error ( EINFO_ENOENT )

No such file or directory.

Definition at line 515 of file errno.h.

Referenced by acpi_extract(), acpi_mac(), acpi_poweroff(), acpi_settings_fetch(), acpi_timer_probe(), acpi_zsdt(), acpimac_extract(), aoe_rx(), bios_find_smbios2(), bios_find_smbios3(), bofm_find_driver(), builtin_fetch(), cert_exec(), cms_parse_identifier(), cpuid_exec(), cwuri_fetch_uri(), dhcpv6_check_duid(), dhcpv6_fetch(), dhcpv6_iaaddr(), dns_compare(), eapol_key_rx(), ecam_access(), ecam_find(), efi_autoexec_load(), efi_block_boot(), efi_block_label(), efi_block_match(), efi_block_scan(), efi_local_check_volume_name(), efi_local_open_volume(), efi_path_fetch(), efi_path_fetch_dns(), efi_path_guid(), efi_usb_get_endpoint_descriptor(), efi_usb_get_interface_descriptor(), efi_usb_mtu(), efi_vlan_remove(), efifb_glyphs(), efifb_select_mode(), efipci_discover_any(), efipci_root_open(), efivars_find(), entropy_enable_working(), fdt_alias(), fdt_child(), fdt_depth(), fdt_parent(), fdt_property(), fetch_setting(), find_dhcp_option_with_encap(), gdbmach_find(), generic_settings_fetch(), goto_find_label(), guestinfo_fetch(), hunt_mcdi_request_poll(), ib_resolve_path(), ice_admin_mac_read(), ice_admin_switch(), imgmulti_exec(), int13con_find(), intel_fetch_mac(), intelx_fetch_mac(), intelx_try_fetch_mac(), intelxl_admin_mac_read(), intelxl_admin_switch(), ipair_tag(), ipv4_arp_check(), ipv6_fetch(), isapnp_find_tag(), isset_exec(), keymap_apply(), linda_alloc_ctx(), lldp_fetch(), memmap_settings_fetch(), mii_find(), mount_get_mnt_reply(), ndp_fetch(), ndp_prefix_fetch(), ndp_prefix_fetch_gateway6(), ndp_prefix_fetch_ip6(), neighbour_update(), net80211_change_channel(), netdev_fetch_bustype(), nfs_get_lookup_reply(), nfs_get_read_reply(), nfs_uri_next_mountpoint(), parse_dynui(), parse_fc_els_handler(), parse_parameters(), pci_find_driver(), pci_msix_enable(), pci_vpd_find(), pci_vpd_find_tag(), pciea_offset(), pciscan_exec(), peerblk_parse_block(), peerdist_discovery_reply(), pem_marker(), qib7322_alloc_ctx(), show_menu(), smbios_fetch(), smsc95xx_vm3_fetch_mac(), srp_rsp(), t509_find_id_port(), tg3_init_one(), ucode_status(), usb_alloc_address(), usb_describe(), usb_endpoint_described(), usb_probe(), usbblk_open_uri(), usbblk_probe(), usbio_config(), usbio_interface(), usbnet_comms_describe(), usbnet_data_describe(), usbscan_exec(), vesafb_select_mode(), virtnet_open_legacy(), virtnet_open_modern(), vmbus_xfer_page_iobufs(), vmware_present(), vpm_find_vqs(), wpa_handle_3_of_4(), wpa_maybe_install_gtk(), wpa_start(), x509_check_dnsname(), x509_check_ipaddress(), x509_check_root(), xferbuf_read(), xhci_port_psiv(), and xsmp_rx_xve_modify().

◆ EINFO_ENOENT

#define EINFO_ENOENT
Value:
__einfo ( PLATFORM_ENOENT, 0x2d, 0, \
"No such file or directory" )
#define PLATFORM_ENOENT
Definition pcbios.h:79

Definition at line 516 of file errno.h.

516#define EINFO_ENOENT __einfo ( PLATFORM_ENOENT, 0x2d, 0, \
517 "No such file or directory" )

◆ ENOEXEC

◆ EINFO_ENOEXEC

#define EINFO_ENOEXEC
Value:
__einfo ( PLATFORM_ENOEXEC, 0x2e, 0, \
"Exec format error" )
#define PLATFORM_ENOEXEC
Definition pcbios.h:80

Definition at line 521 of file errno.h.

521#define EINFO_ENOEXEC __einfo ( PLATFORM_ENOEXEC, 0x2e, 0, \
522 "Exec format error" )

◆ ENOLCK

#define ENOLCK   __einfo_error ( EINFO_ENOLCK )

No locks available.

Definition at line 525 of file errno.h.

◆ EINFO_ENOLCK

#define EINFO_ENOLCK
Value:
__einfo ( PLATFORM_ENOLCK, 0x2f, 0, \
"No locks available" )
#define PLATFORM_ENOLCK
Definition pcbios.h:81

Definition at line 526 of file errno.h.

526#define EINFO_ENOLCK __einfo ( PLATFORM_ENOLCK, 0x2f, 0, \
527 "No locks available" )

◆ ENOLINK

#define ENOLINK   __einfo_error ( EINFO_ENOLINK )

Link has been severed.

Definition at line 530 of file errno.h.

Referenced by jme_free_tx_buffers().

◆ EINFO_ENOLINK

#define EINFO_ENOLINK
Value:
__einfo ( PLATFORM_ENOLINK, 0x30, 0, \
"Link has been severed" )
#define PLATFORM_ENOLINK
Definition pcbios.h:82

Definition at line 531 of file errno.h.

531#define EINFO_ENOLINK __einfo ( PLATFORM_ENOLINK, 0x30, 0, \
532 "Link has been severed" )

◆ ENOMEM

#define ENOMEM   __einfo_error ( EINFO_ENOMEM )

Not enough space.

Definition at line 535 of file errno.h.

Referenced by __attribute__(), a3c90x_probe(), a3c90x_setup_rx_ring(), a3c90x_setup_tx_ring(), acm_control_receive(), acm_probe(), add_tls(), af_packet_nic_probe(), aoecmd_tx(), aoedev_ata_command(), aoedev_cfg_command(), aoedev_open(), arbel_alloc_icm(), arbel_create_cq(), arbel_create_eq(), arbel_create_qp(), arbel_create_recv_wq(), arbel_create_send_wq(), arbel_probe(), arbel_start_firmware(), arp_tx_request(), asn1_grow(), ata_open(), atadev_command(), ath5k_desc_alloc(), ath5k_eeprom_convert_pcal_info_2413(), ath5k_eeprom_convert_pcal_info_5111(), ath5k_eeprom_convert_pcal_info_5112(), ath5k_hw_attach(), ath5k_hw_rfregs_init(), ath5k_probe(), ath5k_rxbuf_setup(), ath9k_init_softc(), ath_descdma_setup(), ath_pci_probe(), ath_rx_init(), ath_tx_start(), atl1e_probe(), atl1e_setup_ring_resources(), atl_open(), atl_probe(), atl_ring_alloc(), axge_in_complete(), axge_probe(), b44_init_rx_ring(), b44_init_tx_ring(), b44_probe(), bitmap_resize(), block_translate(), bnxt_alloc_hwrm_mem(), bnxt_alloc_rings_mem(), bnxt_alloc_rx_iob(), bnxt_init_one(), bnxt_open(), cachedhcp_record(), cgem_create_ring(), cgem_probe(), chap_init(), cmdline_init(), cms_message(), cms_parse_participants(), cms_parse_signed(), create_downloader(), create_pinger(), create_validator(), cwuri_fetch_uri(), der_asn1(), dhcp_deliver(), dhcp_tx(), dhcpv6_register(), dhcpv6_rx(), dhcpv6_tx(), dhe_key(), dm96xx_probe(), dns_resolv(), dt_probe_node(), dummy_san_hook(), dwgpio_group_probe(), dwgpio_probe(), dwmac_create_ring(), dwmac_probe(), dwuart_probe(), dwusb_probe(), dynui_exec(), eap_rx_mschapv2_request(), eap_tx_response(), eapol_tx(), ecdsa_alloc(), echo_exec(), ecm_probe(), efab_alloc_resources(), efab_fill_rx_queue(), efab_probe(), efi_block_exec(), efi_block_hook(), efi_block_install(), efi_block_label(), efi_boot_path(), efi_cacert_all(), efi_cmdline_init(), efi_image_exec(), efi_local_check_volume_name(), efi_local_len(), efi_local_open(), efi_local_open_path(), efi_local_step(), efi_locate_device(), efi_pxe_install(), efi_pxe_udp_write(), efi_snp_hii_fetch(), efi_snp_hii_install(), efi_snp_hii_process(), efi_snp_hii_store(), efi_snp_probe(), efi_snp_transmit(), efi_usb_install(), efi_usb_open(), efi_usb_probe(), efi_usb_sync_transfer(), efi_vasprintf(), efifb_glyphs(), efipci_start(), efivars_fetch(), efivars_find(), efx_hunt_ev_init(), efx_hunt_rx_init(), efx_hunt_tx_init(), ehci_bus_open(), ehci_endpoint_open(), ehci_probe(), ehci_ring_alloc(), eisabus_probe(), ena_create_admin(), ena_create_async(), ena_create_cq(), ena_create_sq(), ena_probe(), eoib_create(), eoib_duplicate(), exanic_probe(), exanic_probe_port(), expand_tokens(), fbcon_init(), fbcon_picture_init(), fc_els_plogi_rx(), fc_els_prli_rx(), fc_els_prli_tx(), fc_els_request(), fc_els_respond(), fc_ns_query(), fc_port_deliver(), fc_port_open(), fc_ulp_login(), fc_xchg_originate(), fcoe_fip_tx_keepalive(), fcoe_fip_tx_solicitation(), fcoe_fip_tx_vlan(), fcpcmd_send_cmnd(), fcpcmd_send_wrdata(), fcpdev_open(), fcpdev_scsi_command(), fdt_create(), fdt_urealloc(), fetch_setting_alloc(), fetchf_setting_copy(), forcedeth_map_regs(), forcedeth_probe(), ftp_open(), generic_settings_store(), golan_cmd_init(), golan_create_cq(), golan_create_eq(), golan_create_qp_aux(), golan_post_recv(), golan_post_send(), golan_probe_normal(), golan_provide_pages(), guestinfo_fetch_type(), gve_admin_alloc(), gve_alloc_qpl(), gve_alloc_queue(), gve_alloc_shared(), gve_poll_rx(), gve_probe(), hermon_bofm_probe(), hermon_create_cq(), hermon_create_eq(), hermon_create_qp(), hermon_map_icm(), hermon_probe(), hermon_start_firmware(), http_connect(), http_format_ntlm_auth(), http_open(), http_open_uri(), http_parse_ntlm_auth(), http_redirect(), http_rx_chunk_data(), http_tx_request(), hub_probe(), hunt_mcdi_init(), hunt_probe(), hv_alloc_message(), hv_alloc_pages(), hv_probe(), hvm_map_hypercall(), hvm_map_shared_info(), hvm_probe(), hw_open(), ib_cmrc_open(), ib_cmrc_xfer_deliver(), ib_create_cq(), ib_create_mi(), ib_create_qp(), ib_mcast_attach(), ib_mcast_join(), ib_mi_send(), ib_resolve_path(), ib_srp_open(), ib_srp_parse_root_path(), ibft_install(), ice_probe(), icert_certs(), icert_encode(), icplus_create_ring(), icplus_probe(), ifec_get_rx_desc(), ifec_net_open(), ifec_pci_probe(), ifec_tx_setup(), igbvf_probe(), igbvf_refill_rx_ring(), igbvf_setup_rx_resources(), igbvf_setup_tx_resources(), image_extract(), image_memory(), image_set_cmdline(), image_set_len(), image_set_name(), imgdownload(), imgdownload_string(), imgmem(), imgsingle_exec(), imux_probe(), imux_tx_syn(), imux_tx_version(), initrd_init(), int13_hook(), intel_create_ring(), intel_probe(), intelx_probe(), intelxl_alloc_admin(), intelxl_alloc_ring(), intelxl_probe(), intelxlvf_probe(), intelxvf_probe(), ipair_create(), ipair_rx_pubkey(), ipair_tx(), iphone_probe(), ipoib_map_remac(), ipoib_probe(), ipv4_add_miniroute(), ipv6_add_miniroute(), ipv6_sock_aton(), isabus_probe(), isapnpbus_probe(), iscsi_fetch_settings(), iscsi_handle_chap_c_value(), iscsi_handle_chap_r_value(), iscsi_handle_targetaddress_value(), iscsi_open(), iscsi_parse_root_path(), iscsi_rx_buffered_data(), iscsi_scsi_command(), iscsi_tx_data_out(), iscsi_tx_login_request(), item_exec(), iwlist(), jme_alloc_rx_resources(), jme_alloc_tx_resources(), jme_make_new_rx_buf(), jme_probe(), lan78xx_probe(), legacy_probe(), linda_create_recv_wq(), linda_init_send(), linda_probe(), line_buffer(), lldp_rx(), loopback_test(), mcabus_probe(), mnpnet_poll_rx(), mnpnet_start(), mnptemp_create(), myri10ge_net_open(), myri10ge_pci_probe(), myson_create_ring(), myson_probe(), natsemi_create_ring(), natsemi_probe(), ncm_in_complete(), ncm_in_prefill(), ncm_probe(), ndp_register_settings(), ndp_tx_ll_addr(), neighbour_define(), neighbour_tx(), net80211_netdev_transmit(), net80211_prepare_assoc(), net80211_register(), net80211_step_associate(), netfront_create_ring(), netfront_poll_rx(), netfront_probe(), netvsc_create_buffer(), netvsc_probe(), nfs_deliver(), nfs_open(), nfs_parse_uri(), nfs_uri_init(), nfs_uri_next_mountpoint(), nfs_uri_symlink(), nii_initialise_flags(), nii_start(), numeric_resolv(), nv_init_rings(), nvo_realloc(), ocsp_check(), ocsp_response(), ocsp_uri_string(), oncrpc_init_cred_sys(), open(), param_exec(), params_exec(), pci_msix_enable(), pci_vpd_resize(), pcibridge_probe(), pcibus_probe(), pcnet32_probe(), pcnet32_setup_rx_resources(), pcnet32_setup_tx_resources(), peerblk_decrypt(), peerblk_open(), peerblk_parse_header(), peerblk_retrieval_open(), peerdisc_discovered(), peerdisc_open(), peermux_filter(), pem_asn1(), phantom_create_rx_ctx(), phantom_create_tx_ctx(), phantom_open(), phantom_probe(), phantom_refill_rx_ring(), ping_open(), png_image_header(), png_pixbuf(), pnic_poll(), pnic_probe(), process_script(), prompt_exec(), pxe_menu_boot(), pxe_menu_parse(), pxe_tftp_open(), pxe_udp_deliver(), qib7322_create_recv_wq(), qib7322_create_send_wq(), qib7322_init_send(), qib7322_probe(), rdc_create_ring(), rdc_probe(), realtek_create_buffer(), realtek_create_ring(), realtek_legacy_poll_rx(), realtek_probe(), resolv(), resolv_setting(), rhine_create_ring(), rhine_probe(), rndis_tx_halt(), rndis_tx_initialise(), rndis_tx_oid(), rsa_alloc(), rtl818x_handle_rx(), rtl818x_init_rx_ring(), rtl818x_init_tx_ring(), rtl818x_probe(), sanboot_core_exec(), sandev_parse_iso9660(), scsi_open(), scsidev_command(), sec80211_install(), set_value(), show_form(), sis190_init_board(), sis190_init_ring(), sis190_mii_probe(), sis190_open(), skeleton_probe(), skge_probe(), skge_ring_alloc(), skge_up(), sky2_probe(), sky2_rx_start(), sky2_status_intr(), sky2_up(), slam_open(), slam_parse_multicast_address(), slam_tx_nack(), slirp_probe(), smsc75xx_probe(), smsc95xx_probe(), snpnet_start(), srp_cmd(), srp_login(), srp_open(), srpdev_scsi_command(), start_dhcp(), start_dhcpv6(), start_ipv6conf(), start_ntp(), start_pxebs(), storef_setting(), storen_setting(), system(), t509bus_probe(), tap_probe(), tcp_open(), tcp_xmit_reset(), tftp_apply_settings(), tftp_core_open(), tftp_send_ack(), tftp_send_error(), tftp_send_rrq(), tg3_alloc_consistent(), tg3_alloc_rx_iob(), tg3_init_one(), tg3_init_rings(), tg3_test_dma(), tls_new_certificate_request(), tls_new_server_key_exchange(), tls_new_session_ticket(), tls_select_handshake(), tls_send_client_key_exchange_dhe(), tls_session(), txnic_bgx_probe(), txnic_lmac_probe(), txnic_pf_probe(), ucode_exec(), ucode_update_all(), udp_open_common(), uhci_bus_open(), uhci_endpoint_open(), uhci_enqueue(), uhci_probe(), uhci_ring_alloc(), undinet_poll(), undinet_probe(), undipci_probe(), undirom_probe(), usb_attached(), usb_config_descriptor(), usb_control(), usb_get_string_descriptor(), usb_prefill(), usb_refill_limit(), usbblk_out_command(), usbblk_out_data(), usbblk_probe(), usbio_config(), usbio_endpoint_open(), usbio_interfaces(), usbio_interrupt_open(), usbio_path(), usbio_start(), usbkbd_probe(), validator_append(), validator_start_download(), vasprintf(), velocity_alloc_rings(), velocity_probe(), vesafb_mode_list(), virtnet_open_legacy(), virtnet_open_modern(), virtnet_probe_legacy(), virtnet_probe_modern(), vlan_create(), vmbus_open(), vmbus_probe(), vmbus_probe_channels(), vmbus_xfer_page_iobufs(), vmxnet3_open(), vmxnet3_probe(), vp_alloc_vq(), vxge_hw_vpath_poll_rx(), wpa_make_rsn_ie(), wpa_send_2_of_4(), wpa_send_final(), wpa_start(), x509_append(), x509_certificate(), xcm_create(), xenbus_probe_device(), xenstore_dump(), xenstore_response(), xfer_deliver_raw_meta(), xfer_open_named_socket(), xfer_open_uri(), xfer_open_uri_string(), xfer_seek(), xhci_bus_open(), xhci_context(), xhci_dcbaa_alloc(), xhci_device_open(), xhci_endpoint_open(), xhci_event_alloc(), xhci_probe(), xhci_register(), xhci_ring_alloc(), xhci_scratchpad_alloc(), xsigo_ib_probe(), xve_create(), and zlib_deflate().

◆ EINFO_ENOMEM

#define EINFO_ENOMEM
Value:
__einfo ( PLATFORM_ENOMEM, 0x31, 0, \
"Not enough space" )
#define PLATFORM_ENOMEM
Definition pcbios.h:83

Definition at line 536 of file errno.h.

536#define EINFO_ENOMEM __einfo ( PLATFORM_ENOMEM, 0x31, 0, \
537 "Not enough space" )

◆ ENOMSG

#define ENOMSG   __einfo_error ( EINFO_ENOMSG )

No message of the desired type.

Definition at line 540 of file errno.h.

◆ EINFO_ENOMSG

#define EINFO_ENOMSG
Value:
__einfo ( PLATFORM_ENOMSG, 0x32, 0, \
"No message of the desired type" )
#define PLATFORM_ENOMSG
Definition pcbios.h:84

Definition at line 541 of file errno.h.

541#define EINFO_ENOMSG __einfo ( PLATFORM_ENOMSG, 0x32, 0, \
542 "No message of the desired type" )

◆ ENOPROTOOPT

#define ENOPROTOOPT   __einfo_error ( EINFO_ENOPROTOOPT )

Protocol not available.

Definition at line 545 of file errno.h.

◆ EINFO_ENOPROTOOPT

#define EINFO_ENOPROTOOPT
Value:
"Protocol not available" )
#define PLATFORM_ENOPROTOOPT
Definition pcbios.h:85

Definition at line 546 of file errno.h.

546#define EINFO_ENOPROTOOPT __einfo ( PLATFORM_ENOPROTOOPT, 0x33, 0, \
547 "Protocol not available" )

◆ ENOSPC

◆ EINFO_ENOSPC

#define EINFO_ENOSPC
Value:
__einfo ( PLATFORM_ENOSPC, 0x34, 0, \
"No space left on device" )
#define PLATFORM_ENOSPC
Definition pcbios.h:86

Definition at line 551 of file errno.h.

551#define EINFO_ENOSPC __einfo ( PLATFORM_ENOSPC, 0x34, 0, \
552 "No space left on device" )

◆ ENOSR

#define ENOSR   __einfo_error ( EINFO_ENOSR )

No STREAM resources.

Definition at line 555 of file errno.h.

◆ EINFO_ENOSR

#define EINFO_ENOSR
Value:
__einfo ( PLATFORM_ENOSR, 0x35, 0, \
"No STREAM resources" )
#define PLATFORM_ENOSR
Definition pcbios.h:87

Definition at line 556 of file errno.h.

556#define EINFO_ENOSR __einfo ( PLATFORM_ENOSR, 0x35, 0, \
557 "No STREAM resources" )

◆ ENOSTR

#define ENOSTR   __einfo_error ( EINFO_ENOSTR )

Not a STREAM.

Definition at line 560 of file errno.h.

◆ EINFO_ENOSTR

#define EINFO_ENOSTR
Value:
__einfo ( PLATFORM_ENOSTR, 0x36, 0, \
"Not a STREAM" )
#define PLATFORM_ENOSTR
Definition pcbios.h:88

Definition at line 561 of file errno.h.

561#define EINFO_ENOSTR __einfo ( PLATFORM_ENOSTR, 0x36, 0, \
562 "Not a STREAM" )

◆ ENOSYS

#define ENOSYS   __einfo_error ( EINFO_ENOSYS )

Function not implemented.

Definition at line 565 of file errno.h.

Referenced by hunt_mcdi_request_poll(), net80211_netdev_transmit(), net80211_process_capab(), oncrpc_get_reply(), and rtl818x_probe().

◆ EINFO_ENOSYS

#define EINFO_ENOSYS
Value:
__einfo ( PLATFORM_ENOSYS, 0x37, 0, \
"Function not implemented" )
#define PLATFORM_ENOSYS
Definition pcbios.h:89

Definition at line 566 of file errno.h.

566#define EINFO_ENOSYS __einfo ( PLATFORM_ENOSYS, 0x37, 0, \
567 "Function not implemented" )

◆ ENOTCONN

◆ EINFO_ENOTCONN

#define EINFO_ENOTCONN
Value:
__einfo ( PLATFORM_ENOTCONN, 0x38, 0, \
"The socket is not connected" )
#define PLATFORM_ENOTCONN
Definition pcbios.h:90

Definition at line 571 of file errno.h.

571#define EINFO_ENOTCONN __einfo ( PLATFORM_ENOTCONN, 0x38, 0, \
572 "The socket is not connected" )

◆ ENOTDIR

#define ENOTDIR   __einfo_error ( EINFO_ENOTDIR )

Not a directory.

Definition at line 575 of file errno.h.

Referenced by mount_get_mnt_reply(), and nfs_get_lookup_reply().

◆ EINFO_ENOTDIR

#define EINFO_ENOTDIR
Value:
__einfo ( PLATFORM_ENOTDIR, 0x39, 0, \
"Not a directory" )
#define PLATFORM_ENOTDIR
Definition pcbios.h:91

Definition at line 576 of file errno.h.

576#define EINFO_ENOTDIR __einfo ( PLATFORM_ENOTDIR, 0x39, 0, \
577 "Not a directory" )

◆ ENOTEMPTY

#define ENOTEMPTY   __einfo_error ( EINFO_ENOTEMPTY )

Directory not empty.

Definition at line 580 of file errno.h.

◆ EINFO_ENOTEMPTY

#define EINFO_ENOTEMPTY
Value:
"Directory not empty" )
#define PLATFORM_ENOTEMPTY
Definition pcbios.h:92

Definition at line 581 of file errno.h.

581#define EINFO_ENOTEMPTY __einfo ( PLATFORM_ENOTEMPTY, 0x3a, 0, \
582 "Directory not empty" )

◆ ENOTSOCK

#define ENOTSOCK   __einfo_error ( EINFO_ENOTSOCK )

Not a socket.

Definition at line 585 of file errno.h.

◆ EINFO_ENOTSOCK

#define EINFO_ENOTSOCK
Value:
__einfo ( PLATFORM_ENOTSOCK, 0x3b, 0, \
"Not a socket" )
#define PLATFORM_ENOTSOCK
Definition pcbios.h:93

Definition at line 586 of file errno.h.

586#define EINFO_ENOTSOCK __einfo ( PLATFORM_ENOTSOCK, 0x3b, 0, \
587 "Not a socket" )

◆ ENOTSUP

#define ENOTSUP   __einfo_error ( EINFO_ENOTSUP )

Operation not supported.

Definition at line 590 of file errno.h.

Referenced by a3c90x_internal_WriteEeprom(), acm_intr_complete(), apm_poweroff(), arbel_alloc_qpn(), arbel_create_qp(), ath5k_hw_attach(), ath5k_hw_init_desc_functions(), atl2_hw_reset(), atl_hw_reset(), atl_hw_reset_rbl_(), b44_init_rx_ring(), b44_init_tx_ring(), b44_transmit(), bios_find_smbios3(), cpuid_instruction_supported(), deflate_inflate(), drbg_instantiate(), eap_rx(), eap_rx_mschapv2(), eap_rx_request(), eapol_key_rx(), eapol_rx(), ecam_find(), ecm_intr_complete(), edd_describe(), efi_block_describe(), efi_cachedhcp_record(), efi_pxe_ip(), efi_pxe_mtftp(), efi_pxe_tftp_open(), efi_pxe_udp_deliver(), efi_snp_hii_fetch(), efi_snp_hii_install(), efi_snp_hii_store(), efi_snp_probe(), efi_usb_control_transfer(), efifb_colour_map(), efifb_colour_map_mask(), efipci_dma_map(), efirng_enable(), ehci_bus_open(), ehci_ctrl_reachable(), ehci_enqueue(), ehci_root_clear_tt(), ena_llq_config(), ena_membases(), eth_mc_hash(), exanic_transmit(), fc_els_prli(), fc_els_unknown_detect(), fc_els_unknown_tx(), fc_ns_query_deliver(), fcoe_fip_parse(), fcoe_fip_rx(), fcpcmd_send_cmnd(), fdt_insert(), fetch_setting(), flexboot_nodnic_alloc_uar(), format_ipv4_setting(), format_ipv6_setting(), gdbmach_set_breakpoint(), golan_probe(), hermon_alloc_qpn(), http_block_read(), http_block_read_capacity(), http_connect(), hv_check_uefi(), ib_cm_req_complete(), ib_mi_handle(), ib_pull(), ib_set_pkey_table(), ib_set_port_info(), ice_admin_version(), icmp_tx_echo_request(), icmpv6_rx(), icplus_write_eeprom(), image_asn1(), image_extract(), image_pixbuf(), image_probe(), int13_device_path_info(), int13_load_eltorito(), intel_poll(), intel_write_eeprom(), intelxl_admin_version(), intelxlvf_admin_version(), ipoib_translate_rx(), ipoib_translate_tx(), lkrn_ram(), mac_address_from_string_specs(), meme820(), mnpnet_start(), multiboot_exec(), myri10ge_pci_probe(), myson_create_ring(), myson_refill_rx(), myson_transmit(), natsemi_create_ring(), natsemi_refill_rx(), natsemi_transmit(), net80211_prepare_assoc(), net80211_probe_step(), net_rx(), netdev_configure(), netdev_store(), netvsc_recv_cancellation(), netvsc_recv_control(), nfs_get_readlink_reply(), nii_get_init_info(), nii_set_station_address(), nii_start(), nslookup_resolv_done(), null_find_smbios(), null_poweroff(), parse_gdb_transport(), parse_ipv4_setting(), parse_ipv6_setting(), parse_netdev_configurator(), parse_setting_name(), pcnet32_transmit(), peerblk_decrypt(), peerblk_parse_header(), peerdist_info(), peerdist_info_v1(), peerdist_info_v2(), phantom_check_boot_enable(), png_chunk(), png_image_header(), png_unfilter_pass(), pnm_pixbuf(), pxe_menu_boot(), rdc_poll(), rdrand_entropy_enable(), realtek_mii_read(), realtek_mii_write(), rndis_rx_status(), rndis_tx_defer(), rsa_encode_digest(), rtc_entropy_enable(), sec80211_detect(), setting_denumerate(), setting_format(), setting_numerate(), setting_parse(), skeleton_check_link(), skeleton_open(), skeleton_reset(), skeleton_transmit(), smscusb_otp_fetch_mac(), snpnet_start(), srp_unrecognised(), store_setting(), tftp_errcode_to_rc(), ucode_parse_amd(), uhci_reachable(), uhci_root_clear_tt(), usbio_control_poll(), usbio_endpoint_open(), usbio_hub_open(), usbio_root_clear_tt(), usbio_supported(), vesafb_rc(), vmbus_initiate_contact(), vmbus_poll(), wpa_make_rsn_ie(), x509_check_alt_name(), xengrant_init(), xfer_open_socket(), xfer_open_uri(), xfer_vopen(), xhci_port_psiv(), xhci_port_slot_type(), xhci_port_speed(), xhci_root_clear_tt(), and xhci_writeq().

◆ EINFO_ENOTSUP

#define EINFO_ENOTSUP
Value:
__einfo ( PLATFORM_ENOTSUP, 0x3c, 0, \
"Operation not supported" )
#define PLATFORM_ENOTSUP
Definition pcbios.h:94

Definition at line 591 of file errno.h.

591#define EINFO_ENOTSUP __einfo ( PLATFORM_ENOTSUP, 0x3c, 0, \
592 "Operation not supported" )

◆ ENOTTY

◆ EINFO_ENOTTY

#define EINFO_ENOTTY
Value:
__einfo ( PLATFORM_ENOTTY, 0x3d, 0, \
"Inappropriate I/O control operation" )
#define PLATFORM_ENOTTY
Definition pcbios.h:95

Definition at line 596 of file errno.h.

596#define EINFO_ENOTTY __einfo ( PLATFORM_ENOTTY, 0x3d, 0, \
597 "Inappropriate I/O control operation" )

◆ ENXIO

#define ENXIO   __einfo_error ( EINFO_ENXIO )

◆ EINFO_ENXIO

#define EINFO_ENXIO
Value:
__einfo ( PLATFORM_ENXIO, 0x3e, 0, \
"No such device or address" )
#define PLATFORM_ENXIO
Definition pcbios.h:96

Definition at line 601 of file errno.h.

601#define EINFO_ENXIO __einfo ( PLATFORM_ENXIO, 0x3e, 0, \
602 "No such device or address" )

◆ EOPNOTSUPP

◆ EINFO_EOPNOTSUPP

#define EINFO_EOPNOTSUPP
Value:
"Operation not supported on socket" )
#define PLATFORM_EOPNOTSUPP
Definition pcbios.h:97

Definition at line 606 of file errno.h.

606#define EINFO_EOPNOTSUPP __einfo ( PLATFORM_EOPNOTSUPP, 0x3f, 0, \
607 "Operation not supported on socket" )

◆ EOVERFLOW

#define EOVERFLOW   __einfo_error ( EINFO_EOVERFLOW )

Value too large to be stored in data type.

Definition at line 610 of file errno.h.

Referenced by jme_transmit(), and xferbuf_write().

◆ EINFO_EOVERFLOW

#define EINFO_EOVERFLOW
Value:
"Value too large to be stored in data type" )
#define PLATFORM_EOVERFLOW
Definition pcbios.h:98

Definition at line 611 of file errno.h.

611#define EINFO_EOVERFLOW __einfo ( PLATFORM_EOVERFLOW, 0x40, 0, \
612 "Value too large to be stored in data type" )

◆ EPERM

◆ EINFO_EPERM

#define EINFO_EPERM
Value:
__einfo ( PLATFORM_EPERM, 0x41, 0, \
"Operation not permitted" )
#define PLATFORM_EPERM
Definition pcbios.h:99

Definition at line 616 of file errno.h.

616#define EINFO_EPERM __einfo ( PLATFORM_EPERM, 0x41, 0, \
617 "Operation not permitted" )

◆ EPIPE

◆ EINFO_EPIPE

#define EINFO_EPIPE
Value:
__einfo ( PLATFORM_EPIPE, 0x42, 0, \
"Broken pipe" )
#define PLATFORM_EPIPE
Definition pcbios.h:100

Definition at line 621 of file errno.h.

621#define EINFO_EPIPE __einfo ( PLATFORM_EPIPE, 0x42, 0, \
622 "Broken pipe" )

◆ EPROTO

◆ EINFO_EPROTO

#define EINFO_EPROTO
Value:
__einfo ( PLATFORM_EPROTO, 0x43, 0, \
"Protocol error" )
#define PLATFORM_EPROTO
Definition pcbios.h:101

Definition at line 626 of file errno.h.

626#define EINFO_EPROTO __einfo ( PLATFORM_EPROTO, 0x43, 0, \
627 "Protocol error" )

◆ EPROTONOSUPPORT

#define EPROTONOSUPPORT   __einfo_error ( EINFO_EPROTONOSUPPORT )

Protocol not supported.

Definition at line 630 of file errno.h.

Referenced by aoe_rx(), arp_rx(), fcoe_rx(), and tcpip_rx().

◆ EINFO_EPROTONOSUPPORT

#define EINFO_EPROTONOSUPPORT
Value:
"Protocol not supported" )
#define PLATFORM_EPROTONOSUPPORT
Definition pcbios.h:102

Definition at line 631 of file errno.h.

631#define EINFO_EPROTONOSUPPORT __einfo ( PLATFORM_EPROTONOSUPPORT, 0x44, 0, \
632 "Protocol not supported" )

◆ EPROTOTYPE

#define EPROTOTYPE   __einfo_error ( EINFO_EPROTOTYPE )

Protocol wrong type for socket.

Definition at line 635 of file errno.h.

◆ EINFO_EPROTOTYPE

#define EINFO_EPROTOTYPE
Value:
"Protocol wrong type for socket" )
#define PLATFORM_EPROTOTYPE
Definition pcbios.h:103

Definition at line 636 of file errno.h.

636#define EINFO_EPROTOTYPE __einfo ( PLATFORM_EPROTOTYPE, 0x45, 0, \
637 "Protocol wrong type for socket" )

◆ ERANGE

◆ EINFO_ERANGE

#define EINFO_ERANGE
Value:
__einfo ( PLATFORM_ERANGE, 0x46, 0, \
"Result too large" )
#define PLATFORM_ERANGE
Definition pcbios.h:104

Definition at line 641 of file errno.h.

641#define EINFO_ERANGE __einfo ( PLATFORM_ERANGE, 0x46, 0, \
642 "Result too large" )

◆ EROFS

#define EROFS   __einfo_error ( EINFO_EROFS )

Read-only file system.

Definition at line 645 of file errno.h.

◆ EINFO_EROFS

#define EINFO_EROFS
Value:
__einfo ( PLATFORM_EROFS, 0x47, 0, \
"Read-only file system" )
#define PLATFORM_EROFS
Definition pcbios.h:105

Definition at line 646 of file errno.h.

646#define EINFO_EROFS __einfo ( PLATFORM_EROFS, 0x47, 0, \
647 "Read-only file system" )

◆ ESPIPE

#define ESPIPE   __einfo_error ( EINFO_ESPIPE )

Invalid seek.

Definition at line 650 of file errno.h.

◆ EINFO_ESPIPE

#define EINFO_ESPIPE
Value:
__einfo ( PLATFORM_ESPIPE, 0x48, 0, \
"Invalid seek" )
#define PLATFORM_ESPIPE
Definition pcbios.h:106

Definition at line 651 of file errno.h.

651#define EINFO_ESPIPE __einfo ( PLATFORM_ESPIPE, 0x48, 0, \
652 "Invalid seek" )

◆ ESRCH

#define ESRCH   __einfo_error ( EINFO_ESRCH )

No such process.

Definition at line 655 of file errno.h.

◆ EINFO_ESRCH

#define EINFO_ESRCH
Value:
__einfo ( PLATFORM_ESRCH, 0x49, 0, \
"No such process" )
#define PLATFORM_ESRCH
Definition pcbios.h:107

Definition at line 656 of file errno.h.

656#define EINFO_ESRCH __einfo ( PLATFORM_ESRCH, 0x49, 0, \
657 "No such process" )

◆ ESTALE

#define ESTALE   __einfo_error ( EINFO_ESTALE )

Stale file handle.

Definition at line 660 of file errno.h.

Referenced by hmac_drbg_generate(), nfs_get_lookup_reply(), nfs_get_read_reply(), and nfs_get_readlink_reply().

◆ EINFO_ESTALE

#define EINFO_ESTALE
Value:
__einfo ( PLATFORM_ESTALE, 0x4a, 0, \
"Stale file handle" )
#define PLATFORM_ESTALE
Definition pcbios.h:108

Definition at line 661 of file errno.h.

661#define EINFO_ESTALE __einfo ( PLATFORM_ESTALE, 0x4a, 0, \
662 "Stale file handle" )

◆ ETIME

#define ETIME   __einfo_error ( EINFO_ETIME )

Timer expired.

Definition at line 665 of file errno.h.

Referenced by atl2_hw_finish_ack_(), atl2_hw_reset(), and hunt_mcdi_request_poll().

◆ EINFO_ETIME

#define EINFO_ETIME
Value:
__einfo ( PLATFORM_ETIME, 0x4b, 0, \
"Timer expired" )
#define PLATFORM_ETIME
Definition pcbios.h:109

Definition at line 666 of file errno.h.

666#define EINFO_ETIME __einfo ( PLATFORM_ETIME, 0x4b, 0, \
667 "Timer expired" )

◆ ETIMEDOUT

#define ETIMEDOUT   __einfo_error ( EINFO_ETIMEDOUT )

Connection timed out.

Definition at line 670 of file errno.h.

Referenced by __gm_phy_read(), __gm_phy_read(), __xm_phy_read(), aoecmd_expired(), ath5k_hw_eeprom_read(), cgem_mii_wait(), create_pinger(), dhcp_pxebs_expired(), dhcp_timer_expired(), dhcpv6_set_state(), dns_timer_expired(), dwmac_reset(), efab_init_mac(), efi_pxe_dhcp(), efi_pxe_udp_read(), efi_usb_sync_transfer(), ehci_async_del(), ehci_reset(), ehci_root_enable(), ehci_stop(), ena_admin(), ena_reset_wait(), falcon_gmii_wait(), falcon_init_sram(), falcon_init_xmac(), falcon_reset(), falcon_reset_xaui(), falcon_reset_xmac(), falcon_spi_wait(), falcon_tenxpress_check_c11(), falcon_txc_logic_reset(), fc_xchg_expired(), gm_phy_write(), gve_admin_wait(), gve_reset(), hermon_reset(), hfa384x_docmd_wait(), http_watchdog_expired(), hub_enable(), hunt_mcdi_request_poll(), hv_wait_for_message(), i2c_reset(), ib_mi_timer_expired(), icplus_read_eeprom(), icplus_reset(), intel_disable_ring(), intel_init_eeprom(), intel_read_eeprom(), intelvf_mbox_msg(), intelvf_mbox_wait(), intelxl_admin_command(), intelxl_context_line(), intelxl_disable_ring(), intelxlvf_admin_command(), intelxlvf_reset_wait_active(), intelxlvf_reset_wait_teardown(), ipv6conf_expired(), lan78xx_reset(), linda_ib_epb_request(), linda_ib_epb_wait(), linda_link_state_check(), linda_trim_ib(), mdio_clause45_reset_mmd(), mdio_clause45_wait_reset_mmds(), mii_reset(), monojob_wait(), myri10ge_command(), myson_reload_config(), myson_soft_reset(), myson_wait_idle(), natsemi_reload_config(), natsemi_soft_reset(), neighbour_expired(), net80211_probe_step(), net80211_step_associate(), netvsc_control(), ntp_expired(), pci_vpd_read_dword(), pci_vpd_write_dword(), peerblk_expired(), peerblk_raw_open(), peerblk_retrieval_open(), phantom_clp_wait(), phantom_init_cmdpeg(), phantom_init_rcvpeg(), phantom_read_test_mem_block(), phantom_wait_for_cmd(), pinger_expired(), prompt(), qib7322_ahb_wait(), qib7322_link_state_check(), rdc_mii_read(), rdc_mii_write(), rdc_reset(), readline_history(), realtek_mii_read(), realtek_mii_write(), realtek_reset(), rhine_mii_autopoll(), rhine_mii_read(), rhine_mii_write(), rhine_reload_eeprom(), rhine_reset(), rndis_wait(), rtc_entropy_check(), rtl818x_init_hw(), sandev_command_expired(), sfe4001_init(), slam_slave_timer_expired(), smsc75xx_reset(), smsc95xx_reset(), smscusb_eeprom_wait(), smscusb_mii_wait(), smscusb_otp_power_up(), smscusb_otp_wait(), spi_wait(), tcp_expired(), tftp_timer_expired(), txnic_disable_cq(), txnic_disable_rq(), txnic_disable_sq(), uhci_reset(), uhci_root_enable(), uhci_stop(), usb_control(), velocity_autopoll_start(), velocity_autopoll_stop(), velocity_mii_read(), velocity_mii_write(), velocity_reload_eeprom(), xhci_command(), xhci_reset(), xhci_root_enable(), xhci_stop(), and xm_phy_write().

◆ EINFO_ETIMEDOUT

#define EINFO_ETIMEDOUT
Value:
"Connection timed out" )
#define PLATFORM_ETIMEDOUT
Definition pcbios.h:110

Definition at line 671 of file errno.h.

671#define EINFO_ETIMEDOUT __einfo ( PLATFORM_ETIMEDOUT, 0x4c, 0, \
672 "Connection timed out" )

◆ ETXTBSY

#define ETXTBSY   __einfo_error ( EINFO_ETXTBSY )

Text file busy.

Definition at line 675 of file errno.h.

◆ EINFO_ETXTBSY

#define EINFO_ETXTBSY
Value:
__einfo ( PLATFORM_ETXTBSY, 0x4d, 0, \
"Text file busy" )
#define PLATFORM_ETXTBSY
Definition pcbios.h:111

Definition at line 676 of file errno.h.

676#define EINFO_ETXTBSY __einfo ( PLATFORM_ETXTBSY, 0x4d, 0, \
677 "Text file busy" )

◆ EWOULDBLOCK

#define EWOULDBLOCK   __einfo_error ( EINFO_EWOULDBLOCK )

Operation would block.

Definition at line 680 of file errno.h.

Referenced by aoedev_ata_command(), and read().

◆ EINFO_EWOULDBLOCK

#define EINFO_EWOULDBLOCK
Value:
"Operation would block" )
#define PLATFORM_EWOULDBLOCK
Definition pcbios.h:112

Definition at line 681 of file errno.h.

681#define EINFO_EWOULDBLOCK __einfo ( PLATFORM_EWOULDBLOCK, 0x4e, 0, \
682 "Operation would block" )

◆ EXDEV

#define EXDEV   __einfo_error ( EINFO_EXDEV )

Improper link.

Definition at line 685 of file errno.h.

Referenced by http_parse_status(), and usbio_open().

◆ EINFO_EXDEV

#define EINFO_EXDEV
Value:
__einfo ( PLATFORM_EXDEV, 0x4f, 0, \
"Improper link" )
#define PLATFORM_EXDEV
Definition pcbios.h:113

Definition at line 686 of file errno.h.

686#define EINFO_EXDEV __einfo ( PLATFORM_EXDEV, 0x4f, 0, \
687 "Improper link" )