|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| int | explain_buffer_device_name (explain_string_buffer_t *sb, dev_t dev, struct stat *st) |
| int explain_buffer_device_name | ( | explain_string_buffer_t * | sb, |
| dev_t | dev, | ||
| struct stat * | st | ||
| ) |
The explain_buffer_device_name function may be used locate a device's name an print it into the supplied buffer.
| sb | The string buffer to print into. |
| dev | The device to look for. |
| st | The file info that provoked the request. |
Definition at line 130 of file device_name.c.
1.7.6.1