HomeSort by: relevance | last modified time | path
    Searched refs:out_full (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/dd/
dd.h 92 uint64_t out_full; /* # of full output blocks */ member in struct:__anona918b54a0208
misc.c 111 (unsigned long long)st.out_full, (unsigned long long)st.out_part);
257 (unsigned long long)st.out_full);
dd.c 577 st.out_full += pending/out.dbsz;
586 ++st.out_full;
611 if (progress && (st.out_full + st.out_part) % progress == 0)

Completed in 49 milliseconds