Open System Services System Calls Reference Manual (G06.28+)

errno(5) OSS System Calls Reference Manual
[EBIGDIR] The positioning within an OSS directory failed because there were more than
65535 le names beginning with the same two characters in the directory.
[EBUSY] Mount device busy. The program attempted to use a system resource that is not
currently available, because it is being used by another process in a manner that
would conict with the request being made by this process.
[ECHILD] No child process. The wait() or waitpid() function was executed by a process
that had no existing or unwaited-for child process.
[ECONNABORTED]
Software caused connection abort. Software on the connection path aborted the
connection.
[ECONNREFUSED]
Connection refused. The other end of a requested connection refused to permit
the connection to be made.
[ECONNRESET]
Connection reset by remote host. The connection was reset by the remote host.
[ECWDTOOLONG]
One of the following situations exists:
The pathname of the current working directory is longer than the PATH-
MAX value when the getcwd() function was called.
The length of the absolute pathname generated by the Guardian pro-
cedure call FILENAME_TO_PATHNAME_ is longer than
PATH_MAX.
The length of the absolute pathname generated by an internal Guardian
procedure call is longer than PATH_MAX.
[EDEADLK] Deadlock condition. An attempt was made to lock a system resource that would
have resulted in a deadlock situation.
[EDEFINEERR]
An error exists in a Guardian DEFINE.
[EDESTADDRREQ]
Destination request required. The program omitted a required destination
address.
[EDOM] Argument out of range. A function parameter evaluates to a value that is out of
range (too large or too small).
[EEXIST] File exists. An existing le was mentioned in an inappropriate context; for exam-
ple, as a new link name in the link() function.
[EFAULT] Bad address. The system detected an invalid address when attempting to use a
parameter passed to a call.
[EFBIG] File too large. The size of a le would exceed the maximum le size of an imple-
mentation.
1222 Hewlett-Packard Company 527186-005