Go to the source code of this file.
Function Documentation
The explain_buffer_eio function may be used to print a description of an EIO error.
- Parameters:
-
sb | The buffer to print the explanation on |
Definition at line 112 of file eio.c.
The explain_buffer_eio_fildes function may be used to print a description of an EIO error.
- Parameters:
-
sb | The buffer to print the explanation on |
fildes | the file descriptor with the problem. |
Definition at line 199 of file eio.c.
The explain_buffer_eio_path function may be used to print a description of an EIO error.
- Parameters:
-
sb | The buffer to print the explanation on |
path | the file with the problem. |
Definition at line 211 of file eio.c.
The explain_buffer_eio_path_dirname function may be used to print a description of an EIO error.
- Parameters:
-
sb | The buffer to print the explanation on |
path | the file in the directory with the problem. |
Definition at line 223 of file eio.c.