Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1940 static struct df_output dfo; in select_output() local
1947 dfo.dfo_func = k_output; in select_output()
1948 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1950 dfo.dfo_func = V_output; in select_output()
1951 dfo.dfo_flags = DFO_NOFLAGS; in select_output()
1953 dfo.dfo_func = g_output; in select_output()
1954 dfo.dfo_flags = DFO_STATVFS; in select_output()
1956 dfo.dfo_func = k_output; in select_output()
1957 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1959 dfo.dfo_func = t_output; in select_output()
[all …]