Home
last modified time | relevance | path

Searched refs:tsize (Results 26 – 48 of 48) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c474 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in _bfd_XXi_swap_aouthdr_in()
491 a->SizeOfCode = aouthdr_int->tsize ; in _bfd_XXi_swap_aouthdr_in()
571 if (aouthdr_int->tsize) in _bfd_XXi_swap_aouthdr_in()
645 if (aouthdr_in->tsize) in _bfd_XXi_swap_aouthdr_out()
712 bfd_vma tsize = 0; in _bfd_XXi_swap_aouthdr_out() local
725 tsize += rounded; in _bfd_XXi_swap_aouthdr_out()
743 aouthdr_in->tsize = tsize; in _bfd_XXi_swap_aouthdr_out()
758 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->standard.tsize); in _bfd_XXi_swap_aouthdr_out()
H A Dcoffcode.h4267 internal_a.tsize = text_sec->size; in coff_write_object_contents()
4268 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
/dragonfly/sys/kern/
H A Dkern_slaballoc.c924 vm_size_t tsize; in _kmalloc_debug() local
928 tsize = z->z_ChunkSize; in _kmalloc_debug()
929 kmem_slab_free(z, tsize); /* may block */ in _kmalloc_debug()
/dragonfly/contrib/gdb-7/include/coff/
H A Dinternal.h216 bfd_vma tsize; /* text size in bytes, padded to FW bdry*/ member
/dragonfly/contrib/binutils-2.34/include/coff/
H A Dinternal.h253 bfd_vma tsize; /* text size in bytes, padded to FW bdry*/ member
/dragonfly/contrib/binutils-2.27/include/coff/
H A Dinternal.h253 bfd_vma tsize; /* text size in bytes, padded to FW bdry*/ member
/dragonfly/sys/vfs/nfs/
H A Dnfs_vnops.c754 off_t tsize; in nfs_setattr() local
758 tsize = (off_t)0; in nfs_setattr()
812 tsize = np->n_size; in nfs_setattr()
832 if (tsize < vap->va_size) in nfs_setattr()
884 (intmax_t)tsize, in nfs_setattr()
890 np->n_size = np->n_vattr.va_size = tsize; in nfs_setattr()
H A Dnfs_serv.c1602 int error = 0, len, tsize, dirfor_ret = 1, diraft_ret = 1; in nfsrv_create() local
1705 tsize = fxdr_unsigned(int32_t, sp->sa_size); in nfsrv_create()
1706 if (tsize != -1) in nfsrv_create()
1707 vap->va_size = (u_quad_t)tsize; in nfsrv_create()
/dragonfly/bin/ps/
H A Dkeyword.c191 {"tsiz", "TSIZ", NULL, 0, tsize, NULL, 4, 0, 0, NULL, NULL},
H A Dprint.c633 tsize(const KINFO *k, const struct varent *vent) in tsize() function
/dragonfly/sys/vm/
H A Dvm_map.c2983 vm_size_t tsize; in vm_map_clean() local
2989 tsize = vm_map_max(smap) - offset; in vm_map_clean()
2993 tsize = tentry->ba.end - offset; in vm_map_clean()
2999 if (tsize < size) in vm_map_clean()
3000 size = tsize; in vm_map_clean()
/dragonfly/sbin/dump/
H A Dtape.c290 (blocksthisvol >= blocksperfile) : (asize > tsize))) { in flushtape()
/dragonfly/include/rpcsvc/
H A Dnfs_prot.x279 unsigned tsize; /* preferred transfer size in bytes */ member
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c1855 int tsize, error, i, ntxd; in igb_create_tx_ring() local
1875 tsize = roundup2(txr->num_tx_desc * sizeof(union e1000_adv_tx_desc), in igb_create_tx_ring()
1878 IGB_DBA_ALIGN, tsize, BUS_DMA_WAITOK, in igb_create_tx_ring()
1886 bzero(txr->tx_base, tsize); in igb_create_tx_ring()
1888 tsize = __VM_CACHELINE_ALIGN( in igb_create_tx_ring()
1890 txr->tx_buf = kmalloc(tsize, M_DEVBUF, in igb_create_tx_ring()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c2336 int error, i, tsize, ntxd; in emx_create_tx_ring() local
2355 tsize = roundup2(tdata->num_tx_desc * sizeof(struct e1000_tx_desc), in emx_create_tx_ring()
2358 EMX_DBA_ALIGN, tsize, BUS_DMA_WAITOK, in emx_create_tx_ring()
2366 tsize = __VM_CACHELINE_ALIGN( in emx_create_tx_ring()
2368 tdata->tx_buf = kmalloc(tsize, M_DEVBUF, in emx_create_tx_ring()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c7421 uint64_t tsize; in zisofs_init() local
7485 tsize = ZF_HEADER_SIZE + bpsize; in zisofs_init()
7486 if (write_null(a, (size_t)tsize) != ARCHIVE_OK) in zisofs_init()
7493 (uint32_t)tsize); in zisofs_init()
7497 iso9660->zisofs.block_offset = tsize; in zisofs_init()
7498 iso9660->zisofs.total_size = tsize; in zisofs_init()
7499 iso9660->cur_file->cur_content->size = tsize; in zisofs_init()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c1996 int error, i, tsize, ntxd; in ix_create_tx_ring() local
2028 tsize = roundup2(txr->tx_ndesc * sizeof(union ixgbe_adv_tx_desc), in ix_create_tx_ring()
2031 IX_DBA_ALIGN, tsize, BUS_DMA_WAITOK | BUS_DMA_ZERO, in ix_create_tx_ring()
2039 tsize = __VM_CACHELINE_ALIGN(sizeof(struct ix_tx_buf) * txr->tx_ndesc); in ix_create_tx_ring()
2040 txr->tx_buf = kmalloc(tsize, M_DEVBUF, in ix_create_tx_ring()
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c7043 size_t tsize; in lookup() local
7049 tsize = table->size * sizeof(NAMED *); in lookup()
7050 table->v = table->mem->malloc_fcn(tsize); in lookup()
7055 memset(table->v, 0, tsize); in lookup()
7089 size_t tsize = newSize * sizeof(NAMED *); in lookup() local
7090 NAMED **newV = table->mem->malloc_fcn(tsize); in lookup()
7093 memset(newV, 0, tsize); in lookup()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c533 int tsize, rsize; in em_attach() local
740 tsize = roundup2(adapter->num_tx_desc * sizeof(struct e1000_tx_desc), in em_attach()
742 error = em_dma_malloc(adapter, tsize, &adapter->txdma); in em_attach()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dod-xcoff.c470 (unsigned int)bfd_h_get_32 (abfd, auxhdr.tsize)); in dump_xcoff32_aout_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3968 internal_a.tsize = text_sec->size; in coff_write_object_contents()
3969 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-gen.c645 HOST_WIDE_INT tsize = tree_to_uhwi (TYPE_SIZE (type)); in hsa_type_for_scalar_tree_type() local
647 if (bsize == tsize) in hsa_type_for_scalar_tree_type()
655 switch (tsize) in hsa_type_for_scalar_tree_type()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c7721 else if (tree tsize = get_tuple_size (type)) in cp_finish_decomp() local
7723 if (tsize == error_mark_node) in cp_finish_decomp()
7729 if (!tree_fits_uhwi_p (tsize)) in cp_finish_decomp()
7735 type, tsize); in cp_finish_decomp()
7738 eltscnt = tree_to_uhwi (tsize); in cp_finish_decomp()

12