Searched refs:index (Results 151 - 175 of 1653) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_port.c107 * @param[in] phy_index This is the phy index that is being assigned to the
121 U32 index; local
141 for (index = 0; index < SCI_MAX_PHYS; index++)
143 if ( (this_port->phy_table[index] != NULL)
144 && (index != phy_index) )
146 existing_phy_index = index;
178 U32 index; local
190 for (index
275 U32 index; local
434 U32 index; local
475 U8 index; local
774 U32 index; local
1030 U8 index; local
1201 U32 index; local
1467 U16 index = 0; local
1521 U8 index; local
3528 U32 index; local
[all...]
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_seq.c115 __bt_setcur(t, e.page->pgno, e.index);
190 ep->index = 0;
212 ep->index = NEXTINDEX(h) - 1;
275 idx = c->pg.index;
295 ep->index = c->pg.index;
298 idx = c->pg.index;
313 ep->index = idx;
343 * a valid key (__bt_search may return an index just past the end of a
366 save.index
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp83 ConstString replacement, uint32_t index,
87 if (index >= m_pairs.size())
90 insert_iter = m_pairs.begin() + index;
98 ConstString replacement, uint32_t index,
100 if (index >= m_pairs.size())
103 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement));
109 bool PathMappingList::Remove(size_t index, bool notify) { argument
110 if (index >= m_pairs.size())
114 iterator iter = m_pairs.begin() + index;
121 // For clients which do not need the pair index dumpe
82 Insert(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
97 Replace(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
127 unsigned int index; local
[all...]
/freebsd-13-stable/bin/sh/
H A Dexec.h53 int index; member in union:cmdentry::param
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d41 this->index = strtoll(json(this->j, "index"));
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
/freebsd-13-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.h40 u16 index; member in struct:mlxfw_mfa2_component
/freebsd-13-stable/sys/dev/firewire/
H A Dfwdma.h61 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) argument
64 int offset = am->esize * index;
70 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) argument
73 int offset = am->esize * index;
/freebsd-13-stable/sys/dev/hptrr/
H A Dhimfuncs.h43 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
68 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK done, void *arg))
69 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
87 _HIM_INTERFACE(int, get_channel_config, (void * adapter, int index, PHIM_CHANNEL_CONFIG pInfo))
/freebsd-13-stable/sys/dev/ppc/
H A Dppcvar.h36 int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
37 int ppc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
/freebsd-13-stable/sys/dev/atkbdc/
H A Datkbdc_subr.c75 atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) argument
80 switch (index) {
100 atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val) argument
105 switch (index) {
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dsrq.c187 int index; local
189 index = (srqn & (xsrq_table->num_xsrq - 1)) >> xsrq_table->shift;
190 if (xsrq_table->xsrq_table[index].refcnt)
191 return xsrq_table->xsrq_table[index].table[srqn & xsrq_table->mask];
199 int index, ret = 0; local
201 index = (srqn & (xsrq_table->num_xsrq - 1)) >> xsrq_table->shift;
203 if (!xsrq_table->xsrq_table[index].refcnt) {
204 xsrq_table->xsrq_table[index].table = calloc(xsrq_table->mask + 1,
206 if (!xsrq_table->xsrq_table[index].table) {
212 xsrq_table->xsrq_table[index]
222 int index; local
[all...]
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.c187 unsigned int index; local
192 index = rxq->index;
193 evq = sc->evq[index];
225 unsigned int index; local
234 index = rxq->index;
235 evq = sc->evq[index];
817 unsigned int index; local
824 index
934 sfxge_rx_qstop(struct sfxge_softc *sc, unsigned int index) argument
1015 sfxge_rx_qstart(struct sfxge_softc *sc, unsigned int index) argument
1068 int index; local
1089 int index; local
1251 sfxge_rx_qfini(struct sfxge_softc *sc, unsigned int index) argument
1273 sfxge_rx_qinit(struct sfxge_softc *sc, unsigned int index) argument
1337 unsigned int sum, index; local
1368 int index; local
1381 int index; local
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsrcu.h46 extern void srcu_read_unlock(struct srcu_struct *, int index);
H A Dradix-tree.h58 unsigned long index; member in struct:radix_tree_iter
69 for ((iter)->index = (start); \
70 radix_tree_iter_find(root, iter, &(slot)); (iter)->index++)
/freebsd-13-stable/sys/contrib/device-tree/scripts/
H A Dfilter.sh33 --index-filter ${SCRIPTS}/index-filter.sh \
/freebsd-13-stable/usr.sbin/usbconfig/
H A Ddump.h35 void dump_string_by_index(struct libusb20_device *pdev, uint8_t index);
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex_decoder.c13 #include "index.h"
33 lzma_index *index; member in struct:__anon6625
108 lzma_index_prealloc(coder->index, coder->count);
141 coder->index, allocator,
155 coder->pos = lzma_index_padding_size(coder->index);
190 *coder->index_ptr = coder->index;
192 // Make index NULL so we don't free it unintentionally.
193 coder->index = NULL;
215 lzma_index_end(coder->index, allocator);
253 coder->index
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp68 const DWARFIndex &index, llvm::function_ref<bool(DWARFDIE die)> callback,
70 : m_index(index),
71 m_dwarf(*llvm::cast<SymbolFileDWARF>(index.m_module.GetSymbolFile())),
67 DIERefCallbackImpl( const DWARFIndex &index, llvm::function_ref<bool(DWARFDIE die)> callback, llvm::StringRef name) argument
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h21 * index; sz_sa2u converts a (size, alignment) allocation request to the usable
149 szind_t index = SC_NTINY + grp + mod; local
150 return index;
172 sz_index2size_compute(szind_t index) { argument
174 if (index < SC_NTINY) {
175 return (ZU(1) << (SC_LG_TINY_MAXCLASS - SC_NTINY + 1 + index));
179 size_t reduced_index = index - SC_NTINY;
198 sz_index2size_lookup(szind_t index) { argument
199 size_t ret = (size_t)sz_index2size_tab[index];
200 assert(ret == sz_index2size_compute(index));
205 sz_index2size(szind_t index) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_001_pos.ksh102 typeset -i index=0
107 index=`expr $RANDOM % ${#args[*]}`
108 log_must zpool offline ${args[$index]} $TESTPOOL $disk
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_001_pos.ksh108 typeset -i index=0
113 index=`expr $RANDOM % ${#args[*]}`
114 log_must zpool online ${args[$index]} $TESTPOOL $disk
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_sp.h127 uint16_t index, struct fm_storage_profile_params *fm_vsp_params,
132 uint16_t index);
135 uint16_t index, uint32_t value);
/freebsd-13-stable/usr.bin/ktrdump/
H A Dktrdump.c105 int index, index2; local
217 index = 0;
227 if (kvm_read(kd, nl[2].n_value, &index, sizeof(index)) == -1 ||
239 fprintf(out, "%-6s ", "index");
276 while (buf[i].ktr_desc == NULL && i != index) {
282 i = index - 1;
353 * 'index' and 'index2' are the values of 'ktr_idx'
355 * 'buf'. Since the KTR entries between 'index' and
362 if (i == index)
[all...]
/freebsd-13-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile13 dump-index.c \
18 index.c \
19 load-index.c \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_offline/
H A Dzpool_offline_001_pos.ksh116 typeset -i index=0
121 index=`expr $RANDOM % ${#args[*]}`
122 log_must $ZPOOL offline ${args[$index]} $TESTPOOL $disk

Completed in 646 milliseconds

1234567891011>>