Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)

errno(5) OSS System Calls Reference Manual
[ENOMEM] Insufficient user memory. The new process image requires more memory than is
allowed by the hardware or system-imposed memory management constraints.
[ENOMSG] No message. There is no message of the requested type.
[ENONSTOP] NonStop programming logic error exists. The program is written to use NonStop
system features but has requested an operation incompatible with correct use of
those features.
[ENOPROTOOPT]
Protocol not available. The requested protocol is not available.
[ENOREPLY] No reply in buffer. There is no reply in the message buffer.
[ENOROOT] Root fileset is not started. The program attempted an operation while the root
fileset (fileset 0) was unavailable.
This error can occur after failure and restart of an OSS name server until the
fileset has been repaired and remounted.
[ENOSPC] No space left on device. During the write() function on a regular file or when
extending a directory, there is no free space left on the device.
[ENOSYS] Function not implemented. An attempt was made to use a function that is not
available in this implementation.
[ENOTCONN] Socket not connected. The socket is not connected.
[ENOTDIR] Not a directory. The program attempted a directory operation on an object that is
not a directory.
[ENOTEMPTY]
Directory not empty. A directory with entries other than . (dot) and ..(dot-dot)
was supplied when an empty directory was expected.
[ENOTOSS] Not an OSS process. The program has called a function that can be called only
from an OSS process.
[ENOTSOCK] Not a socket. The program attempted a socket operation on an object that is not a
socket.
[ENOTSUP] Operation not supported on referenced object. The program attempted an opera-
tion that is not allowed on the referenced object.
[ENOTTY] Not a tty device. The program attempted a tty operation on an object that is not a
tty device.
[ENXIO] No such device or address. An invalid device or address was specified during an
input or output operation on a special file. One of the following events occurred:
A device was specified that does not exist, or a request was made beyond
the limits of the device.
The fileset containing the requestor’s current working directory or root
directory is not mounted. This error can occur after failure and restart of
an OSS name server until the fileset has been repaired and remounted.
1240 Hewlett-Packard Company 527186-023