/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | fvwrite.c | 138 int tsize; local 141 tsize = fp->f_bf.smb_size; 144 tsize = (tsize << 1) + 1; 145 } while ((size_t) tsize < blen + len); 147 tsize + 1); 153 fp->f_w += tsize - fp->f_bf.smb_size; 155 fp->f_bf.smb_size = tsize;
|
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 57 off64_t size, tsize; /* number of bytes in file, total */ variable 173 tsize += size; 182 (void) printf("total length: %lld bytes\n", tsize); 199 (void) printf("total length: %lld bytes\n", tsize+size);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_index.cc | 366 * Return in 'tsize' the table_size, and 'tcount' the number of entries 370 db_index::stats(long *tsize, long *tcount) argument 373 *tsize = table_size;
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 386 db_indx_t tsize, item_size; local 391 tsize = DUP_SIZE(item_size); 392 if ((ret = __ham_init_dbt(duplicate, tsize, bufp, sizep)) != 0)
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 117 size_t tsize = (size_t)S_ROUND((asize + hsize), HEAPALIGN); local 122 if (tsize < HEAPBLOCK) 123 tsize = HEAPBLOCK; 125 if ((nhp = dz_map(tsize)) == MAP_FAILED) 130 nhp->lh_end = (void *)((size_t)nhp + tsize);
|
H A D | syms.c | 2930 size_t nsize, tsize; local 2960 tsize = nsize + 1 + strlen(idstr) + 1; 2961 if ((cname = libld_malloc(tsize)) == 0)
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcon1.c | 54 int tsize = -1; /* used slots in tbuf table */ variable 255 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) 317 for (i = 0; i <= tsize; i++) 320 if (++tsize >= a_tsize) { 329 CPYN(tbuf[tsize].tline, wb.ut_line); 330 tbuf[tsize].tdev = lintodev(wb.ut_line); 331 return(tsize); 340 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) 449 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) {
|
H A D | acctcon.c | 53 int tsize = -1; /* highest index of used slot in tbuf table */ variable 231 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) 295 for (i = 0; i <= tsize; i++) 298 if (++tsize >= a_tsize) { 307 CPYN(tbuf[tsize].tline, wb.ut_line); 308 tbuf[tsize].tdev = lintodev(wb.ut_line); 309 return (tsize); 318 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) 424 qsort((char *)tbuf, tsize + 1, sizeof (tbuf[0]), 426 for (tp = tbuf; tp <= &tbuf[tsize]; t [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 240 int tsize = ptob(1); local 281 if (offset + tsize > nfsdump_maxcount) 282 tsize = nfsdump_maxcount - offset; 299 !XDR_PUTINT32(xdrp, (int32_t *)&tsize) || 300 !XDR_PUTINT32(xdrp, (int32_t *)&tsize)) { 319 !XDR_PUTINT32(xdrp, (int32_t *)&tsize) || 321 !XDR_PUTINT32(xdrp, (int32_t *)&tsize)) { 330 bcopy(addr, (caddr_t)dumpbuf, tsize);
|
H A D | nfs4_srv_readdir.c | 410 int tsize; local 534 tsize = rfs4_tsize(req); 535 if (args->maxcount > tsize) 536 args->maxcount = tsize; 608 dircount = (dircount > tsize) ? tsize : dircount;
|
H A D | nfs_vnops.c | 871 int tsize; local 885 tsize = MIN(mi->mi_curwrite, count); 888 wa.wa_totcount = tsize; 889 wa.wa_count = tsize; 920 count -= tsize; 921 base += tsize; 922 offset += tsize; 928 nwritten += tsize; 953 int tsize; local 984 tsize [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 83 { "tsize", tsize_str, tsize_handler }, 92 static off_t tsize; variable 136 tsize = statb.st_size; 263 tsize = 0; 465 * Return the tsize option value string to include in the request packet. 473 (void) snprintf(optbuf, sizeof (optbuf), OFF_T_FMT, tsize); 524 * Validate and action the tsize option value string from the OACK packet. 545 * Don't bother checking the tsize value we specified in a write 548 if (tsize == 0) 549 tsize [all...] |
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 508 int size, tsize; local 513 tsize = 0; 521 tsize += size; 528 if (sizestr == NULL && tsize < inlinelen) { 531 * if tsize < inlinelen 540 tsize, flag, dl, cur); 542 tsize = 0; 551 if (sizestr == NULL && tsize < inlinelen) { 552 /* don't expand into inline code if tsize < inlinelen */ 558 expand_inline(indent, sizestr, tsize, fla 569 int tsize = 0; local [all...] |
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | samr_clnt.c | 906 uint16_t usize, tsize; local 938 tsize = usize + (2 * sizeof (WORD)); 939 FIXUP_PDU_SIZE(samr_SetUserInfo_s, tsize); 940 tsize += sizeof (ndr_request_hdr_t) + sizeof (DWORD); 941 FIXUP_PDU_SIZE(samr_SetUserInfo, tsize);
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | tftp.c | 312 bcopy("tsize", wtail, 6); 703 int tsize = 0; local 724 * * "tsize" is specified in RFC2349. 731 } else if (strcasecmp(tftp_options[i], "tsize") == 0) { 733 tsize = strtol(tftp_options[i + 1], (char **)NULL, 10); 734 if (tsize != 0) 735 h->tftp_tsize = tsize;
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 256 int tsize; local 626 &tsize, 628 outsiz = outsiz + tsize; 647 &tsize, 649 outsiz = outsiz + tsize; 711 &tsize, 713 outsiz = outsiz + tsize; 737 &tsize, 739 outsiz = outsiz + tsize;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 1186 ssize_t tsize; local 1234 tsize = scf_limit(SCF_LIMIT_MAX_PG_TYPE_LENGTH); 1235 type = uu_zalloc(tsize); 1263 if (scf_pg_get_type(load_pgroup, type, tsize) <= 0) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | curshdr.h | 137 short tsize; /* How big is a tab decided by newscreen */ member in struct:screen
|
/illumos-gate/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 531 size_t tsize; local 574 tsize = (shift + size) - (MAX_CACHED + 8 + 577 if (!IS_OVERSIZE(tsize, alloc_size)) { 582 tsize += OVSZ_HEADER_SIZE; 584 tsize, MTMALLOC_MIN_ALIGN); 619 tsize = orig->size - (MAX_CACHED + 8 + 622 if (!IS_OVERSIZE(tsize, alloc_size)) { 644 tsize = orig->size - data_sz; 648 tsize -= OVSZ_HEADER_SIZE; 649 tail = oversize_header_alloc(taddr, tsize); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 103 static off_t tsize; variable 170 { "tsize", tsize_handler }, 620 * Return the tsize option value string to include in the OACK reply. 638 * The tsize value should be 0 for a read request, but to 648 tsize = value; 651 (void) snprintf(optbuf, sizeof (optbuf), OFF_T_FMT, tsize); 877 tsize = statb.st_size;
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dump.h | 135 ulong_t tsize; /* tape size in 0.1" units */ variable
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.c | 137 size_t tsize; local 139 tsize = size * entries; 140 dest_p->alength = tsize; 143 dest_p->offset += tsize; 145 src_p->kaddrp = (caddr_t)dest_p->kaddrp + tsize; 146 src_p->alength -= tsize; 147 src_p->dma_cookie.dmac_laddress += tsize; 148 src_p->dma_cookie.dmac_size -= tsize;
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 322 size_t tsize; local 324 tsize = (n + 1) * MB_LEN_MAX; 325 tmpp = lmalloc(tsize); 335 lfree(tmpp, tsize); 346 lfree(tmpp, tsize); 353 lfree(tmpp, tsize);
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 620 long tsize; member in struct:a 627 dev_tsize[uap->ar] = (uap->tsize < 48) ? 48 : uap->tsize; 634 int cd, tsize; member in struct:io_type
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 225 size_t tsize; local 227 tsize = size * entries; 228 dest_p->alength = tsize; 231 dest_p->offset += tsize; 233 src_p->kaddrp = (caddr_t)dest_p->kaddrp + tsize; 234 src_p->alength -= tsize; 235 src_p->dma_cookie.dmac_laddress += tsize; 236 src_p->dma_cookie.dmac_size -= tsize;
|