Searched refs:nfill (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1871 mdb_iob_fill(mdb_iob_t *iob, int c, size_t nfill) argument
1877 while (nfill != 0) {
1886 m = MIN(nfill, n); /* fill at most n bytes in this pass */
1892 nfill -= m;
1894 if (m == n && nfill != 0) {

Completed in 46 milliseconds