Home
last modified time | relevance | path

Searched refs:nused (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c96 size_t nused; in allocino() local
105 nused = maxino - sblock->fs_cstotal.cs_nifree; in allocino()
106 freeinodesc = (struct inodesc *)xcalloc(nused, sizeof (*freeinodesc)); in allocino()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c433 uint64_t nused; in zio_checksum_error_impl() local
442 nused = zilc.zc_nused; in zio_checksum_error_impl()
444 nused = BSWAP_64(zilc.zc_nused); in zio_checksum_error_impl()
449 if (nused > size) { in zio_checksum_error_impl()
453 size = P2ROUNDUP_TYPED(nused, ZIL_MIN_BLKSZ, uint64_t); in zio_checksum_error_impl()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c3734 uint_t idx, nused; in vm_copy_setup() local
3740 nused = 0; in vm_copy_setup()
3746 KASSERT(nused < num_copyinfo, ("insufficient vm_copyinfo")); in vm_copy_setup()
3752 copyinfo[nused].gpa = gpa; in vm_copy_setup()
3753 copyinfo[nused].len = n; in vm_copy_setup()
3756 nused++; in vm_copy_setup()
3759 for (idx = 0; idx < nused; idx++) { in vm_copy_setup()
3777 if (idx != nused) { in vm_copy_setup()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po170nused:\n\n\n# zpool replace test c0t0d0 c0t0d2\n\n\nThis will attach the new device to the pool an…
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c895 static void gl_discard_chars(GetLine *gl, int nused);
3344 static void gl_discard_chars(GetLine *gl, int nused) in gl_discard_chars() argument
3346 int nkeep = gl->nbuf - nused; in gl_discard_chars()
3348 memmove(gl->keybuf, gl->keybuf + nused, nkeep); in gl_discard_chars()