tsize
void tsize(const KINFO *, const struct varent *);
{"tsiz", "TSIZ", NULL, 0, tsize, NULL, 4, 0, 0, NULL, NULL},
size_t tsize;
tsize = __rpc_get_t_size(AF_LOCAL, 0, 0);
(rpcvers_t)RPCBVERS, tsize, tsize);
uint64_t tsize;
tsize = st.st_size;
printf("total size: %ld -> %ld\n", lp->d_total_size, tsize);
lp->d_total_size > tsize) {
lp->d_total_size == tsize) {
lp->d_total_size = tsize;
extern long tsize; /* tape size in 0.1" units */
tsize = 0; /* Default later, based on 'c' option for cart tapes */
tsize = numarg("tape size", 1L, 0L) * 12 * 10;
if (tsize == 0)
tsize = cartridge ? 1700L*120L : 2300L*120L;
) * (1.0 / tsize ); /* tape / 0.1" " */
) * (1.0 / tsize ); /* tape / 0.1" " */
long tsize; /* tape size in 0.1" units */
(blocksthisvol >= blocksperfile) : (asize > tsize))) {
int tsize, rsize;
tsize = roundup2(adapter->num_tx_desc * sizeof(struct e1000_tx_desc),
error = em_dma_malloc(adapter, tsize, &adapter->txdma);
int error, i, tsize, ntxd;
tsize = roundup2(tdata->num_tx_desc * sizeof(struct e1000_tx_desc),
EMX_DBA_ALIGN, tsize, BUS_DMA_WAITOK,
tsize = __VM_CACHELINE_ALIGN(
tdata->tx_buf = kmalloc(tsize, M_DEVBUF,
int tsize, error, i, ntxd;
tsize = roundup2(txr->num_tx_desc * sizeof(union e1000_adv_tx_desc),
IGB_DBA_ALIGN, tsize, BUS_DMA_WAITOK,
bzero(txr->tx_base, tsize);
tsize = __VM_CACHELINE_ALIGN(
txr->tx_buf = kmalloc(tsize, M_DEVBUF,
int error, i, tsize, ntxd;
tsize = roundup2(txr->tx_ndesc * sizeof(union ixgbe_adv_tx_desc),
IX_DBA_ALIGN, tsize, BUS_DMA_WAITOK | BUS_DMA_ZERO,
tsize = __VM_CACHELINE_ALIGN(sizeof(struct ix_tx_buf) * txr->tx_ndesc);
txr->tx_buf = kmalloc(tsize, M_DEVBUF,
vm_size_t tsize;
tsize = z->z_ChunkSize;
kmem_slab_free(z, tsize); /* may block */
int error = 0, len, tsize, dirfor_ret = 1, diraft_ret = 1;
tsize = fxdr_unsigned(int32_t, sp->sa_size);
if (tsize != -1)
vap->va_size = (u_quad_t)tsize;
off_t tsize;
tsize = (off_t)0;
tsize = np->n_size;
if (tsize < vap->va_size)
(intmax_t)tsize,
np->n_size = np->n_vattr.va_size = tsize;
u_quad_t tsize = 0;
tsize = np->n_size;
np->n_size = tsize;
vnode_pager_setsize(vp, (u_long)tsize);
vm_size_t tsize;
tsize = vm_map_max(smap) - offset;
tsize = tentry->ba.end - offset;
if (tsize < size)
size = tsize;
tsize += size;
fprintf(msg, "total length: %ju bytes\n", (uintmax_t)tsize);
fprintf(msg, "total length: %ju bytes\n", (uintmax_t)tsize + size);
static u_int64_t lastrec, record, size, tsize;
tsize = oflow;
if (tsize < 0)
tsize = 0;
if (ftruncate(fd, tsize) == -1) {
off_t oflow, rsize, sz, tsize;
rsize = tsize = sz = 0;
tsize = sb.st_size;
tsize = sz;
create_tempfile(const char *path, char *temp, size_t tsize)
(void)strncpy(temp, path, tsize);
temp[tsize - 1] = '\0';
(void)strncpy(p, "INS@XXXXXX", &temp[tsize - 1] - p);
temp[tsize - 1] = '\0';
size_t tsize;
tsize = (size_t)from_sb.st_size;
p = mmap(NULL, tsize, PROT_READ, MAP_SHARED, from_fd, (off_t)0);
q = mmap(NULL, tsize, PROT_READ, MAP_SHARED, to_fd, (off_t)0);
changed = memcmp(p, q, tsize);
munmap(p, tsize);
munmap(q, tsize);