Searched defs:lsize (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dnewscreen.c67 * lsize, csize, tabsize: physical sizes
72 newscreen(char *type, int lsize, int csize, int tabsize, argument
152 LINES = SP->lsize = lsize > 0 ? lsize : lines;
H A Dcurshdr.h135 short lsize; /* How many lines decided by newscreen */ member in struct:screen
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c329 char blocks[6], lsize[6], psize[6], dsize[6]; local
341 zfs_nicenum(dds->dds_lsize, lsize, sizeof (lsize));
351 blocks, lsize, psize, dsize,
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c634 size_t ssize, lsize; local
840 lsize = roundup(h.dofh_loadsz, sizeof (uint64_t));
841 h.dofh_filesz = lsize + dt_buf_len(&ddo->ddo_udata);
843 lsize = h.dofh_loadsz;
844 h.dofh_filesz = lsize;
875 sp->dofs_offset += lsize;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c421 int lsize, psize, comp; local
425 lsize = BP_GET_LSIZE(bp);
435 if ((char *)buf < stack && ((char *)buf) + lsize > stack) {
452 decomp_table[comp].decomp_func(buf, retbuf, psize, lsize);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2015 grub_size_t lsize, psize; local
2027 lsize = (BP_IS_HOLE(bp) ? 0 :
2033 *size = lsize;
2052 compbuf = *buf = grub_malloc (lsize);
2114 *buf = grub_malloc (lsize);
2121 err = decomp_table[comp].decomp_func (compbuf, *buf, psize, lsize);

Completed in 43 milliseconds