Lines Matching refs:maxshowdevs
95 int maxshowdevs, struct statinfo *s1);
97 int maxshowdevs, struct statinfo *s1);
100 dsinit(int maxshowdevs) in dsinit() argument
144 NULL, 0, NULL, 0, DS_SELECT_ADD, maxshowdevs, 0) == -1) in dsinit()
169 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) in dscmd() argument
174 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1)); in dscmd()
176 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1)); in dscmd()
178 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1)); in dscmd()
180 return(dsmatchselect(args, DS_SELECT_ONLY, maxshowdevs, s1)); in dscmd()
190 DS_SELECT_ADDONLY, maxshowdevs, 0); in dscmd()
211 dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsmatchselect() argument
266 NULL, 0, select_mode, maxshowdevs, 0); in dsmatchselect()
276 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsselect() argument
350 select_mode, maxshowdevs, 0); in dsselect()