Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h63 #define SEGHDR 1 macro
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1532 compressed_seg = (uchar_t *)malloc(compressed_segsize + SEGHDR); in lofi_compress()
1637 compressed_seg + SEGHDR, &real_segsize, li->l_level); in lofi_compress()
1652 (void) memcpy(compressed_seg + SEGHDR, uncompressed_seg, in lofi_compress()
1665 wbytes = write(tfd, compressed_seg, len_compressed + SEGHDR); in lofi_compress()
1666 if (wbytes != (len_compressed + SEGHDR)) { in lofi_compress()
1739 rbytes = read(tfd, compressed_seg, compressed_segsize + SEGHDR); in lofi_compress()
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1652 useg = cmpbuf + SEGHDR; in lofi_strategy_task()
1661 if (li->l_decompress((cmpbuf + SEGHDR), in lofi_strategy_task()
1662 (cmpbytes - SEGHDR), uncompressed_seg, in lofi_strategy_task()