Searched defs:compressed_seg (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/lofiadm/ |
| H A D | main.c | 1476 uchar_t *compressed_seg = NULL; local 1517 compressed_seg = (uchar_t *)malloc(compressed_segsize + SEGHDR); 1520 if (compressed_seg == NULL || uncompressed_seg == NULL) 1622 compressed_seg + SEGHDR, &real_segsize, li->l_level); 1637 (void) memcpy(compressed_seg + SEGHDR, uncompressed_seg, 1649 *compressed_seg = type; 1650 wbytes = write(tfd, compressed_seg, len_compressed + SEGHDR); 1724 rbytes = read(tfd, compressed_seg, compressed_segsize + SEGHDR); 1729 if (write(compfd, compressed_seg, rbytes) != rbytes) 1766 if (compressed_seg ! [all...] |
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | lofi.c | 1348 uchar_t *compressed_seg = NULL, *cmpbuf; local 1481 compressed_seg = lsp->ls_comp_bufs[j].buf; 1486 error = lofi_mapped_rdwr((caddr_t)compressed_seg, salign, 1497 cmpbuf = compressed_seg + sdiff; 1597 if (compressed_seg != NULL) {
|
Completed in 313 milliseconds