Searched defs:dfo_func (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c175 output_func dfo_func; /* function that will do the output */ member in struct:df_output
1947 dfo.dfo_func = k_output;
1950 dfo.dfo_func = V_output;
1953 dfo.dfo_func = g_output;
1956 dfo.dfo_func = k_output;
1959 dfo.dfo_func = t_output;
1962 dfo.dfo_func = eb_output;
1965 dfo.dfo_func = b_output;
1968 dfo.dfo_func = e_output;
1971 dfo.dfo_func
[all...]

Completed in 63 milliseconds