Searched refs:index (Results 201 - 225 of 1653) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/e1000/
H A De1000_osdep.h203 #define E1000_READ_REG_ARRAY(hw, reg, index) \
206 E1000_REGISTER(hw, reg) + ((index)<< 2))
208 #define E1000_WRITE_REG_ARRAY(hw, reg, index, value) \
211 E1000_REGISTER(hw, reg) + ((index)<< 2), value)
216 #define E1000_READ_REG_ARRAY_BYTE(hw, reg, index) \
219 E1000_REGISTER(hw, reg) + index)
221 #define E1000_WRITE_REG_ARRAY_BYTE(hw, reg, index, value) \
224 E1000_REGISTER(hw, reg) + index, value)
226 #define E1000_WRITE_REG_ARRAY_WORD(hw, reg, index, value) \
229 E1000_REGISTER(hw, reg) + (index <<
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h137 /// Get the attributes for a symbol at the specified index.
138 lto_symbol_attributes getSymbolAttributes(uint32_t index) { argument
139 if (index < _symbols.size())
140 return lto_symbol_attributes(_symbols[index].attributes);
144 /// Get the name of the symbol at the specified index.
145 StringRef getSymbolName(uint32_t index) { argument
146 if (index < _symbols.size())
147 return _symbols[index].name;
151 const GlobalValue *getSymbolGV(uint32_t index) { argument
152 if (index < _symbol
[all...]
/freebsd-13-stable/sys/tests/callout_test/
H A Dcallout_test.c65 int index; member in struct:callout_run
81 rn->index);
147 rn->index, 0);
191 int index = test->tot_threads_running; local
194 if (comaster[index] == NULL) {
195 rn = comaster[index] = malloc(sizeof(struct callout_run), M_CALLTMP, M_WAITOK);
196 memset(comaster[index], 0, sizeof(struct callout_run));
198 rn->index = index;
200 rn = comaster[index];
[all...]
/freebsd-13-stable/sys/cam/
H A Dcam_queue.h128 cam_pinfo *camq_remove(struct camq *queue, int index);
129 #define CAMQ_HEAD 1 /* Head of queue index */
142 void camq_change_priority(struct camq *queue, int index,
158 cam_ccbq_peek_ccb(struct cam_ccbq *ccbq, int index);
202 old_ccb->pinfo.index = CAM_EXTRAQ_INDEX;
217 if (ccb->ccb_h.pinfo.index == CAM_EXTRAQ_INDEX) {
220 ccb->ccb_h.pinfo.index = CAM_UNQUEUED_INDEX;
225 removed_entry = camq_remove(queue, ccb->ccb_h.pinfo.index);
250 cam_ccbq_peek_ccb(struct cam_ccbq *ccbq, int index) argument
252 return((union ccb *)ccbq->queue.queue_array[index]);
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c67 int index;
100 for (index = 3; index < 32; index++) {
102 rsaz_1024_scatter5_avx2(table_s, result, index);
213 index = 1014;
215 while (index > -1) { /* loop for the remaining 127 windows */
219 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
220 wvalue = (wvalue >> (index
[all...]
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dpreload.c256 int ret, index; local
262 index = open("/dev/null", O_RDONLY);
263 if (index < 0) {
264 ret = index;
271 ret = idm_set(&idm, index, fdi);
276 return index;
279 real.close(index);
285 static void fd_store(int index, int fd, enum fd_type type, enum fd_fork_state state) argument
289 fdi = idm_at(&idm, index);
295 static inline enum fd_type fd_get(int index, in argument
310 fd_getd(int index) argument
318 fd_gets(int index) argument
326 fd_gett(int index) argument
334 fd_close(int index, int *fd) argument
533 int index, ret; local
588 int fd, index, ret; local
746 fd_fork_get(int index, int *fd) argument
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c99 D("bad index %d", ix);
105 D("bad index %d", ix);
111 D("bad index %d", ix);
134 QFQ_MAX_INDEX is the maximum index allowed for a group. We need
135 one bit per index.
141 ^.__grp->index = 0
146 The max group index corresponds to Lmax/w_min, where
172 * group with the smallest index that can support the L_i / r_i
175 * grp->index is the index o
229 unsigned int index; /* Group index. */ member in struct:qfq_group
267 int index = ffs(bitmap) - 1; // zero-based local
280 int index = 0; local
390 qfq_unblock_groups(struct qfq_sched *q, int index, uint64_t old_finish) argument
[all...]
/freebsd-13-stable/sys/dev/tws/
H A Dtws_user.c225 u_int16_t index=0; local
248 index = sc->aen_q.head;
251 /* index = tail-1 */
252 index = (sc->aen_q.depth + sc->aen_q.tail - 1) % sc->aen_q.depth;
256 index = sc->aen_q.head;
258 if ( qp[index].sequence_id ==
261 index = (index+1) % sc->aen_q.depth;
262 }while ( index != sc->aen_q.tail );
263 if ( index
[all...]
/freebsd-13-stable/usr.bin/gprof/
H A Darcs.c123 long index; local
207 for ( index = 0 ; index < nname ; index += 1 ) {
208 topsortnlp[ index ] = &nl[ index ];
214 for ( index = 0 ; index < nname ; index += 1 ) {
216 printf( "%d:" , topsortnlp[ index ]
259 int index; local
794 int index; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp144 SBTypeCategory::GetTypeNameSpecifierForFilterAtIndex(uint32_t index) { argument
146 GetTypeNameSpecifierForFilterAtIndex, (uint32_t), index);
151 m_opaque_sp->GetTypeNameSpecifierForFilterAtIndex(index)));
155 SBTypeCategory::GetTypeNameSpecifierForFormatAtIndex(uint32_t index) { argument
157 GetTypeNameSpecifierForFormatAtIndex, (uint32_t), index);
162 m_opaque_sp->GetTypeNameSpecifierForFormatAtIndex(index)));
166 SBTypeCategory::GetTypeNameSpecifierForSummaryAtIndex(uint32_t index) { argument
168 GetTypeNameSpecifierForSummaryAtIndex, (uint32_t), index);
173 m_opaque_sp->GetTypeNameSpecifierForSummaryAtIndex(index)));
177 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { argument
293 GetFilterAtIndex(uint32_t index) argument
311 GetFormatAtIndex(uint32_t index) argument
321 GetSummaryAtIndex(uint32_t index) argument
331 GetSyntheticAtIndex(uint32_t index) argument
[all...]
/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_mode_pages.c363 U16 index; local
364 for (index = 0; index < SAT_SUPPORTED_MODE_PAGES_LENGTH; index++)
366 if (sat_supported_mode_pages[index] == page_code)
367 return index;
H A Dscic_sds_library.c277 U8 index; local
279 for (index = 0; index < library->max_controller_count; index++)
281 if (controller == &library->controllers[index])
283 return index;
H A Dscif_sas_controller_states.c115 U8 index; local
137 for (index = 0; index < SCI_MAX_DOMAINS; index++)
140 &fw_controller->domains[index], index, fw_controller
H A Dsati_unmap.c155 U32 index; local
161 for(index = unmap_process_state->current_unmap_block_descriptor_index;
162 index < unmap_process_state->current_unmap_block_descriptor_index +
164 index++)
168 index,
169 &unmap_block_descriptor[index-unmap_process_state->current_unmap_block_descriptor_index]);
187 // Update the index for the next descriptor to translate
234 U32 index; local
286 for(index = 0; index < SATI_UNMAP_SIZEOF_SCSI_UNMAP_PARAMETER_LIS
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h117 uint32_t index; member in struct:Argon2_position_t
162 position->index - 1; /* all but the previous */
168 position->index - 1;
172 ((position->index == 0) ? (-1) : 0);
179 instance->segment_length + position->index -
184 ((position->index == 0) ? (-1) : 0);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfman_sp.c37 uint16_t index)
40 sp_regs = &regs[index];
45 uint16_t index, uint32_t value)
48 sp_regs = &regs[index];
84 uint16_t index, struct fm_storage_profile_params *fm_vsp_params,
103 sp_regs = &regs[index];
36 fman_vsp_get_statistics(struct fm_pcd_storage_profile_regs *regs, uint16_t index) argument
44 fman_vsp_set_statistics(struct fm_pcd_storage_profile_regs *regs, uint16_t index, uint32_t value) argument
83 fman_vsp_init(struct fm_pcd_storage_profile_regs *regs, uint16_t index, struct fm_storage_profile_params *fm_vsp_params, int port_max_num_of_ext_pools, int bm_max_num_of_pools, int max_num_of_pfc_priorities) argument
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_stat.h52 int index; /* position in the stats buffer */ member in struct:vmm_stat_type
94 int vmm_stat_desc_copy(int index, char *buf, int buflen);
105 if (vst->index >= 0 && statidx < vst->nelems)
106 stats[vst->index + statidx] += x;
119 if (vst->index >= 0 && statidx < vst->nelems)
120 stats[vst->index + statidx] = val;
/freebsd-13-stable/usr.bin/vgrind/
H A Dvgrind.sh96 if test -r index; then
103 sed -f nindex index > xindex
117 sort -df -k 1,2 xindex > index
/freebsd-13-stable/tools/tools/ipw/
H A Dipwstats.c49 int index; member in struct:statistic
204 { 178, "Power index", INT },
259 for (stat = tbl; stat->index != 0; stat++) {
263 printf("%u", stats[stat->index]);
266 printf(stats[stat->index] ? "true" : "false");
269 printf("%u%%", stats[stat->index]);
273 printf("0x%08X", stats[stat->index]);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c135 int index = 0; local
138 data[index++] = priv->lro.lro_mgr.stats.aggregated;
139 data[index++] = priv->lro.lro_mgr.stats.flushed;
141 data[index++] = priv->lro.lro_mgr.stats.aggregated /
144 data[index++] = 0;
145 data[index++] = priv->lro.lro_mgr.stats.no_desc;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h83 DebugMacroEntry GetMacroEntryAtIndex(const size_t index) const {
84 if (index < m_macro_entries.size())
85 return m_macro_entries[index];
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_search.c81 t->bt_cur.index = recno - total;
116 --GETRINTERNAL(h, parent->index)->nrecs;
118 ++GETRINTERNAL(h, parent->index)->nrecs;
/freebsd-13-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-13-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-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c67 static u64 uar2pfn(struct mlx5_core_dev *mdev, u32 index) argument
72 system_page_index = index >> (PAGE_SHIFT - MLX5_ADAPTER_PAGE_SHIFT);
74 system_page_index = index;
85 if (mlx5_cmd_free_uar(up->mdev, up->index))
86 mlx5_core_warn(up->mdev, "failed to free uar index %d\n", up->index);
125 err = mlx5_cmd_alloc_uar(mdev, &up->index);
131 pfn = uar2pfn(mdev, up->index);
146 mlx5_core_dbg(mdev, "allocated UAR page: index %d, total bfregs %d\n",
147 up->index, u
[all...]

Completed in 414 milliseconds

1234567891011>>