libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_esrch (explain_string_buffer_t *sb, const char *caption, pid_t pid) |
void explain_buffer_esrch | ( | explain_string_buffer_t * | sb, |
const char * | caption, | ||
pid_t | pid | ||
) |
The explain_buffer_esrch function may be used to print an explanation of an ESRCH error.
sb | The string buffer to print into. |
caption | The name of the offending system call argument. |
pid | The pid that provoked the message (negative ones are process groups) |