HomeSort by relevance Sort by last modified time
    Searched refs:dbcnt (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
86 in.dbcnt = out.dbcnt;
95 if (in.dbcnt)
96 out.dbcnt = in.dbcnt;
135 in.dbcnt = 0;
141 in.dbcnt = cnt - 1
    [all...]
dd.c 391 in.dbcnt += in.dbrcnt = in.dbsz;
396 in.dbcnt += in.dbrcnt = n;
403 in.dbcnt += in.dbrcnt = in.dbsz;
405 in.dbcnt += in.dbrcnt = n;
415 out.dbcnt = in.dbcnt;
417 in.dbcnt = 0;
448 if (ddflags & C_OSYNC && out.dbcnt < out.dbsz) {
449 (void)memset(out.dbp, 0, out.dbsz - out.dbcnt);
450 out.dbcnt = out.dbsz
    [all...]
dd.h 77 uint64_t dbcnt; /* current buffer byte count */ member in struct:__anon84530

Completed in 269 milliseconds