Searched defs:nrec (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c70 recno_t nrec; local
83 if ((nrec = *(recno_t *)key->data) == 0)
88 nrec = t->bt_cursor.rcursor + 1;
93 nrec = 1;
97 if ((nrec = t->bt_cursor.rcursor - 1) == 0)
106 nrec = t->bt_nrecs;
113 if (t->bt_nrecs == 0 || nrec > t->bt_nrecs) {
115 (status = t->bt_irec(t, nrec)) != RET_SUCCESS)
117 if (t->bt_nrecs == 0 || nrec > t->bt_nrecs)
121 if ((e = __rec_search(t, nrec
[all...]
H A Drec_delete.c72 recno_t nrec; local
85 if ((nrec = *(recno_t *)key->data) == 0)
87 if (nrec > t->bt_nrecs)
89 --nrec;
90 status = rec_rdelete(t, nrec);
116 * nrec: record to delete
122 rec_rdelete(t, nrec)
124 recno_t nrec;
131 if ((e = __rec_search(t, nrec, SDELETE)) == NULL)
H A Drec_get.c73 recno_t nrec; local
85 if (flags || (nrec = *(recno_t *)key->data) == 0) {
94 if (nrec > t->bt_nrecs) {
97 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS)
101 --nrec;
102 if ((e = __rec_search(t, nrec, SEARCH)) == NULL)
129 recno_t nrec; local
145 for (nrec = t->bt_nrecs; nrec < top;) {
154 nrec,
185 recno_t nrec; local
242 recno_t nrec; local
293 recno_t nrec; local
[all...]
H A Drec_put.c72 recno_t nrec; local
114 nrec = t->bt_cursor.rcursor;
117 if ((nrec = *(recno_t *)key->data) == 0)
121 if ((nrec = *(recno_t *)key->data) == 0) {
122 nrec = 1;
128 if ((nrec = *(recno_t *)key->data) == 0)
132 if ((nrec = *(recno_t *)key->data) == 0)
134 if (nrec <= t->bt_nrecs)
146 if (nrec > t->bt_nrecs) {
148 t->bt_irec(t, nrec)
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c362 u_int32_t nrec; local
382 nrec = len / sizeof(lp->buf);
384 addr, nrec * sizeof(lp->buf))) != 0)
386 addr = (u_int8_t *)addr + nrec * sizeof(lp->buf);
387 len -= nrec * sizeof(lp->buf);
/illumos-gate/usr/src/common/util/
H A Dqsort.c63 size_t nrec; member in struct:__anon2039
88 * 3) number of records (nrec) is 0
90 * 4) number of records (nrec) is less than 0
91 * nrec is unsigned, so a negative value is insanely large.
92 * 5) nrec * rsiz > memory allocation for sort array
110 size_t nrec,
121 stk_t stack[8 * sizeof (nrec) + 1];
186 sp->nrec = nrec;
191 nrec
108 qsort( void *basep, size_t nrec, size_t rsiz, int (*cmp)(const void *, const void *)) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h69 db_pgno_t nrec; member in struct:_bam_rsplit_args
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c184 dtrace_recdesc_t *nrec, *irec; local
195 nrec = &aggdesc->dtagd_rec[1];
198 name = data->dtada_data + nrec->dtrd_offset;
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c1217 pci_match_class_val(uint32_t key, pci_class_val_t *rec_p, int nrec, argument
1222 for (i = 0; i < nrec; rec_p++, i++) {
1237 int nrec, uint32_t default_val)
1255 val = pci_match_class_val(class_code, rec_p, nrec, val);
1236 pci_class_to_val(dev_info_t *rdip, char *property_name, pci_class_val_t *rec_p, int nrec, uint32_t default_val) argument
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c725 const dtrace_recdesc_t *nrec = &rec[i]; local
727 if (nrec->dtrd_uarg != rec->dtrd_uarg)
732 nrec->dtrd_offset);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1904 * nrec - the pointer to sa_node_record_t struct.
1909 ibcm_dump_noderec(sa_node_record_t *nrec) argument
1912 IBTF_DPRINTF_L5(cmlog, "LID : %04X", nrec->LID);
1913 IBTF_DPRINTF_L5(cmlog, "Base Ver : %02X", nrec->NodeInfo.BaseVersion);
1914 IBTF_DPRINTF_L5(cmlog, "Class Ver : %02X", nrec->NodeInfo.ClassVersion);
1915 IBTF_DPRINTF_L5(cmlog, "Node Type : %02d", nrec->NodeInfo.NodeType);
1916 IBTF_DPRINTF_L5(cmlog, "Num Ports : %02X", nrec->NodeInfo.NumPorts);
1918 nrec->NodeInfo.SystemImageGUID);
1919 IBTF_DPRINTF_L5(cmlog, "NODE GUID : %016llX", nrec->NodeInfo.NodeGUID);
1920 IBTF_DPRINTF_L5(cmlog, "Port GUID : %016llX", nrec
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1932 const dtrace_recdesc_t *nrec = &recs[i]; local
1934 if (nrec->dtrd_uarg != recs->dtrd_uarg)
1937 if (nrec->dtrd_action != recs->dtrd_action)
1942 *((dtrace_aggvarid_t *)((caddr_t)buf + nrec->dtrd_offset));
H A Ddt_consume.c2413 dtrace_recdesc_t *nrec; local
2416 nrec = &epd->dtepd_rec[j];
2418 if (nrec->dtrd_uarg != rec->dtrd_uarg)
2421 if (nrec->dtrd_action != act) {
2427 nrec->dtrd_offset;
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c2015 sa_node_record_t *nrec; local
2058 precp->DGID.gid_guid, &nrec, &length) == IBDM_SUCCESS) {
2059 gid_info->gl_nodeguid = nrec->NodeInfo.NodeGUID;
2060 gid_info->gl_devid = nrec->NodeInfo.DeviceID;
2061 kmem_free(nrec, length);
5740 sa_node_record_t *nrec; local
5807 &nrec, &length) != IBDM_SUCCESS) {
5823 gid_info->gl_nodeguid = nrec->NodeInfo.NodeGUID;
5824 gid_info->gl_devid = nrec->NodeInfo.DeviceID;
5825 kmem_free(nrec, lengt
[all...]

Completed in 74 milliseconds