Lines Matching refs:maxshowdevs
98 int maxshowdevs, struct statinfo *s1);
100 int maxshowdevs, struct statinfo *s1);
103 dsinit(int maxshowdevs) in dsinit() argument
147 NULL, 0, NULL, 0, DS_SELECT_ADD, maxshowdevs, 0) == -1) in dsinit()
172 dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1) in dscmd() argument
177 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1)); in dscmd()
179 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1)); in dscmd()
181 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1)); in dscmd()
183 return(dsmatchselect(args, DS_SELECT_ONLY, maxshowdevs, s1)); in dscmd()
193 DS_SELECT_ADDONLY, maxshowdevs, 0); in dscmd()
214 dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsmatchselect() argument
269 NULL, 0, select_mode, maxshowdevs, 0); in dsmatchselect()
279 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsselect() argument
353 select_mode, maxshowdevs, 0); in dsselect()