HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 1 - 25 of 440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/common/mdesc/
mdesc_findnodeprop.c 41 int idx; local
48 idx = (int)node;
49 mdep = &(mdp->mdep[idx]);
53 idx++;
67 for (idx++, mdep++; MDE_TAG(mdep) != MDET_NODE_END; idx++, mdep++) {
70 return ((mde_cookie_t)idx);
mdesc_findname.c 44 int idx, len; local
55 for (idx = 0; idx < mdp->name_blk_size; idx += len) {
58 p = &(mdp->namep[idx]);
63 return ((mde_str_cookie_t)idx);
mdesc_getproparcs.c 91 int idx; local
94 idx = (int)node;
95 mdep = &(mdp->mdep[idx]);
107 for (idx++, mdep++; MDE_TAG(mdep) != MDET_NODE_END; idx++, mdep++) {
mdesc_init_intern.c 39 int idx; local
110 for (done = 0, idx = 0, count = 0; !done; ) {
113 np = &(mdp->mdep[idx]);
126 mdp->root_node = (mde_cookie_t)idx;
128 idx = MDE_PROP_INDEX(np);
133 idx++; /* ignore */
148 mdp->element_count = idx + 1; /* include LIST_END */
mdesc_scandag.c 60 int idx; local
110 idx = 0;
113 seenp, &idx, stashp, 0);
117 return (res >= 0 ? idx : res);
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
debug.c 62 int idx = -lcn - 1; local
64 if (idx > -LCN_EINVAL - 1)
65 idx = 4;
66 ntfs_log_debug("%-16llx %s %-16llx%s\n", rl[i].vcn, lcn_str[idx], rl[i].length, rl[i].length ? "" : " (runlist end)");
  /onnv/onnv-gate/usr/src/uts/intel/os/
cpr_intel.c 61 static int idx; local
63 prom_printf(spin_strings[idx]);
64 if (++idx == 4)
65 idx = 0;
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/
dynamic.c 76 Aliste idx; local
78 for (APLIST_TRAVERSE(DEPENDS(lmp), idx,
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
pcy_node.c 81 int idx; local
86 idx = sk_X509_POLICY_NODE_find(nodes, &l);
87 if (idx == -1)
90 return sk_X509_POLICY_NODE_value(nodes, idx);
pcy_map.c 81 int idx; local
84 idx = sk_X509_POLICY_REF_find(cache->maps, &tmp);
85 if (idx == -1)
87 return sk_X509_POLICY_REF_value(cache->maps, idx);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/crc32/
crc.c 182 register int idx; local
190 idx = (int) (data[i] ^ c);
191 idx &= 0xff;
193 c ^= (u_long) crc_table[idx];
216 register int idx; local
225 idx = (int) (data[i] ^ c);
226 idx &= 0xff;
228 c ^= (u_long) crc_table[idx];
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
rec_search.c 71 register indx_t idx; local
89 for (idx = 0, top = NEXTINDEX(h);;) {
90 r = GETRINTERNAL(h, idx);
91 if (++idx == top || total + r->nrecs > recno)
96 BT_PUSH(t, pg, idx - 1);
101 --GETRINTERNAL(h, (idx - 1))->nrecs;
105 ++GETRINTERNAL(h, (idx - 1))->nrecs;
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
statistics.c 72 Aliste idx; local
82 for (APLIST_TRAVERSE(ofl->ofl_ars, idx, adp)) {
entry.c 39 Aliste idx; local
56 for (APLIST_TRAVERSE(enp->ec_files, idx, cp))
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
entry.c 171 size_t idx; local
226 for (idx = 0, oenp = ent_desc;
227 idx < (sizeof (ent_desc) / sizeof (ent_desc[0])); idx++, oenp++) {
248 for (idx = 0; idx < LD_NUM; idx++, sgp++) {
253 switch (idx) {
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
gnu_hash.c 146 unsigned int idx, inc; local
148 idx = hash_value % hash_size;
152 if (!hash_tbl[idx])
153 return (idx);
154 idx = (idx + inc) % hash_size;
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
dict.c 102 uu_list_index_t idx; local
111 &idx)) != NULL) {
124 uu_list_insert(dictionary->dict_list, entry, idx);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
did_hash.c 113 int idx; local
117 for (idx = 0; idx < ht->dph_hashlen; idx++) {
118 for (e = ht->dph_hash[idx]; e != NULL; ) {
134 int idx = did_dnhash(key) % tab->dph_hashlen; local
139 key, (void *)tab, idx);
140 if (tab->dph_hash[idx] == NULL) {
141 tab->dph_hash[idx] = new;
147 for (assertchk = tab->dph_hash[idx];
161 int idx = did_dnhash(key) % tab->dph_hashlen; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
misc_free.c 64 int i, idx; local
66 idx = (key->key_data_ver == 1 ? 1 : 2);
67 for (i = 0; i < idx; i++) {
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_search.c 74 indx_t base, idx, lim; local
86 t->bt_cur.index = idx = base + (lim >> 1);
95 base = idx + 1;
131 idx = base ? base - 1 : base;
133 next: BT_PUSH(t, h->pgno, idx);
134 pg = GETBINTERNAL(h, idx)->pgno;
162 indx_t idx; local
193 idx = parent->index + 1;
194 BT_PUSH(t, h->pgno, idx);
203 bi = GETBINTERNAL(h, idx);
242 indx_t idx; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
help.c 36 register int idx; local
65 for (idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) {
66 (void) strncpy(buffer, info->info_dirs[idx], sizeof(buffer) - 1);
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
link_addr.c 70 int idx = 0, numcolons = 0, digits = 0; local
122 netaddr[idx++] = num;
129 netaddr[idx++] = num;
133 *maclen = idx;
  /onnv/onnv-gate/usr/src/lib/libumem/common/
umem_fail.c 92 uint_t idx; local
97 for (idx = SKIP_FRAMES; idx < nframes; idx++) {
98 (void) print_sym((void *)cur_stack[idx]);
umem_fork.c 42 int idx; local
45 for (idx = 0; idx < ncpus; idx++)
46 (void) mutex_lock(&cp->cache_cpu[idx].cc_lock);
55 int idx; local
61 for (idx = 0; idx < ncpus; idx++)
62 (void) mutex_unlock(&cp->cache_cpu[idx].cc_lock)
68 int idx; local
80 int idx; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hpi.c 88 int idx; local
89 idx = rt->next_idx;
91 rt->buf[idx].ctl_addr = (addr & TRACE_ADDR_MASK) | TRACE_CTL_WR;
93 rt->buf[idx].ctl_addr = (addr & TRACE_ADDR_MASK);
94 rt->buf[idx].ctl_addr |= (((handle.function.function
97 rt->buf[idx].val_l32 = val & 0xFFFFFFFF;
98 rt->buf[idx].val_h32 = (val >> 32) & 0xFFFFFFFF;

Completed in 3739 milliseconds

1 2 3 4 5 6 7 8 91011>>