Searched refs:index (Results 301 - 325 of 1653) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.c45 * So, event queue plus label mapping to Tx queue index is:
46 * if event queue index is 0, TxQ-index = TxQ-label * [0..SFXGE_TXQ_NTYPES)
47 * else TxQ-index = SFXGE_TXQ_NTYPES + EvQ-index - 1
59 * TxQ-index = EvQ-index
898 int index = 0; local
909 index = bucket_id % (sc->txq_count - (SFXGE_TXQ_NTYPES - 1));
916 index
1471 sfxge_tx_qstop(struct sfxge_softc *sc, unsigned int index) argument
1612 sfxge_tx_qstart(struct sfxge_softc *sc, unsigned int index) argument
1712 int index; local
1725 int index; local
1775 sfxge_tx_qfini(struct sfxge_softc *sc, unsigned int index) argument
1940 unsigned int index; local
1971 unsigned int index; local
1994 int index; local
2008 int index; local
[all...]
/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci_imx.c157 imx_usbmisc_set_ctrl(device_t dev, u_int index, uint32_t bits) argument
163 reg = bus_read_4(sc->mmio, index * sizeof(uint32_t));
164 bus_write_4(sc->mmio, index * sizeof(uint32_t), reg | bits);
169 imx_usbmisc_clr_ctrl(device_t dev, u_int index, uint32_t bits) argument
175 reg = bus_read_4(sc->mmio, index * sizeof(uint32_t));
176 bus_write_4(sc->mmio, index * sizeof(uint32_t), reg & ~bits);
349 int index; local
368 index = usbmprops[1];
369 imx_usbmisc_set_ctrl(usbmdev, index, USBNC_OVER_CUR_DIS);
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_event.c131 * Get event index from event type to validate the type of event.
136 int index; local
140 index = PQI_EVENT_HOTPLUG;
143 index = PQI_EVENT_HARDWARE;
146 index = PQI_EVENT_PHYSICAL_DEVICE;
149 index = PQI_EVENT_LOGICAL_DEVICE;
152 index = PQI_EVENT_AIO_STATE_CHANGE;
155 index = PQI_EVENT_AIO_CONFIG_CHANGE;
158 index = -1;
162 return index;
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c49 svn_diff__token_index_t index; member in struct:svn_diff__node_t
137 new_node->index = tree->node_count++;
184 position->token_index = node->index;
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dpfod.py136 for index, name in enumerate(field_names):
143 field_names[index] = '_%d' % index
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp94 void __sanitizer_stats_unregister(unsigned index) { argument
96 WriteModuleReport(modules[index]);
97 modules[index] = 0;
/freebsd-13-stable/usr.bin/mkimg/
H A Dmbr.c93 dp = dpbase + part->index;
96 (part->index + 1 == active_partition) ? 0x80 : 0;
99 (part->index == 0 && bootcode != NULL) ? 0x80 : 0;
/freebsd-13-stable/sys/dev/firewire/
H A Dfwcrom.c90 cc->stack[0].index = 0;
99 return (&ptr->dir->entry[ptr->index]);
120 ptr->index = 0;
125 ptr->index++;
127 if (ptr->index < ptr->dir->crc_len &&
131 if (ptr->index < ptr->dir->crc_len)
394 int index; local
396 index = chunk->data.crc_len;
397 if (index >= CROM_MAX_CHUNK_LEN - 1) {
398 printf("too large chunk %d\n", index);
424 int index; local
[all...]
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c83 * XXX: to be index 0, so MIN_ALLOC must be at least two pages.
126 /** largest used index into free[], always < MAX_INDEX */
182 apr_size_t index; local
185 for (index = 0; index < MAX_INDEX; index++) {
186 ref = &allocator->free[index];
191 2 * GUARDPAGE_SIZE + ((node->index+1) << BOUNDARY_INDEX));
284 apr_size_t size, i, index; local
294 /* Find the index fo
438 apr_size_t index, max_index; local
562 apr_size_t index; member in struct:debug_node_t
1817 apr_size_t index; local
2233 apr_size_t index; local
2266 apr_size_t index; local
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c430 static int __ib_cache_gid_get(struct ib_device *ib_dev, u8 port, int index, argument
438 if (index < 0 || index >= table->sz)
441 if (table->data_vec[index].props & GID_TABLE_ENTRY_INVALID)
444 memcpy(gid, &table->data_vec[index].gid, sizeof(*gid));
446 memcpy(attr, &table->data_vec[index].attr, sizeof(*attr));
463 u8 *port, u16 *index)
476 if (index)
477 *index = local_index;
493 u16 *index)
459 _ib_cache_gid_table_find(struct ib_device *ib_dev, const union ib_gid *gid, const struct ib_gid_attr *val, unsigned long mask, u8 *port, u16 *index) argument
489 ib_cache_gid_find(struct ib_device *ib_dev, const union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev, u8 *port, u16 *index) argument
506 ib_find_cached_gid_by_port(struct ib_device *ib_dev, const union ib_gid *gid, enum ib_gid_type gid_type, u8 port, struct net_device *ndev, u16 *index) argument
563 ib_cache_gid_find_by_filter(struct ib_device *ib_dev, const union ib_gid *gid, u8 port, bool (*filter)(const union ib_gid *, const struct ib_gid_attr *, void *), void *context, u16 *index) argument
876 ib_get_cached_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid, struct ib_gid_attr *gid_attr) argument
898 ib_find_cached_gid(struct ib_device *device, const union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev, u8 *port_num, u16 *index) argument
909 ib_find_gid_by_filter(struct ib_device *device, const union ib_gid *gid, u8 port_num, bool (*filter)(const union ib_gid *gid, const struct ib_gid_attr *, void *), void *context, u16 *index) argument
927 ib_get_cached_pkey(struct ib_device *device, u8 port_num, int index, u16 *pkey) argument
954 ib_find_cached_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
995 ib_find_exact_cached_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
[all...]
/freebsd-13-stable/sys/geom/part/
H A Dg_part_gpt.c377 int bootable, error, index, slices, typ; local
382 for (index = 0; index < NDOSPART; index++) {
383 if (table->mbr[DOSPARTOFF + DOSPARTSIZE * index])
384 bootable = index;
392 index = baseentry->gpe_index - 1;
393 if (index >= NDOSPART)
398 switch (index) {
402 error = gpt_write_mbr_entry(table->mbr, index,
846 int error, index, pri, res; local
920 int error, index; local
1182 int error, index; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.h56 * to BUILDER. Return the index of that string in the future string table.
84 apr_size_t index,
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DOutputSection.h61 uint32_t index = 0; member in class:lld::macho::OutputSection
H A DOutputSegment.h49 uint8_t index; member in class:lld::macho::OutputSegment
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h86 for (size_t index = 0, size = list.GetSize(); index < size; ++index) {
87 var_sp = list.GetVariableAtIndex(index);
/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.h86 const char * fst_get_str_name(unsigned index, const char *names[],
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c49 size_t index; member in struct:buffer
181 buf->index = 0;
188 len = min(len, buf->size - buf->index);
189 memcpy(dataptr, (char*)buf->data + buf->index, len);
190 buf->index += len;
197 if(buf->index + len > buf->size) {
202 tmp = realloc(buf->data, buf->index + len);
206 buf->size = buf->index + len;
208 memcpy((char*)buf->data + buf->index, dataptr, len);
209 buf->index
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c49 size_t index; member in struct:buffer
181 buf->index = 0;
188 len = min(len, buf->size - buf->index);
189 memcpy(dataptr, (char*)buf->data + buf->index, len);
190 buf->index += len;
197 if(buf->index + len > buf->size) {
202 tmp = realloc(buf->data, buf->index + len);
206 buf->size = buf->index + len;
208 memcpy((char*)buf->data + buf->index, dataptr, len);
209 buf->index
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dtelldir.h79 unsigned long index:DD_INDEX_BITS; member in struct:ddloc_packed::__anon7435
100 long td_loccnt; /* index of entry for sequential readdir's */
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dtxt_db.h36 LHASH_OF(OPENSSL_STRING) **index; member in struct:txt_db_st
/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Daddrtree.c216 int index; local
223 index = parent_edge->parent_index;
227 child_edge->parent_index = index;
229 parent_edge->parent_node->edge[index] = child_edge;
298 * @param n: index of bit to test. Must be in range [0, addrlen)
365 int index; local
389 index = getbit(addr, sourcemask, depth);
391 edge = node->edge[index];
397 edge = node->edge[index];
404 index)) {
[all...]
/freebsd-13-stable/lib/libproc/
H A D_libproc.h47 u_int *index; member in struct:symtab
77 size_t exec_map; /* Executable text mapping index. */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp32 typedef _Unwind_Word GetGRFn(_Unwind_Context* context, int index);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh58 CANTREAD2(index, "bagnoogle")
59 CANTREAD2ARG1(index, "bagnoogle")
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h1 //===--- IndexDataConsumer.h - Abstract index data consumer -----*- C++ -*-===//
24 namespace index { namespace in namespace:clang
69 } // namespace index

Completed in 319 milliseconds

<<11121314151617181920>>