Searched defs:tcount (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_list.c235 int tcount = 0; local
266 tcount = dcount + copycount;
282 for (dlist = destlist, tcount = 0; *dlist != END_OF_LIST; dlist++) {
283 tcount++;
287 return tcount;
/illumos-gate/usr/src/lib/libnisdb/
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
374 *tcount = count;
/illumos-gate/usr/src/uts/common/io/
H A Di8237A.c531 int tcount; local
535 tcount = d37A_read_count(chnl);
540 *countp = tcount;
542 chnl, taddr, tcount));
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c147 size_t tact, tcount, queued, maxq; local
208 tcount = tq.tq_nthreads;
222 tcount += (tq.tq_tcreates - tq.tq_tdeaths);
243 addr, tq.tq_name, tact, tcount, queued);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c154 int tcount; local
174 tcount = 0;
205 if (!tcount++) {
773 } else if (tcount == 0) {
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h243 short tcount; /* Number of items currently stored in tdata */ member in struct:__anon4540
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c892 uint32_t bno, tcount; local
914 tcount = udh->udfs.lbsize - (off & bmask);
915 if (tcount > count) {
916 tcount = count;
919 (void) memcpy(buf, addr, tcount);
920 count -= tcount;
921 buf += tcount;
922 off += tcount;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2230 writerp(rnode_t *rp, caddr_t base, int tcount, struct uio *uio, int pgcreated) argument
2241 ASSERT(tcount <= MAXBSIZE && tcount <= uio->uio_resid);
2244 ASSERT(((uintptr_t)base & MAXBOFFSET) + tcount <= MAXBSIZE);
2263 n = (int)MIN((PAGESIZE - (offset & PAGEOFFSET)), tcount);
2353 tcount -= n;
2384 } while (tcount > 0 && error == 0);
H A Dnfs4_client.c2264 writerp4(rnode4_t *rp, caddr_t base, int tcount, struct uio *uio, int pgcreated) argument
2275 ASSERT(tcount <= MAXBSIZE && tcount <= uio->uio_resid);
2278 ASSERT(((uintptr_t)base & MAXBOFFSET) + tcount <= MAXBSIZE);
2297 n = (int)MIN((PAGESIZE - (offset & PAGEOFFSET)), tcount);
2389 tcount -= n;
2420 } while (tcount > 0 && error == 0);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2548 size_t tcount, pid; local
2557 for (tcount = 0; tcount < core_info->core_nlwp;
2558 tcount++, lwp = list_next(lwp)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2822 long temp, tcount; local
2853 tcount = check_addr(eof_flag, &end, &eof, 0);
2854 for (i = 0; i < tcount; i++) {
2869 addr += (tcount - 1) * objsz;
2870 cur_bytes += (tcount - 1) * objsz;
3452 long tcount = 0, item, olditem = 0; local
3472 if (tcount >= maxchars) {
3485 tcount++;
3513 for (i = tcount; i <= maxchars; i++)
3528 addr += tcount;
3617 long tinode, tcount, temp; local
4282 long tcount = count; local
4335 long temp, tcount = count, tcur_bytes = cur_bytes; local
4411 print_check(unsigned long *lptr, long *tcount, short tbase, int i) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c431 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; local
3281 int tcount; local
3838 int tcount; local
3918 int tcount; local
4935 int tcount; local
5143 fcp_send_els(struct fcp_port *pptr, struct fcp_tgt *ptgt, struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause) argument
5602 int tcount = 0; local
5729 fcp_icmd_alloc(struct fcp_port *pptr, struct fcp_tgt *ptgt, int cmd_len, int resp_len, int data_len, int nodma, int lcount, int tcount, int cause, uint32_t rscn_count) argument
6513 fcp_send_scsi(struct fcp_lun *plun, uchar_t opcode, int alloc_len, int lcount, int tcount, int cause, uint32_t rscn_count) argument
8146 fcp_trigger_lun(struct fcp_lun *plun, child_info_t *cip, int old_mpxio, int online, int lcount, int tcount, int flags) argument
12403 fcp_get_cip(struct fcp_lun *plun, child_info_t *cip, int lcount, int tcount) argument
12695 fcp_create_pip(struct fcp_lun *plun, int lcount, int tcount) argument
13106 fcp_online_child(struct fcp_lun *plun, child_info_t *cip, int lcount, int tcount, int flags, int *circ) argument
13283 fcp_offline_child(struct fcp_lun *plun, child_info_t *cip, int lcount, int tcount, int flags, int *circ) argument
14666 fcp_call_finish_init(struct fcp_port *pptr, struct fcp_tgt *ptgt, int lcount, int tcount, int cause) argument
14680 fcp_call_finish_init_held(struct fcp_port *pptr, struct fcp_tgt *ptgt, int lcount, int tcount, int cause) argument
14912 int tcount; local
[all...]

Completed in 155 milliseconds