Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/systat/
H A Ddevs.c102 static int dsselect(const char *args, devstat_select_mode select_mode,
180 return(dsselect(args, DS_SELECT_ADDONLY, maxshowdevs, s1)); in dscmd()
182 return(dsselect(args, DS_SELECT_REMOVE, maxshowdevs, s1)); in dscmd()
184 return(dsselect(args, DS_SELECT_ONLY, maxshowdevs, s1)); in dscmd()
282 dsselect(const char *args, devstat_select_mode select_mode, int maxshowdevs, in dsselect() function