Home
last modified time | relevance | path

Searched refs:xsize (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h915 if (ysize < xsize) { in raidz_reconstruct_pq_impl()
948 if (ysize < xsize) in raidz_reconstruct_pq_impl()
953 if (ysize < xsize) in raidz_reconstruct_pq_impl()
1106 if (ysize < xsize) in raidz_reconstruct_pr_impl()
1111 if (ysize < xsize) in raidz_reconstruct_pr_impl()
1269 if (ysize < xsize) in raidz_reconstruct_qr_impl()
1274 if (ysize < xsize) in raidz_reconstruct_qr_impl()
1462 if (ysize < xsize) in raidz_reconstruct_pqr_impl()
1464 if (zsize < xsize) in raidz_reconstruct_pqr_impl()
1469 if (ysize < xsize) in raidz_reconstruct_pqr_impl()
[all …]
H A Dvdev_raidz.c903 uint64_t xsize, ysize; in vdev_raidz_reconstruct_pq() local
924 xsize = rm->rm_col[x].rc_size; in vdev_raidz_reconstruct_pq()
936 rm->rm_col[x].rc_size = xsize; in vdev_raidz_reconstruct_pq()
968 ASSERT3U(xsize, >=, ysize); in vdev_raidz_reconstruct_pq()
972 (void) abd_iterate_func(xd, ysize, xsize - ysize, in vdev_raidz_reconstruct_pq()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c277 uint64_t xsize; /* max mem capacity in bytes */ member
308 uint32_t xsize; /* extended size in mb */ member
771 type16->xsize = guest_lomem + guest_himem; in smbios_type16_initializer()
815 type17->xsize = size_MB & 0x7FFFFFFF; in smbios_type17_initializer()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.h106 DDII ddi_xbuf_attr_t ddi_xbuf_attr_create(size_t xsize,
H A Dsd_xbuf.c107 ddi_xbuf_attr_create(size_t xsize, in _NOTE()
120 xap->xa_allocsize = max(xsize, sizeof (void *)); in _NOTE()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c322 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ in xdr_inline_encode_nfs_fh3() local
326 xsize = fhp->fh3_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh3_xlen; in xdr_inline_encode_nfs_fh3()
333 sizeof (fhp->fh3_xlen) + xsize; in xdr_inline_encode_nfs_fh3()
372 bcopy(&fhp->fh3_xlen, cp, sizeof (fhp->fh3_xlen) + xsize); in xdr_inline_encode_nfs_fh3()
373 cp += sizeof (fhp->fh3_xlen) + xsize; in xdr_inline_encode_nfs_fh3()
392 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ in xdr_encode_nfs_fh3() local
401 xsize = objp->fh3_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : objp->fh3_xlen; in xdr_encode_nfs_fh3()
410 sizeof (objp->fh3_xlen) + xsize; in xdr_encode_nfs_fh3()
H A Dnfs4_xdr.c533 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ in xdr_inline_encode_nfs_fh4() local
537 xsize = fhp->fh4_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_xlen; in xdr_inline_encode_nfs_fh4()
544 sizeof (fhp->fh4_xlen) + xsize; in xdr_inline_encode_nfs_fh4()
591 bcopy(&fhp->fh4_xlen, cp, sizeof (fhp->fh4_xlen) + xsize); in xdr_inline_encode_nfs_fh4()
592 cp += sizeof (fhp->fh4_xlen) + xsize; in xdr_inline_encode_nfs_fh4()
618 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ in xdr_encode_nfs_fh4() local
629 xsize = fhp->fh4_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_xlen; in xdr_encode_nfs_fh4()
638 sizeof (fhp->fh4_xlen) + xsize + in xdr_encode_nfs_fh4()
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c948 size_t xsize; in vmem_xalloc() local
976 xsize = 0; in vmem_xalloc()
1144 xsize = asize; in vmem_xalloc()
1190 vmp->vm_source_free(vmp->vm_source, xvaddr, xsize); in vmem_xalloc()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2429 size_t xsize, align; in dvma_alloc() local
2433 xsize = npages * IMMU_PAGESIZE; in dvma_alloc()
2447 xsize, align, 0, 0, (void *)(uintptr_t)minaddr, in dvma_alloc()
2459 size_t xsize, align; in dvma_prealloc() local
2470 xsize = IMMU_NPREPTES * IMMU_PAGESIZE; in dvma_prealloc()
2483 xsize, align, 0, dma_attr->dma_attr_seg + 1, in dvma_prealloc()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2104 size_t xsize = symcnt * sizeof (Word); in make_symtab() local
2106 xisec->is_indata->d_size = xsize; in make_symtab()
2107 xisec->is_shdr->sh_size = (Xword)xsize; in make_symtab()