Searched defs:BLK_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h83 #define BLK_SIZE(x) ((x) << BLK_SHFT) macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h328 #define BLK_SIZE 512 /* size of logical block */ macro
H A Dpkgtrans.c83 #define BLK_SIZE 512 /* size of logical block */ macro
746 buf_ctrl->allocation + BLK_SIZE)) == NULL) {
755 buf_ctrl->allocation, '\0', BLK_SIZE);
758 buf_ctrl->allocation += BLK_SIZE;
781 if ((hdrbuf.text_buffer = (char *)malloc(BLK_SIZE)) == NULL) {
788 (void) memset(hdrbuf.text_buffer, '\0', BLK_SIZE);
792 hdrbuf.allocation = BLK_SIZE;
809 totsize += statbuf.st_size/BLK_SIZE + 1;
965 block_cnt += BLK_SIZE) {
966 (void) write(ds_fd, (hdr->text_buffer + block_cnt), BLK_SIZE);
[all...]

Completed in 335 milliseconds