|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| void | explain_iocontrol_statistics (int *total, int *active) |
| void explain_iocontrol_statistics | ( | int * | total, |
| int * | active | ||
| ) |
The explain_iocontrol_statistics function is used to obtaion statistics about the ioctl commands supported by libexplain.
| total | The total number of ioctls understood by libexplain. |
| active | The number of ioctls relevant to this system. assert(active <= total) |
Definition at line 25 of file statistics.c.
1.7.6.1