/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rsearch.c | 206 if (++indx == top || total + bi->nrecs >= recno) 208 total += bi->nrecs; 222 if (++indx == top || total + ri->nrecs >= recno) 224 total += ri->nrecs; 307 GET_BINTERNAL(h, epg->indx)->nrecs += adjust; 309 GET_RINTERNAL(h, epg->indx)->nrecs += adjust; 364 db_recno_t nrecs; local 367 nrecs = 0; 375 ++nrecs; 379 nrecs += GET_BINTERNAL(h, indx)->nrecs; [all …]
|
H A D | bt_split.c | 432 bi.nrecs = __bam_total(lp); 433 RE_NREC_SET(rootp, bi.nrecs); 450 bi.nrecs = __bam_total(rp); 451 RE_NREC_ADJ(rootp, bi.nrecs); 476 bi.nrecs = __bam_total(rp); 477 RE_NREC_ADJ(rootp, bi.nrecs); 493 bi.nrecs = __bam_total(rp); 494 RE_NREC_ADJ(rootp, bi.nrecs); 547 ri.nrecs = __bam_total(lp); 550 RE_NREC_SET(rootp, ri.nrecs); [all …]
|
H A D | bt_recno.c | 873 db_recno_t nrecs; local 891 if ((ret = __bam_nrecs(dbc, &nrecs)) != 0) 893 if (!F_ISSET(rp, RECNO_EOF) && recno > nrecs) { 896 if ((ret = __bam_nrecs(dbc, &nrecs)) != 0) 904 if (!can_create || recno <= nrecs + 1) 925 while (recno > ++nrecs) 927 &nrecs, &dbc->rdata, 0, BI_DELETED)) != 0)
|
H A D | bt_rec.c | 699 GET_BINTERNAL(pagep, argp->indx)->nrecs += argp->adjust; 704 GET_RINTERNAL(pagep, argp->indx)->nrecs += argp->adjust; 715 GET_BINTERNAL(pagep, argp->indx)->nrecs -= argp->adjust; 720 GET_RINTERNAL(pagep, argp->indx)->nrecs -= argp->adjust;
|
H A D | bt_search.c | 207 recno += GET_BINTERNAL(h, i)->nrecs;
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_search.c | 91 if (++idx == top || total + r->nrecs > recno) 93 total += r->nrecs; 101 --GETRINTERNAL(h, (idx - 1))->nrecs; 105 ++GETRINTERNAL(h, (idx - 1))->nrecs; 121 --GETRINTERNAL(h, parent->index)->nrecs; 123 ++GETRINTERNAL(h, parent->index)->nrecs;
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_printf.c | 1226 uint_t nrecs, const void *buf, size_t len, int *ip) in dt_printf_getint() argument 1230 if (nrecs == 0) in dt_printf_getint() 1315 const dtrace_recdesc_t *recs, uint_t nrecs, const void *buf, in dt_printf_format() argument 1340 if (nrecs == 0) in dt_printf_format() 1346 nrecs--; in dt_printf_format() 1390 return (nrecs != 0); in dt_printf_format() 1405 if (dt_printf_getint(dtp, recp++, nrecs--, buf, in dt_printf_format() 1414 dtp, recp++, nrecs--, buf, len, &prec) == -1) in dt_printf_format() 1447 if (nrecs == 0) in dt_printf_format() 1464 nrecs--; in dt_printf_format() [all …]
|
H A D | dt_aggregate.c | 775 int rval, i, j, keypos, nrecs; in dt_aggregate_keycmp() local 780 nrecs = lagg->dtagd_nrecs - 1; in dt_aggregate_keycmp() 781 assert(nrecs == ragg->dtagd_nrecs - 1); in dt_aggregate_keycmp() 783 keypos = dt_keypos + 1 >= nrecs ? 0 : dt_keypos; in dt_aggregate_keycmp() 785 for (i = 1; i < nrecs; i++) { in dt_aggregate_keycmp() 789 if (ndx >= nrecs) in dt_aggregate_keycmp() 790 ndx = ndx - nrecs + 1; in dt_aggregate_keycmp()
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 167 recno_t nrecs; /* number of records */ member 180 #define WR_RINTERNAL(p, nrecs, pgno) { \ argument 181 *(recno_t *)p = nrecs; \ 312 u_int32_t nrecs; /* R: number of records */ member
|
H A D | bt_split.c | 263 ((RINTERNAL *)dest)->nrecs = rec_total(lchild); 269 ((RINTERNAL *)dest)->nrecs = rec_total(rchild); 281 ((RINTERNAL *)dest)->nrecs = NEXTINDEX(lchild); 287 ((RINTERNAL *)dest)->nrecs = NEXTINDEX(rchild); 837 recs += GETRINTERNAL(h, nxt)->nrecs;
|
H A D | bt_debug.c | 152 (void)fprintf(tracefp, "nrecs %lu\n", m->nrecs); 258 ri->nrecs, ri->pgno);
|
H A D | bt_close.c | 179 m.nrecs = t->bt_nrecs;
|
H A D | bt_open.c | 244 M_32_SWAP(m.nrecs); 257 t->bt_nrecs = m.nrecs;
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | proc.c | 83 int nrecs = 0; /* number of records read from stream */ local 104 if (get_recs(pcb, &nrecs) == 0) 121 if (get_recs(pcb, &nrecs) == 0) 387 int nrecs = 0; /* count how many records read this call */ local 509 nrecs++; /* # of recs read this call */ 577 *nr += nrecs; 580 *nr += nrecs;
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_conv.c | 206 M_32_SWAP(bi->nrecs); 230 M_32_SWAP(ri->nrecs);
|
H A D | db_pr.c | 532 (u_long)bi->nrecs, (u_long)bi->pgno); 551 (u_long)ri->nrecs, (u_long)ri->pgno);
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 468 db_recno_t nrecs; /* 08-11: Subtree record count. */ member 497 db_recno_t nrecs; /* 04-07: Subtree record count. */ member
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 843 lsrec_fill(lsrec_t *lsrec, const dtrace_recdesc_t *rec, int nrecs, caddr_t data) in lsrec_fill() argument 848 if ((g_recsize > LS_HIST && nrecs < 4) || (nrecs < 3)) in lsrec_fill() 1618 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, in report_stats() argument 1665 for (i = 0; i < nrecs; i++) { in report_stats()
|
/titanic_44/usr/src/uts/common/xen/dtrace/ |
H A D | xdt.c | 1796 uint_t nrecs, cpuid; in xdt_tbuf_scan() local 1798 for (nrecs = 0; in xdt_tbuf_scan() 1799 nrecs < xdt_max_recs && xdt_get_first_rec(&cpuid, &rec, &cons) > 0; in xdt_tbuf_scan() 1800 nrecs++) { in xdt_tbuf_scan()
|
/titanic_44/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 207 int nrecs; member 512 status_rec_p->nrecs = 1; in new_record_init() 1194 k = srp->nrecs - max; in print_sup_record() 1197 srp->nrecs == max_fault+1) { in print_sup_record() 1212 (void) printf("... %d %s\n", srp->nrecs - max_fault, in print_sup_record()
|
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 107 int nactions, nrecs; in dtracemdb_eprobe() local 151 nrecs = epd->dtepd_nrecs; in dtracemdb_eprobe() 165 if (nrecs-- == 0) in dtracemdb_eprobe() 267 int nactions, nrecs; in dtracemdb_aggdesc() local 321 nrecs = agd->dtagd_nrecs; in dtracemdb_aggdesc() 337 if (nrecs-- == 0) in dtracemdb_aggdesc()
|
/titanic_44/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 838 int nrecs; in dtj_chew() local 855 nrecs = edesc->dtepd_nrecs; in dtj_chew() 898 epid, cpu, jprobe, jflow, nrecs); in dtj_chew() 916 for (i = 0; i < nrecs; ++i) { in dtj_chew()
|
/titanic_44/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 1990 uint_t ii, jj, nrecs; in ibdm_get_reachable_ports() local 2007 sgid, IBMF_SAA_PKEY_WC, B_TRUE, 0, &nrecs, &length, &result) in ibdm_get_reachable_ports() 2014 for (ii = 0; ii < nrecs; ii++) { in ibdm_get_reachable_ports() 2022 "Already exists nrecs %d, ii %d", nrecs, ii); in ibdm_get_reachable_ports()
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 16006 int nrecs; in dtrace_ioctl() local 16027 nrecs = epdesc.dtepd_nrecs; in dtrace_ioctl() 16055 if (nrecs-- == 0) in dtrace_ioctl() 16078 int nrecs; in dtrace_ioctl() local 16097 nrecs = aggdesc.dtagd_nrecs; in dtrace_ioctl() 16154 if (nrecs-- == 0) in dtrace_ioctl()
|