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

/freebsd-13-stable/usr.bin/systat/
H A Ddevs.c101 int maxshowdevs, struct statinfo *s1);
103 int maxshowdevs, struct statinfo *s1);
106 dsinit(int maxshowdevs) argument
150 NULL, 0, NULL, 0, DS_SELECT_ADD, maxshowdevs, 0) == -1)
175 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) argument
180 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1));
182 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1));
184 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
186 return(dsmatchselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
196 DS_SELECT_ADDONLY, maxshowdevs,
217 dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
282 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
[all...]
/freebsd-13-stable/usr.sbin/iostat/
H A Diostat.c142 static int maxshowdevs; variable
200 maxshowdevs = 3;
230 maxshowdevs = atoi(optarg);
231 if (maxshowdevs < 0)
233 maxshowdevs);
309 maxshowdevs = num_devices;
312 maxshowdevs = 5;
314 maxshowdevs = 5;
316 maxshowdevs = 4;
319 maxshowdevs
[all...]
/freebsd-13-stable/usr.bin/vmstat/
H A Dvmstat.c111 static int hz, hdrcnt, maxshowdevs; variable
225 maxshowdevs = 2;
266 maxshowdevs = atoi(optarg);
267 if (maxshowdevs < 0)
269 maxshowdevs);
443 if (nflag == 0 && maxshowdevs < num_devices_specified)
444 maxshowdevs = num_devices_specified;
451 * maxshowdevs devices, if that many devices exist. If the user
472 maxshowdevs, 0) == -1)
767 maxshowdevs,
[all...]
/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.h167 int maxshowdevs, int perf_select);
H A Ddevstat.c497 * - the first n unselected devices in the device list, if maxshowdevs
524 * selected. Additional devices will be selected, up to maxshowdevs
533 * gratuitously select up to maxshowdevs devices as add mode would.
537 * - maximum number of devices we can select (maxshowdevs)
557 devstat_select_mode select_mode, int maxshowdevs,
737 for (i = 0; (i < num_matches) && (*num_selected < maxshowdevs); i++) {
898 * selected maxshowdevs number of devices, go through the array and
908 if ((select_mode == DS_SELECT_ADD) && (*num_selected < maxshowdevs)) {
552 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 60 milliseconds