Home
last modified time | relevance | path

Searched refs:dsselect (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/systat/
H A Ddevs.c96 static int dsselect(const char *args, devstat_select_mode select_mode,
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()
276 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsselect() function