Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c787 int block_cnt; in wdsheader() local
813 for (block_cnt = 0; block_cnt < hdr->allocation; in wdsheader()
814 block_cnt += BLK_SIZE) { in wdsheader()
815 (void) write(ds_fd, (hdr->text_buffer + block_cnt), BLK_SIZE); in wdsheader()