Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/dd/
Dmisc.c113 (unsigned long long)st.out_full, (unsigned long long)st.out_part); in posix_summary()
259 (unsigned long long)st.out_full); in dd_write_msg()
Ddd.c544 st.out_full += pending/out.dbsz; in dd_out()
553 ++st.out_full; in dd_out()
578 if (progress && (st.out_full + st.out_part) % progress == 0) in dd_out()
Ddd.h96 uint64_t out_full; /* # of full output blocks */ member