Searched refs:tcnt (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/fsreparse/ |
H A D | fs_reparse.c | 191 int err, tcnt; local 235 tcnt = 0; 255 tcnt++; 300 return (tcnt ? 0 : EINVAL);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 293 int tcnt; /* total sec count after merge */ local 302 tcnt = ccnt + newcnt; 312 tcnt--; 318 if (tcnt == ccnt) 321 msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP); 350 ASSERT(mcnt == tcnt); 358 *pcurcnt = tcnt; 382 int tcnt, mcnt; /* total sec count after removing */ local 388 tcnt = ccnt; 419 tcnt 492 int tcnt, mcnt; /* total sec count after the transfer */ local 618 int tcnt, mcnt; /* total sec count after transfer */ local [all...] |
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 727 int tcnt = 0; /* error count for thread_create() failures */ local 946 tcnt++; 950 tcnt >= MAX_FAILS_T ? "abort" : "try again"); 951 MI_SLEEP(tcnt); 954 if (tcnt >= MAX_FAILS_T) 961 tcnt = 0;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 792 size_t bufsize, fmtsize, cnt, tcnt, ret; local 810 for (tcnt = 0; ; s++) { 811 expand_buf(&fmt, &fmtsize, tcnt); 812 fmt[tcnt++] = *s; 824 tcnt--; 825 expand_buf(&fmt, &fmtsize, tcnt + 12); 826 ret = sprintf((char *)&fmt[tcnt], "%d", 828 tcnt += ret; 832 fmt[tcnt] = '\0'; 842 fmt[tcnt [all...] |
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 523 int cmin, cval, tcnt, diff, p, *ast; local 606 tcnt = nexts[p]; 607 if (tcnt > cnt) 612 upper = p + tcnt; 637 if (diff < cval && diff < tcnt) {
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 912 int tcnt; local 933 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) { 1159 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt);
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 806 pgcnt_t dcnt = 0, tcnt = 0; local 818 tcnt++; 826 dcnt, tcnt);
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 1558 int tcnt = cnt/2; local 1570 cnt += tcnt;
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 510 Word cnt, tcnt; local 519 for (tcnt = 0; tcnt < type_cnt; tcnt++) { 520 if (phdr->p_type == type_arr[tcnt])
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 6827 int tcnt; local 6834 tcnt = cnt; 6837 while (tcnt-- > 0) { 6854 tcnt = cnt; 6857 while (tcnt-- > 0) {
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 4144 int tcnt = 0; /* count # files tabled */ local 4171 ++tcnt; 4297 if (fcnt > tcnt) { 4299 "tar: %d file(s) not found\n"), fcnt-tcnt);
|
Completed in 1086 milliseconds