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

/freebsd-current/usr.bin/systat/
H A Ddevs.c95 int maxshowdevs, struct statinfo *s1);
97 int maxshowdevs, struct statinfo *s1);
100 dsinit(int maxshowdevs) argument
144 NULL, 0, NULL, 0, DS_SELECT_ADD, maxshowdevs, 0) == -1)
169 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) argument
174 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1));
176 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1));
178 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
180 return(dsmatchselect(args, DS_SELECT_ONLY, maxshowdevs, s1));
190 DS_SELECT_ADDONLY, maxshowdevs,
211 dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
276 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, struct statinfo *s1) argument
[all...]
/freebsd-current/usr.sbin/iostat/
H A Diostat.c140 static int maxshowdevs; variable
199 maxshowdevs = 3;
232 maxshowdevs = atoi(optarg);
233 if (maxshowdevs < 0)
235 maxshowdevs);
305 maxshowdevs = num_devices;
308 maxshowdevs = 5;
310 maxshowdevs = 5;
312 maxshowdevs = 4;
315 maxshowdevs
[all...]
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c96 static int hz, hdrcnt, maxshowdevs; variable
210 maxshowdevs = 2;
252 maxshowdevs = atoi(optarg);
253 if (maxshowdevs < 0)
255 maxshowdevs);
431 if (nflag == 0 && maxshowdevs < num_devices_specified)
432 maxshowdevs = num_devices_specified;
439 * maxshowdevs devices, if that many devices exist. If the user
460 maxshowdevs, 0) == -1)
733 maxshowdevs,
[all...]
/freebsd-current/lib/libdevstat/
H A Ddevstat.h165 int maxshowdevs, int perf_select);
H A Ddevstat.c495 * - the first n unselected devices in the device list, if maxshowdevs
522 * selected. Additional devices will be selected, up to maxshowdevs
531 * gratuitously select up to maxshowdevs devices as add mode would.
535 * - maximum number of devices we can select (maxshowdevs)
555 devstat_select_mode select_mode, int maxshowdevs,
735 for (i = 0; (i < num_matches) && (*num_selected < maxshowdevs); i++) {
896 * selected maxshowdevs number of devices, go through the array and
906 if ((select_mode == DS_SELECT_ADD) && (*num_selected < maxshowdevs)) {
550 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 83 milliseconds