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

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/common/mdesc/
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_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);
  /netvirt/usr/src/lib/krb5/dyn/
dyn_insert.c 19 int DynInsert(obj, idx, els_in, num)
22 int idx, num;
27 if (idx < 0 || idx > obj->num_el) {
30 idx, obj->num_el);
43 (obj->num_el-idx)*obj->el_size, obj->array,
44 obj->el_size*idx, obj->el_size*(idx+num));
49 memmove(obj->array + obj->el_size*(idx + num),
50 obj->array + obj->el_size*idx,
    [all...]
dyn_delete.c 25 int DynDelete(obj, idx)
27 int idx;
29 if (idx < 0) {
31 fprintf(stderr, "dyn: delete: bad index %d\n", idx);
35 if (idx >= obj->num_el) {
42 if (idx == obj->num_el-1) {
46 memset(obj->array + idx*obj->el_size, 0, obj->el_size);
57 obj->el_size*(obj->num_el - idx), obj->array,
58 (idx+1)*obj->el_size, idx*obj->el_size)
    [all...]
  /netvirt/usr/src/uts/common/xen/public/io/
console.h 32 #define MASK_XENCONS_IDX(idx, ring) ((idx) & (sizeof(ring)-1))
  /netvirt/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;
  /netvirt/usr/src/lib/libumem/common/
umem_fork.c 44 int idx; local
47 for (idx = 0; idx < ncpus; idx++)
48 (void) mutex_lock(&cp->cache_cpu[idx].cc_lock);
57 int idx; local
63 for (idx = 0; idx < ncpus; idx++)
64 (void) mutex_unlock(&cp->cache_cpu[idx].cc_lock)
70 int idx; local
82 int idx; local
    [all...]
umem_fail.c 94 uint_t idx; local
99 for (idx = SKIP_FRAMES; idx < nframes; idx++) {
100 (void) print_sym((void *)cur_stack[idx]);
  /netvirt/usr/src/cmd/drd/
drd_rcm.c 119 int idx; local
129 for (idx = 0; idx < nrsrc; idx++)
130 rsrcs[idx].status = DRCTL_STATUS_ALLOW;
166 int idx; local
190 for (idx = 0; idx < nrsrc; idx++) {
191 if (rsrcs[idx].status == DRCTL_STATUS_INIT
273 int idx; local
353 int idx; local
448 int idx; local
558 int idx; local
626 int idx; local
727 int idx; local
783 int idx; local
830 int idx; local
882 int idx; local
938 int idx; local
962 int idx; local
    [all...]
  /netvirt/usr/src/uts/common/io/vscan/
vscan_svc.c 59 * vscand. vscand uses the idx to determine which minor node
78 static int vscan_svc_files_idx = 0; /* idx of most recently allocated slot */
208 * Get the file vnode indexed by idx.
209 * Returns NULL if idx not valid.
212 vscan_svc_get_vnode(int idx)
214 ASSERT(idx > 0);
215 ASSERT(idx <= VS_DRV_MAX_FILES);
217 if ((idx <= 0) || (idx > VS_DRV_MAX_FILES))
220 return (vscan_svc_files[idx].vsf_req.vsr_vp)
334 int rc = 0, idx; local
399 int idx; local
442 int idx, start; local
479 int idx; local
    [all...]
  /netvirt/usr/src/uts/common/io/chxge/com/
fpga_defs.h 239 #define MAC_REG_ADDR(idx, reg) (MAC_REG_BASE + (idx) * 128 + (reg))
241 #define MAC_REG_IDLO(idx) MAC_REG_ADDR(idx, A_GMAC_MACID_LO)
242 #define MAC_REG_IDHI(idx) MAC_REG_ADDR(idx, A_GMAC_MACID_HI)
243 #define MAC_REG_CSR(idx) MAC_REG_ADDR(idx, A_GMAC_CSR)
244 #define MAC_REG_IFS(idx) MAC_REG_ADDR(idx, A_GMAC_IFS
    [all...]
  /netvirt/usr/src/cmd/prtvtoc/
prtvtoc.c 112 int idx; local
118 while ((idx = getopt(ac, av, "fhst:m:")) != -1)
119 switch (idx) {
140 idx = 0;
142 idx |= prtvtoc(av[optind++]);
143 return (idx == 0 ? 0 : 1);
242 int idx; local
250 for (idx = 0; idx < V_NUMPAR; ++idx)
369 int idx; local
438 ushort_t idx; local
458 ushort_t idx; local
481 ushort_t idx; local
539 ushort_t idx; local
    [all...]
  /netvirt/usr/src/grub/grub-0.95/stage2/
graphics.h 35 void graphics_set_palette(int idx, int red, int green, int blue);
  /netvirt/usr/src/uts/sparc/v9/syscall/
install_utrap.c 44 int idx; local
59 idx = UTRAP_V8P_FP_DISABLED;
62 idx = UTRAP_V8P_MEM_ADDRESS_NOT_ALIGNED;
101 ov = p->p_utraps[idx];
104 tmp = casptr(&p->p_utraps[idx], ov, nv);
156 int idx; local
163 idx = UT_ILLTRAP_INSTRUCTION;
174 idx = UT_FP_DISABLED;
177 idx = UT_FP_EXCEPTION_IEEE_754;
180 idx = UT_TAG_OVERFLOW
    [all...]
  /netvirt/usr/src/uts/sun4u/starcat/sys/
schpc.h 149 #define SCHPC_SLOT_EXPANDER(idx) (((idx) & 0xfc) >> 2)
150 #define SCHPC_SLOT_SCHIZO(idx) (((idx) & 0x2) >> 1)
151 #define SCHPC_SLOT_LEAF(idx) ((idx) & 0x1)
152 #define SCHPC_SLOT_NUM(idx) ((idx) & (0x1 | 0x2))
  /netvirt/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;
  /netvirt/usr/src/uts/sun/sys/
ramdac.h 85 register int idx; \
86 for (idx = 0; idx < size; idx++) \
87 ASSIGN_LUT((cmap)[idx], idx); \
  /netvirt/usr/src/uts/sun4v/io/
dr_cpu.c 338 int idx; local
393 for (idx = 0; idx < count; idx++)
394 drctl_req[idx].res_cpu_id = req_cpus[idx];
418 for (idx = 0; idx < count; idx++) {
428 if (res[idx].result != DR_CPU_RES_OK)
479 int idx; local
525 int idx; local
548 int idx; local
629 int idx; local
859 int idx; local
1214 int idx = 0; local
1496 int idx; local
    [all...]
  /netvirt/usr/src/common/openssl/crypto/engine/
eng_ctrl.c 75 int idx = 0; local
78 idx++;
84 return idx;
89 int idx = 0; local
94 idx++;
98 return idx;
106 int idx; local
130 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name(
137 return e->cmd_defns[idx].cmd_num;
141 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns
    [all...]
  /netvirt/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...]
  /netvirt/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;
  /netvirt/usr/src/uts/common/io/nxge/npi/
npi.c 89 int idx; local
90 idx = rt->next_idx;
92 rt->buf[idx].ctl_addr = (addr & TRACE_ADDR_MASK)
95 rt->buf[idx].ctl_addr = (addr & TRACE_ADDR_MASK);
96 rt->buf[idx].ctl_addr |= (((handle.function.function
100 rt->buf[idx].val_l32 = val & 0xFFFFFFFF;
101 rt->buf[idx].val_h32 = (val >> 32) & 0xFFFFFFFF;
  /netvirt/usr/src/common/openssl/crypto/x509v3/
v3_lib.c 95 int idx; local
103 idx = sk_X509V3_EXT_METHOD_find(ext_list, &tmp);
104 if(idx == -1) return NULL;
105 return sk_X509V3_EXT_METHOD_value(ext_list, idx);
174 * The "idx" variable returns the last found extension and can
177 * due to a badly encoded certificate so if idx is NULL we
188 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx)
193 if(idx) *idx = -1;
197 if(idx) lastpos = *idx + 1
    [all...]
  /netvirt/usr/src/uts/sun4u/starfire/os/
starfire.c 271 uint32_t idx, idy, size, color, max_color, lbn; local
291 for (idx = 0; idx < STARFIRE_MAX_BOARDS;
292 idx++) {
293 bdlist[idx] = NULL;
294 sortlist[idx] = NULL;
350 for (idx = 0; idx < STARFIRE_MAX_BOARDS;
351 idx++) {
352 if (bdlist[idx])
440 static int idx = 0; local
469 uchar_t idx; local
    [all...]
  /netvirt/usr/src/uts/common/io/scsi/targets/
ses_ses.c 152 #define sset8(outp, idx, sval) \
153 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
155 #define sset16(outp, idx, sval) \
156 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
157 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
160 #define sset24(outp, idx, sval) \
161 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 2), \
162 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
163 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
166 #define sset32(outp, idx, sval)
729 int idx, i; local
797 int idx, i; local
    [all...]

Completed in 2640 milliseconds

1 2 3 4 5 6 7 8 91011>>