Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h202 struct iodev_filter { struct
204 size_t if_max_iodevs;
206 int if_allowed_types;
208 int if_skip_floppy;
210 size_t if_nr_names;
211 char **if_names;
H A Dacquire.c300 acquire_snapshot(kstat_ctl_t *kc, int types, struct iodev_filter *iodev_filter) in acquire_snapshot()