Home
last modified time | relevance | path

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

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