Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Ddf.c78 static void show_mt(struct mtab_list *mt, int measuring) in show_mt() function
168 show_mt(mt ? : mt2, measuring); in df_main()
190 for (mt = mtstart; mt; mt = mt->next) show_mt(mt, measuring); in df_main()