/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | fvwrite.c | 138 int tsize; variable 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/acct/ |
H A D | acctcon.c | 51 int tsize = -1; /* highest index of used slot in tbuf table */ variable 229 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in loop() 294 for (i = 0; i <= tsize; i++) in iline() 297 if (++tsize >= a_tsize) { in iline() 306 CPYN(tbuf[tsize].tline, wb.ut_line); in iline() 307 tbuf[tsize].tdev = lintodev(wb.ut_line); in iline() 308 return (tsize); in iline() 317 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in upall() 423 qsort((char *)tbuf, tsize + 1, sizeof (tbuf[0]), in printlin() 425 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) { in printlin()
|
H A D | acctcon1.c | 54 int tsize = -1; /* used slots in tbuf table */ variable 255 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in loop() 318 for (i = 0; i <= tsize; i++) in iline() 321 if (++tsize >= a_tsize) { in iline() 330 CPYN(tbuf[tsize].tline, wb.ut_line); in iline() 331 tbuf[tsize].tdev = lintodev(wb.ut_line); in iline() 332 return(tsize); in iline() 341 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in upall() 450 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) { in printlin()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_tsearchhash.c | 275 unsigned long tsize = h->tablesize_; in dumptree_inner() local 289 for( ; ix < tsize; ix++,p++) { in dumptree_inner() 314 printf("Hashtable: %lu of %lu hash entries used.\n",hashused,tsize); in dumptree_inner() 389 unsigned long tsize = head->tablesize_; in resize_table() local 391 for( ; ix < tsize; ix++,p++) { in resize_table() 631 unsigned long tsize = h->tablesize_; in dwarf_twalk_inner() local 632 for( ; ix < tsize; ix++,p++) { in dwarf_twalk_inner() 664 unsigned long tsize = h->tablesize_; in dwarf_tdestroy_inner() local 666 for( ; ix < tsize; ix++,p++) { in dwarf_tdestroy_inner()
|
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 55 off64_t size, tsize; /* number of bytes in file, total */ variable 170 tsize += size; in main() 179 (void) printf("total length: %lld bytes\n", tsize); in main() 196 (void) printf("total length: %lld bytes\n", tsize+size); in RUBOUT()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_fsctl_sparse.c | 362 ssize_t tsize = hole - src_off; in smb2_sparse_copy() local 363 if (tsize > bufsize) in smb2_sparse_copy() 364 tsize = bufsize; in smb2_sparse_copy() 370 iov.iov_len = tsize; in smb2_sparse_copy() 374 uio.uio_resid = tsize; in smb2_sparse_copy() 386 tsize -= uio.uio_resid; in smb2_sparse_copy() 387 ASSERT(tsize > 0); in smb2_sparse_copy() 393 iov.iov_len = tsize; in smb2_sparse_copy() 397 uio.uio_resid = tsize; in smb2_sparse_copy() 408 ASSERT(xfer <= tsize); in smb2_sparse_copy()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 240 int tsize = ptob(1); in nd_send_data() local 281 if (offset + tsize > nfsdump_maxcount) in nd_send_data() 282 tsize = nfsdump_maxcount - offset; in nd_send_data() 299 !XDR_PUTINT32(xdrp, (int32_t *)&tsize) || in nd_send_data() 300 !XDR_PUTINT32(xdrp, (int32_t *)&tsize)) { in nd_send_data() 319 !XDR_PUTINT32(xdrp, (int32_t *)&tsize) || in nd_send_data() 321 !XDR_PUTINT32(xdrp, (int32_t *)&tsize)) { in nd_send_data() 330 bcopy(addr, (caddr_t)dumpbuf, tsize); in nd_send_data()
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 508 int size, tsize; in inline_struct() local 513 tsize = 0; in inline_struct() 521 tsize += size; in inline_struct() 528 if (sizestr == NULL && tsize < inlinelen) { in inline_struct() 540 tsize, flag, dl, cur); in inline_struct() 542 tsize = 0; in inline_struct() 551 if (sizestr == NULL && tsize < inlinelen) { in inline_struct() 569 int tsize = 0; in check_inline() local 579 tsize = 0; in check_inline() 586 tsize += size; in check_inline() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_impl.h | 725 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_r_abd() 818 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pq_abd() 848 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pq_abd() 976 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pr_abd() 1001 raidz_rec_pr_abd(void **t, const size_t tsize, void **c, in raidz_rec_pr_abd() argument 1006 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pr_abd() 1132 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_qr_abd() 1161 raidz_rec_qr_abd(void **t, const size_t tsize, void **c, in raidz_rec_qr_abd() argument 1166 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_qr_abd() 1297 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pqr_abd() [all …]
|
H A D | abd.c | 1104 ssize_t tsize, const unsigned parity, in abd_raidz_rec_iterate() argument 1105 void (*func_raidz_rec)(void **t, const size_t tsize, void **c, in abd_raidz_rec_iterate() argument 1125 while (tsize > 0) { in abd_raidz_rec_iterate() 1134 len = tsize; in abd_raidz_rec_iterate() 1165 tsize -= len; in abd_raidz_rec_iterate() 1166 ASSERT3S(tsize, >=, 0); in abd_raidz_rec_iterate()
|
/illumos-gate/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 531 size_t tsize; in memalign() local 577 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign() 582 tsize += OVSZ_HEADER_SIZE; in memalign() 584 tsize, MTMALLOC_MIN_ALIGN); in memalign() 622 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign() 644 tsize = orig->size - data_sz; in memalign() 648 tsize -= OVSZ_HEADER_SIZE; in memalign() 667 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign() 699 tsize = orig->size; in memalign() 706 assert(tsize > (shift + data_sz + in memalign() [all …]
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 261 int tsize; in main() local 631 &tsize, in main() 633 outsiz = outsiz + tsize; in main() 652 &tsize, in main() 654 outsiz = outsiz + tsize; in main() 716 &tsize, in main() 718 outsiz = outsiz + tsize; in main() 742 &tsize, in main() 744 outsiz = outsiz + tsize; in main()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 76 ulong_t tsize; variable 312 tsize = atol(*argv); in main() 313 if ((*argv[0] == '-') || (tsize == 0)) { in main() 606 tsize *= 12L*10L; in main() 608 tsize *= tracks; in main() 935 if (tsize != 0) in main() 945 if (tsize != 0) in main() 953 * (1.0 / tsize); /* tape / 0.1" */ in main() 962 if (tsize != 0) in main() 970 * (1.0 / tsize); /* tape / 0.1" */ in main() [all …]
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_intel.c | 611 uint64_t tsize; in mc_dimm_create_v1() local 614 tsize = size; in mc_dimm_create_v1() 623 if (tsize >= (1ULL << 40)) { in mc_dimm_create_v1() 624 tsize /= (1ULL << 40); in mc_dimm_create_v1() 626 } else if (tsize >= (1ULL << 30)) { in mc_dimm_create_v1() 627 tsize /= (1ULL << 30); in mc_dimm_create_v1() 629 } else if (tsize >= (1ULL << 20)) { in mc_dimm_create_v1() 630 tsize /= (1ULL << 20); in mc_dimm_create_v1() 637 if (snprintf(buf, sizeof (buf), "%"PRIu64"%s", tsize, in mc_dimm_create_v1()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 91 static off_t tsize; variable 136 tsize = statb.st_size; in tftp_sendfile() 264 tsize = 0; in tftp_recvfile() 474 (void) snprintf(optbuf, sizeof (optbuf), OFF_T_FMT, tsize); in tsize_str() 549 if (tsize == 0) in tsize_handler() 550 tsize = value; in tsize_handler()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | abd.h | 110 ssize_t tsize, const unsigned parity, 111 void (*func_raidz_rec)(void **t, const size_t tsize, void **c,
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | setcurscreen.c | 64 TABSIZE = SP->tsize; in setcurscreen()
|
H A D | newscreen.c | 199 SP->tsize = (short)tabsize; in newscreen() 295 TABSIZE = SP->tsize; in newscreen()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tftp.c | 33 int tsize; member 51 opts.tsize = 0; in interpret_tftp()
|
/illumos-gate/usr/src/boot/common/ |
H A D | multiboot2.c | 1105 uint32_t tsize; in multiboot2_exec() local 1108 tsize = sizeof (*otag) + sizeof (ACPI_RSDP_COMMON); in multiboot2_exec() 1109 otag = (multiboot_tag_old_acpi_t *)mb_malloc(tsize); in multiboot2_exec() 1111 otag->mb_size = tsize; in multiboot2_exec() 1114 tsize = sizeof (*ntag) + rsdp->Length; in multiboot2_exec() 1115 ntag = (multiboot_tag_new_acpi_t *)mb_malloc(tsize); in multiboot2_exec() 1117 ntag->mb_size = tsize; in multiboot2_exec()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | tftp.c | 690 int tsize = 0; in tftp_parse_oack() local 720 tsize = strtol(tftp_options[i + 1], NULL, 10); in tftp_parse_oack() 721 if (tsize != 0) in tftp_parse_oack() 722 h->tftp_tsize = tsize; in tftp_parse_oack()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | samr_clnt.c | 906 uint16_t usize, tsize; in samr_set_user_info() local 938 tsize = usize + (2 * sizeof (WORD)); in samr_set_user_info() 939 FIXUP_PDU_SIZE(samr_SetUserInfo_s, tsize); in samr_set_user_info() 940 tsize += sizeof (ndr_request_hdr_t) + sizeof (DWORD); in samr_set_user_info() 941 FIXUP_PDU_SIZE(samr_SetUserInfo, tsize); in samr_set_user_info()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_index_c.x | 134 % void stats( long* tsize, long* tcount);
|
H A D | db_index.cc | 369 db_index::stats(long *tsize, long *tcount) in stats() argument 372 *tsize = table_size; in stats()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dttree.c | 188 static ssize_t tsize(Dtlink_t* root, ssize_t lev, Dtstat_t* st) in tsize() function 190 static ssize_t tsize(root, lev, st) in tsize() 214 if((z = tsize(root->_left, lev+1, st)) < 0) 218 if((z = tsize(root->_rght, lev+1, st)) < 0) 240 size = tsize(tree->root, 0, st);
|