Home
last modified time | relevance | path

Searched defs:iodev_filter (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/stat/common/
H A Dstatcommon.h200 struct iodev_filter { struct
202 size_t if_max_iodevs;
204 int if_allowed_types;
206 int if_skip_floppy;
208 size_t if_nr_names;
209 char **if_names;
H A Dacquire.c300 acquire_snapshot(kstat_ctl_t *kc, int types, struct iodev_filter *iodev_filter) in acquire_snapshot()