Searched refs:maxshowdevs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/systat/
H A Ddevs.c97 int maxshowdevs, struct statinfo *s1);
99 int maxshowdevs, struct statinfo *s1);
102 dsinit(int maxshowdevs, struct statinfo *s1, struct statinfo *s2 __unused, argument
136 NULL, 0, NULL, 0, DS_SELECT_ADD, maxshowdevs, 0) == -1)
143 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) argument
148 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1));
150 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1));
152 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
154 return(dsmatchselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
164 DS_SELECT_ADDONLY, maxshowdevs,
185 dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
245 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
[all...]
/freebsd-10.0-release/usr.sbin/iostat/
H A Diostat.c135 int maxshowdevs; variable
188 maxshowdevs = 3;
218 maxshowdevs = atoi(optarg);
219 if (maxshowdevs < 0)
221 maxshowdevs);
297 maxshowdevs = num_devices;
300 maxshowdevs = 5;
302 maxshowdevs = 5;
304 maxshowdevs = 4;
307 maxshowdevs
[all...]
/freebsd-10.0-release/usr.bin/vmstat/
H A Dvmstat.c115 static int num_devices, maxshowdevs; variable
182 maxshowdevs = 2;
218 maxshowdevs = atoi(optarg);
219 if (maxshowdevs < 0)
221 maxshowdevs);
366 if (nflag == 0 && maxshowdevs < num_devices_specified)
367 maxshowdevs = num_devices_specified;
374 * maxshowdevs devices, if that many devices exist. If the user
396 maxshowdevs, 0) == -1)
743 maxshowdevs,
[all...]
/freebsd-10.0-release/lib/libdevstat/
H A Ddevstat.h165 int maxshowdevs, int perf_select);
H A Ddevstat.c490 * - the first n unselected devices in the device list, if maxshowdevs
517 * selected. Additional devices will be selected, up to maxshowdevs
526 * gratuitously select up to maxshowdevs devices as add mode would.
530 * - maximum number of devices we can select (maxshowdevs)
550 devstat_select_mode select_mode, int maxshowdevs,
725 for (i = 0; (i < num_matches) && (*num_selected < maxshowdevs); i++) {
886 * selected maxshowdevs number of devices, go through the array and
896 if ((select_mode == DS_SELECT_ADD) && (*num_selected < maxshowdevs)) {
545 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument

Completed in 114 milliseconds