Searched refs:SEGHDR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | lofi.h | 56 #define SEGHDR 1 macro
|
/titanic_50/usr/src/cmd/lofiadm/ |
H A D | main.c | 1451 compressed_seg = (uchar_t *)malloc(compressed_segsize + SEGHDR); in lofi_compress() 1556 compressed_seg + SEGHDR, &real_segsize, li->l_level); in lofi_compress() 1571 (void) memcpy(compressed_seg + SEGHDR, uncompressed_seg, in lofi_compress() 1584 wbytes = write(tfd, compressed_seg, len_compressed + SEGHDR); in lofi_compress() 1585 if (wbytes != (len_compressed + SEGHDR)) { in lofi_compress() 1658 rbytes = read(tfd, compressed_seg, compressed_segsize + SEGHDR); in lofi_compress()
|
/titanic_50/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()
|