Lines Matching refs:system

41 The variable @code{errno} contains the system error number.  You can
70 on @gnulinuxhurdsystems{}. @Theglibc{}, on each system, does
71 whatever is right for the particular system.
99 Except on @gnuhurdsystems{}, almost any system call can return @code{EFAULT} if
105 In some Unix systems, many system calls can also return @code{EFAULT} if
109 allocated memory instead of stack memory on that system.
143 @errno{EINTR, 4, Interrupted system call}
162 The system tried to use the device
204 Allocating a system resource would have resulted in a
205 deadlock situation. The system does not guarantee that it will notice
206 all such situations. This error means you got lucky and the system
213 The system cannot allocate more virtual memory
235 system in Unix gives this error.
241 A system resource that can't be shared is already in use.
302 @errno{ENFILE, 23, Too many open files in system}
303 There are too many distinct file openings in the entire system. Note
328 The size of a file would be larger than allowed by the system.
346 @errno{EROFS, 30, Read-only file system}
347 An attempt was made to modify something on a read-only file system.
410 Such shortages are usually fairly serious and affect the whole system,
420 The values are always the same, on every operating system.
659 The file quota system is confused because there are too many users.
660 @c This can probably happen in a GNU system when using NFS.
673 file system which is due to file system rearrangements on the server host
676 and remounting the file system.
682 An attempt was made to NFS-mount a remote file system with a file name that
719 operating system.
747 operating system. When you get this error, you can be sure that this
749 install a new version of the C library or the operating system.
919 @errno{ERESTART, ???/85, Interrupted system call should be restarted}
1234 given error code; the precise text varies from system to system. With
1242 exit if any system call fails. By convention, the error message from