diff options
| author | cth <none@none> | 2006-09-13 15:20:10 -0700 |
|---|---|---|
| committer | cth <none@none> | 2006-09-13 15:20:10 -0700 |
| commit | a08731ec17cb062d80f19791149c20e0f2f43b01 (patch) | |
| tree | a6aa7f2aa9e10c88af917165d13f9716548b8bd8 /usr/src/uts/common/sys/modctl.h | |
| parent | e824d57f8160a27ac5e650005c7a4f037109c2be (diff) | |
| download | illumos-joyent-a08731ec17cb062d80f19791149c20e0f2f43b01.tar.gz | |
PSARC/2006/519 Metadevice Names in iostat/vmstat Output
4981132 iostat -Ecte header mal-formed
6402814 Solaris 10 vmstat performance degradation, due to excessive calls to libdevinfo
6464368 iostat and mpstat call kstat_open, but not kstat_close
6466406 kstat: default_kstat_snapshot() should only set lastupdate for incomplete transactions.
6467122 di_devlink_init leaks, missing free of db_dir in handle_free
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
| -rw-r--r-- | usr/src/uts/common/sys/modctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/modctl.h b/usr/src/uts/common/sys/modctl.h index 5e9450dde5..255d02d7b2 100644 --- a/usr/src/uts/common/sys/modctl.h +++ b/usr/src/uts/common/sys/modctl.h @@ -256,6 +256,8 @@ struct modlinkage { #define MODDEVEXISTS 35 #define MODDEVREADDIR 36 #define MODDEVNAME 37 +#define MODGETDEVFSPATH_MI_LEN 38 +#define MODGETDEVFSPATH_MI 39 /* * sub cmds for MODEVENTS |
