/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_list.c | 235 int tcount = 0; local 266 tcount = dcount + copycount; 282 for (dlist = destlist, tcount = 0; *dlist != END_OF_LIST; dlist++) { 283 tcount++; 287 return tcount;
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 2822 long temp, tcount; in fill() local 2853 tcount = check_addr(eof_flag, &end, &eof, 0); in fill() 2854 for (i = 0; i < tcount; i++) { in fill() 2869 addr += (tcount - 1) * objsz; in fill() 2870 cur_bytes += (tcount - 1) * objsz; in fill() 3452 long tcount = 0, item, olditem = 0; in puta() local 3472 if (tcount >= maxchars) { in puta() 3485 tcount++; in puta() 3513 for (i = tcount; i <= maxchars; i++) in puta() 3528 addr += tcount; in puta() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | taskq.c | 147 size_t tact, tcount, queued, maxq; in taskq() local 208 tcount = tq.tq_nthreads; in taskq() 222 tcount += (tq.tq_tcreates - tq.tq_tdeaths); in taskq() 243 addr, tq.tq_name, tact, tcount, queued); in taskq()
|
/titanic_41/usr/src/uts/common/avs/ns/unistat/ |
H A D | spcs_s_k.c | 83 p->tcount = 0; in init_status() 384 if (kstatus->tcount) in scopyout() 404 (kstatus->tcount * sizeof (kstatus->tdata[0])), mode); in scopyout() 721 if (p->tcount == SPCS_S_TDSIZE) in spcs_s_add_bytestream() 733 p->idata[p->icount].su.offset = p->tcount++; in spcs_s_add_bytestream()
|
H A D | spcs_s_impl.h | 243 short tcount; /* Number of items currently stored in tdata */ member
|
/titanic_41/usr/src/uts/common/io/ |
H A D | i8237A.c | 531 int tcount; in d37A_get_chan_stat() local 535 tcount = d37A_read_count(chnl); in d37A_get_chan_stat() 540 *countp = tcount; in d37A_get_chan_stat() 542 chnl, taddr, tcount)); in d37A_get_chan_stat()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 892 uint32_t bno, tcount; in read_file() local 914 tcount = udh->udfs.lbsize - (off & bmask); in read_file() 915 if (tcount > count) { in read_file() 916 tcount = count; in read_file() 919 (void) memcpy(buf, addr, tcount); in read_file() 920 count -= tcount; in read_file() 921 buf += tcount; in read_file() 922 off += tcount; in read_file()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 431 struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause); 443 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count); 454 int len, int lcount, int tcount, int cause, uint32_t rscn_count); 526 int lcount, int tcount); 534 int lcount, int tcount, int flags, int *circ); 536 int lcount, int tcount, int flags, int *circ); 566 struct fcp_tgt *ptgt, int lcount, int tcount, int cause); 568 struct fcp_tgt *ptgt, int lcount, int tcount, int cause); 602 int tcount); 2320 int tcount; in fcp_send_scsi_ioctl() local [all …]
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_index_c.x | 129 % void stats( long* tsize, long* tcount);
|
H A D | db_index.cc | 370 db_index::stats(long *tsize, long *tcount) in stats() argument 374 *tcount = count; in stats()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 910 #define FCP_TGT_TRACE(ptgt, tcount, bit) {\ argument 912 if (ptgt->tgt_change_cnt == tcount) {\ 920 #define FCP_TGT_TRACE(ptgt, tcount, bit) argument
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 154 int tcount; in instvol() local 174 tcount = 0; in instvol() 205 if (!tcount++) { in instvol() 773 } else if (tcount == 0) { in instvol()
|
/titanic_41/usr/src/lib/libunistat/common/ |
H A D | spcs_s_u.c | 58 p->tcount = 0; in spcs_s_uinit()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 2229 writerp(rnode_t *rp, caddr_t base, int tcount, struct uio *uio, int pgcreated) in writerp() argument 2240 ASSERT(tcount <= MAXBSIZE && tcount <= uio->uio_resid); in writerp() 2243 ASSERT(((uintptr_t)base & MAXBOFFSET) + tcount <= MAXBSIZE); in writerp() 2262 n = (int)MIN((PAGESIZE - (offset & PAGEOFFSET)), tcount); in writerp() 2352 tcount -= n; in writerp() 2383 } while (tcount > 0 && error == 0); in writerp()
|
H A D | nfs4_client.c | 2246 writerp4(rnode4_t *rp, caddr_t base, int tcount, struct uio *uio, int pgcreated) in writerp4() argument 2257 ASSERT(tcount <= MAXBSIZE && tcount <= uio->uio_resid); in writerp4() 2260 ASSERT(((uintptr_t)base & MAXBOFFSET) + tcount <= MAXBSIZE); in writerp4() 2279 n = (int)MIN((PAGESIZE - (offset & PAGEOFFSET)), tcount); in writerp4() 2371 tcount -= n; in writerp4() 2402 } while (tcount > 0 && error == 0); in writerp4()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 2497 size_t tcount, pid; in Pfgrab_core() local 2506 for (tcount = 0; tcount < core_info->core_nlwp; in Pfgrab_core() 2507 tcount++, lwp = list_next(lwp)) { in Pfgrab_core()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 235 int tcount, struct uio *uiop); 1131 cachefs_writepage(vnode_t *vp, caddr_t base, int tcount, uio_t *uiop) in cachefs_writepage() argument 1178 if (n > tcount) in cachefs_writepage() 1179 n = tcount; in cachefs_writepage() 1262 tcount -= n; in cachefs_writepage() 1327 } while (tcount > 0 && error == 0); in cachefs_writepage()
|