Searched refs:tsize (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetcurscreen.c64 TABSIZE = SP->tsize;
H A Dnewscreen.c197 SP->tsize = (short)tabsize;
293 TABSIZE = SP->tsize;
H A Dcurshdr.h137 short tsize; /* How big is a tab decided by newscreen */ member in struct:screen
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c138 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/acct/
H A Dacctcon1.c54 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 Dacctcon.c53 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/cmd/tcopy/
H A Dtcopy.c57 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 Ddb_index_c.x132 %/* Return in 'tsize' the table_size, and 'tcount' the number of entries
134 % void stats( long* tsize, long* tcount);
H A Ddb_index.cc366 * 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/uts/common/fs/nfs/
H A Dnfs_dump.c240 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 Dnfs4_srv_readdir.c410 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 Dnfs_vnops.c871 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/audio/audioplay/
H A Daudioplay.c256 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/rpcgen/
H A Drpc_cout.c508 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/cmd/backup/dump/
H A Ddumpmain.c132 tsize = 0; /* no default size, detect EOT dynamically */
273 tsize = atol(*argv);
274 if ((*argv[0] == '-') || (tsize == 0)) {
567 tsize *= 12L*10L;
569 tsize *= tracks;
896 if (tsize != 0)
897 fetapes = (double)(esize + ntrec) / (double)tsize;
906 if (tsize != 0)
914 * (1.0 / tsize); /* tape / 0.1" */
923 if (tsize !
[all...]
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c531 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/sgs/libld/common/
H A Dutil.c117 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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c83 { "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/boot/lib/libstand/
H A Dtftp.c312 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/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c906 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/cmd/sendmail/db/hash/
H A Dhash_dup.c386 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/cmd-inet/usr.sbin/
H A Din.tftpd.c103 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/svc/svccfg/
H A Dsvccfg_internal.c1186 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/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c620 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/lib/libc/port/print/
H A Ddoprnt.c322 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);

Completed in 198 milliseconds

12