Searched refs:idx (Results 451 - 475 of 1153) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/sys/arm/arm/
H A Dminidump_machdep.c473 int idx, bit; local
476 idx = pa >> 5; /* 2^5 = 32 */
478 atomic_set_int(&vm_page_dump[idx], 1ul << bit);
484 int idx, bit; local
487 idx = pa >> 5; /* 2^5 = 32 */
489 atomic_clear_int(&vm_page_dump[idx], 1ul << bit);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder.c48 int idx; member in struct:feedertab_entry
76 fte->idx = feedercnt;
145 fte->idx = feedercnt;
146 fte->desc->idx = feedercnt;
207 f->desc->idx = 0;
447 printf("%s/%d @ %p\n", f->class->name, f->desc->idx, f);
/freebsd-10.0-release/sys/i386/i386/
H A Dminidump_machdep.c397 int idx, bit; local
400 idx = pa >> 5; /* 2^5 = 32 */
402 atomic_set_int(&vm_page_dump[idx], 1ul << bit);
408 int idx, bit; local
411 idx = pa >> 5; /* 2^5 = 32 */
413 atomic_clear_int(&vm_page_dump[idx], 1ul << bit);
/freebsd-10.0-release/sys/kern/
H A Dkern_switch.c365 CTR4(KTR_RUNQ, "runq_add_pri: td=%p pri=%d idx=%d rqh=%p",
462 runq_choose_from(struct runq *rq, u_char idx) argument
468 if ((pri = runq_findbit_from(rq, idx)) != -1) {
473 "runq_choose_from: pri=%d thread=%p idx=%d rqh=%p",
494 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) argument
510 if (idx != NULL && *idx == pri)
511 *idx = (pri + 1) % RQ_NQS;
H A Duipc_shm.c148 vm_pindex_t idx; local
152 idx = OFF_TO_IDX(uio->uio_offset);
168 m = vm_page_grab(obj, idx, VM_ALLOC_NORMAL);
170 if (vm_pager_has_page(obj, idx, NULL, NULL)) {
172 m = vm_page_lookup(obj, idx);
175 "uiomove_object: vm_obj %p idx %jd null lookup rv %d\n",
176 obj, idx, rv);
182 "uiomove_object: vm_obj %p idx %jd valid %x pager error %d\n",
183 obj, idx, m->valid, rv);
427 vm_pindex_t idx, nobjsiz local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c371 l->idx, (unsigned long)t, nsec_rem/1000,
380 int idx = *pos; local
392 idx = (idx + off) & (SDPPRF_LOG_SIZE - 1);
397 start_t = sdpprf_log[idx].time;
398 return &sdpprf_log[idx];
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c654 int i, hcf, seglen, idx, ppod, nppods; local
675 idx = 0;
689 for (idx = nitems(t4_ddp_pgsz) - 1; idx > 0; idx--) {
690 if (hcf % t4_ddp_pgsz[idx] == 0)
701 nppods = pages_to_nppods(npages, t4_ddp_pgsz[idx]);
706 __func__, nppods, len, t4_ddp_pgsz[idx]);
710 KASSERT(idx <= M_PPOD_PGSZ && ppod <= M_PPOD_TAG,
711 ("%s: DDP pgsz_idx = %d, ppod = %d", __func__, idx, ppo
737 int i, j, k, n, chunk, len, ddp_pgsz, idx, ppod_addr; local
[all...]
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpagent.c630 asn_oid2str_r(&ctx->dep->idx, idxbuf));
910 const struct asn_oid *idx, size_t len, snmp_depop_t func)
919 if (idx)
920 snmp_debug("depend: index is %s", asn_oid2str(idx));
924 ((idx == NULL && d->dep.idx.len == 0) ||
925 (idx != NULL && asn_compare_oid(idx, &d->dep.idx) == 0))) {
939 if (idx
909 snmp_dep_lookup(struct snmp_context *ctx, const struct asn_oid *obj, const struct asn_oid *idx, size_t len, snmp_depop_t func) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Ddf-core.c635 unsigned int idx;
652 EXECUTE_IF_SET_IN_BITMAP (blocks_to_consider, 0, idx, bi)
654 SET_BIT (considered, idx);
659 idx = blocks_in_postorder[i];
660 SET_BIT (pending, idx);
679 idx = blocks_in_postorder[i];
681 if (TEST_BIT (pending, idx) && !TEST_BIT (visited, idx))
682 df_hybrid_search_forward (BASIC_BLOCK (idx), dataflow, single_pass);
689 idx
634 unsigned int idx; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp409 size_t idx; local
444 idx = 0;
445 while ((idx = type_str.find (keyword, idx)) != std::string::npos)
447 if (type_str[idx + keyword_len] == ' ' || type_str[idx + keyword_len] == '\t')
449 type_str.erase(idx, keyword_len+1);
450 idx = 0;
454 idx += keyword_len;
460 idx
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp75 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
87 return instance_properties->ProtectedGetPropertyAtIndex (idx);
90 return ProtectedGetPropertyAtIndex (idx);
141 const uint32_t idx = ePropertyDisableMemCache; local
142 return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0);
149 const uint32_t idx = ePropertyExtraStartCommand; local
150 m_collection_sp->GetPropertyAtIndexAsArgs(NULL, idx, args);
157 const uint32_t idx = ePropertyExtraStartCommand; local
158 m_collection_sp->SetPropertyAtIndexFromArgs(NULL, idx, arg
164 const uint32_t idx = ePropertyPythonOSPluginPath; local
171 const uint32_t idx = ePropertyPythonOSPluginPath; local
179 const uint32_t idx = ePropertyIgnoreBreakpointsInExpressions; local
186 const uint32_t idx = ePropertyIgnoreBreakpointsInExpressions; local
193 const uint32_t idx = ePropertyUnwindOnErrorInExpressions; local
200 const uint32_t idx = ePropertyUnwindOnErrorInExpressions; local
207 const uint32_t idx = ePropertyStopOnSharedLibraryEvents; local
214 const uint32_t idx = ePropertyStopOnSharedLibraryEvents; local
221 const uint32_t idx = ePropertyDetachKeepsStopped; local
228 const uint32_t idx = ePropertyDetachKeepsStopped; local
[all...]
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_bufs.c482 buf->idx = dma->buf_count + entry->buf_count;
627 buf->idx = dma->buf_count + entry->buf_count;
740 buf->idx = dma->buf_count + entry->buf_count;
998 int idx; local
1006 if (DRM_COPY_FROM_USER(&idx, &request->list[i], sizeof(idx))) {
1010 if (idx < 0 || idx >= dma->buf_count) {
1012 idx, dma->buf_count - 1);
1016 buf = dma->buflist[idx];
[all...]
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_bufs.c482 buf->idx = dma->buf_count + entry->buf_count;
627 buf->idx = dma->buf_count + entry->buf_count;
740 buf->idx = dma->buf_count + entry->buf_count;
998 int idx; local
1006 if (DRM_COPY_FROM_USER(&idx, &request->list[i], sizeof(idx))) {
1010 if (idx < 0 || idx >= dma->buf_count) {
1012 idx, dma->buf_count - 1);
1016 buf = dma->buflist[idx];
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibecoff.h175 #define ecoff_set_sym_index(symbol, idx) ((symbol)->udata.i = (idx))
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.c132 int idx; local
138 for (idx = 0, section = abfd->sections; section; section = section->next, idx++)
162 head->sections[i].number = idx;
187 int idx; local
193 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
194 r->symbol = tindex[idx];
387 res->u.astructdef.idx = 0;
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DPackedVector.h88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) { } argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h53 CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index);
100 CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp86 ValueObjectConstResultImpl::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) argument
113 idx,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp96 DWARFAbbreviationDeclaration::CopyExcludingAddressAttributes(const DWARFAbbreviationDeclaration& abbr_decl, const uint32_t idx) argument
128 if (i >= idx)
H A DDWARFCompileUnit.h109 GetDIEAtIndexUnchecked (uint32_t idx) argument
111 return &m_die_array[idx];
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh.h197 int DH_set_ex_data(DH *d, int idx, void *arg);
198 void *DH_get_ex_data(DH *d, int idx);
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_req_utils.c231 void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx) argument
233 return X509V3_get_d2i(a->extensions, nid, crit, idx);
/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui.h232 int UI_set_ex_data(UI *r,int idx,void *arg);
233 void *UI_get_ex_data(UI *r, int idx);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dgfs.h115 #define gfs_file_set_index(vp, idx) \
116 (((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_audio.c127 volatile u_char idx; local
193 idx = 0;
195 idx = 3;
199 idx = 3;
201 idx = 0;
205 idx = bktr->audio_mux_select;
212 cmd, bktr->card.audiomuxs[ idx ], temp );
214 OUTL(bktr, BKTR_GPIO_DATA, temp | bktr->card.audiomuxs[ idx ]);

Completed in 379 milliseconds

<<11121314151617181920>>