Searched refs:SEGHDR (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | lofi.h | 56 #define SEGHDR 1 macro
|
/titanic_44/usr/src/cmd/lofiadm/ |
H A D | main.c | 1450 compressed_seg = (uchar_t *)malloc(compressed_segsize + SEGHDR); in lofi_compress() 1555 compressed_seg + SEGHDR, &real_segsize, li->l_level); in lofi_compress() 1570 (void) memcpy(compressed_seg + SEGHDR, uncompressed_seg, in lofi_compress() 1583 wbytes = write(tfd, compressed_seg, len_compressed + SEGHDR); in lofi_compress() 1584 if (wbytes != (len_compressed + SEGHDR)) { in lofi_compress() 1657 rbytes = read(tfd, compressed_seg, compressed_segsize + SEGHDR); in lofi_compress()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | lofi.c | 1254 useg = cmpbuf + SEGHDR; in lofi_strategy_task() 1263 if (li->l_decompress((cmpbuf + SEGHDR), in lofi_strategy_task() 1264 (cmpbytes - SEGHDR), uncompressed_seg, in lofi_strategy_task()
|