Searched refs:index (Results 226 - 250 of 1881) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c133 int index = 0; local
136 data[index++] = priv->lro.lro_mgr.stats.aggregated;
137 data[index++] = priv->lro.lro_mgr.stats.flushed;
139 data[index++] = priv->lro.lro_mgr.stats.aggregated /
142 data[index++] = 0;
143 data[index++] = priv->lro.lro_mgr.stats.no_desc;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp145 SBTypeCategory::GetTypeNameSpecifierForFilterAtIndex(uint32_t index) { argument
147 GetTypeNameSpecifierForFilterAtIndex, (uint32_t), index);
152 m_opaque_sp->GetTypeNameSpecifierForFilterAtIndex(index)));
156 SBTypeCategory::GetTypeNameSpecifierForFormatAtIndex(uint32_t index) { argument
158 GetTypeNameSpecifierForFormatAtIndex, (uint32_t), index);
163 m_opaque_sp->GetTypeNameSpecifierForFormatAtIndex(index)));
167 SBTypeCategory::GetTypeNameSpecifierForSummaryAtIndex(uint32_t index) { argument
169 GetTypeNameSpecifierForSummaryAtIndex, (uint32_t), index);
174 m_opaque_sp->GetTypeNameSpecifierForSummaryAtIndex(index)));
178 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { argument
294 GetFilterAtIndex(uint32_t index) argument
312 GetFormatAtIndex(uint32_t index) argument
322 GetSummaryAtIndex(uint32_t index) argument
332 GetSyntheticAtIndex(uint32_t index) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c459 int interface, index, pknd; local
463 index = cvmx_helper_get_interface_index_num(ipd_port);
464 pknd = cvmx_helper_get_pknd(interface, index);
526 int index; local
535 for (index = 0; index < nports; index++)
536 port_bit |= ((uint64_t)1 << cvmx_helper_get_pknd(interface, index));
1401 int index; local
1433 for (index
1784 int index = cvmx_helper_get_interface_index_num(ipd_port); local
1829 int index = cvmx_helper_get_interface_index_num(ipd_port); local
1902 int index = cvmx_helper_get_interface_index_num(ipd_port); local
1968 int index = cvmx_helper_get_interface_index_num(ipd_port); local
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev2_compat.h16 uint32_t index; member in struct:l_v4l2_buffer
61 uint32_t index; member in struct:l_v4l2_standard
122 uint32_t index; /* Which input */ member in struct:l_v4l2_input
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_search.c79 t->bt_cur.index = recno - total;
114 --GETRINTERNAL(h, parent->index)->nrecs;
116 ++GETRINTERNAL(h, parent->index)->nrecs;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-mm.h55 * @index: Item's index in the memory pool.
64 int index, int is_last, void *userdata);
95 __hal_mempool_item(xge_hal_mempool_t *mempool, int index) argument
97 return mempool->items_arr[index];
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_unmap.c153 U32 index; local
159 for(index = unmap_process_state->current_unmap_block_descriptor_index;
160 index < unmap_process_state->current_unmap_block_descriptor_index +
162 index++)
166 index,
167 &unmap_block_descriptor[index-unmap_process_state->current_unmap_block_descriptor_index]);
185 // Update the index for the next descriptor to translate
232 U32 index; local
284 for(index = 0; index < SATI_UNMAP_SIZEOF_SCSI_UNMAP_PARAMETER_LIS
[all...]
/freebsd-11-stable/sys/dev/syscons/
H A Dscterm.c114 *sc_term_match_by_number(int index) argument
118 if (index <= 0)
121 if (--index <= 0)
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A Dsnmp_mibII.h47 * Interfaces are indexed by ifindex. This is not the same as the index
56 u_int index; /* the logical ifindex */ member in struct:mibif
98 struct asn_oid index; /* index for table search */ member in struct:mibifa
109 struct asn_oid index; member in struct:mibrcvaddr
130 /* find interface by index */
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h73 #define xa_for_each(xa, index, entry) \
74 for ((entry) = NULL, (index) = 0; \
75 ((entry) = xa_next(xa, &index, (entry) != NULL)) != NULL; )
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c82 static int mlx4_READ_ENTRY(struct mlx4_dev *dev, int index, argument
85 return mlx4_cmd_box(dev, 0, mailbox->dma, index, 0, MLX4_CMD_READ_MCG,
89 static int mlx4_WRITE_ENTRY(struct mlx4_dev *dev, int index, argument
92 return mlx4_cmd(dev, mailbox->dma, index, 0, MLX4_CMD_WRITE_MCG,
149 unsigned int index, u32 qpn)
170 new_entry->index = index;
201 err = mlx4_READ_ENTRY(dev, index, mailbox);
222 err = mlx4_WRITE_ENTRY(dev, index, mailbox);
241 unsigned int index, u3
147 new_steering_entry(struct mlx4_dev *dev, u8 port, enum mlx4_steer_type steer, unsigned int index, u32 qpn) argument
239 existing_steering_entry(struct mlx4_dev *dev, u8 port, enum mlx4_steer_type steer, unsigned int index, u32 qpn) argument
288 check_duplicate_entry(struct mlx4_dev *dev, u8 port, enum mlx4_steer_type steer, unsigned int index, u32 qpn) argument
329 promisc_steering_entry(struct mlx4_dev *dev, u8 port, enum mlx4_steer_type steer, unsigned int index, u32 tqpn, u32 *members_count) argument
368 can_remove_steering_entry(struct mlx4_dev *dev, u8 port, enum mlx4_steer_type steer, unsigned int index, u32 tqpn) argument
694 find_entry(struct mlx4_dev *dev, u8 port, u8 *gid, enum mlx4_protocol prot, struct mlx4_cmd_mailbox *mgm_mailbox, int *prev, int *index) argument
1112 int index = -1, prev; local
1221 int prev, index; local
[all...]
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c266 int index = 0; local
281 index = 2;
284 lldev->rxd_mbuf_len[index++] = MJUMPAGESIZE;
288 lldev->rxd_mbuf_len[index] = buffer_size;
289 lldev->rxd_mbuf_cnt = index + 1;
292 for(index = 0; index < buffer_mode; index++)
293 xge_trace(XGE_TRACE, "Buffer[%d] %d\n", index,
294 lldev->rxd_mbuf_len[index]);
307 int index = 0, buffer_size = 0; local
1529 int retValue = EINVAL, offset = 0, index = 0; local
1977 int qindex, index; local
2063 int index = 0, index2 = 0; local
2236 int index = 0; local
2738 int index; local
2886 int index; local
3135 xge_get_buf(xge_hal_dtr_h dtrh, xge_rx_priv_t *rxd_priv, xge_lldev_t *lldev, int index) argument
3217 int status = XGE_HAL_OK, index; local
3326 xge_tx_initial_replenish(xge_hal_channel_h channelh, xge_hal_dtr_h dtrh, int index, void *userdata, xge_hal_channel_reopen_e reopen) argument
3370 xge_rx_initial_replenish(xge_hal_channel_h channelh, xge_hal_dtr_h dtrh, int index, void *userdata, xge_hal_channel_reopen_e reopen) argument
3461 int index = 0; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_as2201.c81 int index; /* current statistics command */ member in struct:as2201unit
197 up->index = 0;
336 octets = strlen(stat_command[up->index]);
340 memcpy(up->lastptr, stat_command[up->index], octets);
343 (void)write(pp->io.fd, stat_command[up->index],
344 strlen(stat_command[up->index]));
345 up->index++;
346 if (*stat_command[up->index] == '\0')
347 up->index = 0;
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c124 _Unwind_GetGR (struct _Unwind_Context *context, int index) argument
126 return __libunwind_Unwind_GetGR (context, index);
199 _Unwind_SetGR (struct _Unwind_Context *context, int index, argument
202 __libunwind_Unwind_SetGR (context, index, val);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v2-abi.c40 int gnuv2_baseclass_offset (struct type *type, int index, char *valaddr,
88 J is an index into F which provides the desired virtual function.
102 should serve just fine as a function type). Then, index into
300 vb_match (struct type *type, int index, struct type *basetype)
303 char *name = TYPE_FIELD_NAME (type, index);
321 fieldtype = TYPE_FIELD_TYPE (type, index);
351 gnuv2_baseclass_offset (struct type *type, int index, char *valaddr,
354 struct type *basetype = TYPE_BASECLASS (type, index);
356 if (BASETYPE_VIA_VIRTUAL (type, index))
376 for (i = index
299 vb_match(struct type *type, int index, struct type *basetype) argument
350 gnuv2_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h44 int index; /* The index of the formal 0..formal_count - 1. */ member in struct:formal_struct
53 /* Other values found in the index field of a formal_entry. */
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.h54 unsigned index; member in struct:arcDisState
/freebsd-11-stable/sys/dev/dpaa/
H A Dfman.h58 int fman_read_ivar(device_t dev, device_t child, int index,
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_reset.c51 #define RESET_OFFSET(index) ((index / 32) * 4)
52 #define RESET_SHIFT(index) (index % 32)
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.h47 int32_t index; member in struct:atmif
72 /* find an ATM interface by index */
/freebsd-11-stable/include/
H A Dstrings.h60 char *index(const char *, int) __pure; /* LEGACY */
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_search.c79 t->bt_cur.index = idx = base + (lim >> 1);
113 t->bt_cur.index = base;
118 * No match found. Base is the smallest index greater than
119 * key and may be zero or a last + 1 index. If it's non-zero,
156 e.index = 0;
191 e.index = NEXTINDEX(e.page) - 1;
/freebsd-11-stable/lib/libc/i386/string/
H A Dstrchr.S66 WEAK_REFERENCE(strchr, index)
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrchr.S1 /* $NetBSD: index.S,v 1.8 2005/04/22 06:59:00 simonb Exp $ */
39 ASMSTR("from: @(#)index.s 8.1 (Berkeley) 6/4/93")
40 ASMSTR("$NetBSD: index.S,v 1.8 2005/04/22 06:59:00 simonb Exp $")
61 WEAK_ALIAS(index, strchr)
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h40 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
65 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK done, void *arg))
66 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
84 _HIM_INTERFACE(int, get_channel_config, (void * adapter, int index, PHIM_CHANNEL_CONFIG pInfo))

Completed in 374 milliseconds

1234567891011>>