Go to the source code of this file.
Function Documentation
The explain_buffer_ebusy_fildes function may be used to print an explanation of an EBUSY error.
- Parameters:
-
sb | The string buffer to print into. |
fildes | The open file descriptor of the file (device) with the problem. |
fildes_caption | The name of the offending syscall argument |
syscall_name | The name of the offending system call. |
Definition at line 40 of file ebusy.c.
The explain_buffer_ebusy_path function may be used to print an explanation of an EBUSY error.
- Parameters:
-
sb | The string buffer to print into. |
path | The path of the file (device) with the problem. |
path_caption | The name of the offending syscall argument |
syscall_name | The name of the offending system call. |
Definition at line 30 of file ebusy.c.