Searched refs:idx (Results 426 - 450 of 636) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c3521 uint64_t idx = 0; local
3616 idx = ibnd_desc->hdr.desc_handle;
3618 if (idx >= vsw_num_descriptors) {
3620 "(idx %ld)", vswp->instance, idx);
3638 if (idx != dp->last_ack_recv) {
3640 __func__, dp->last_ack_recv, idx);
3641 num = idx >= dp->last_ack_recv ?
3642 idx - dp->last_ack_recv + 1:
3643 (len - dp->last_ack_recv + 1) + idx;
4114 int idx, i; local
[all...]
H A Dvsw_txdring.c794 int idx; local
833 if (vsw_dring_find_free_desc(dp, &priv_desc, &idx) != 0) {
843 "addr 0x%llx\n", __func__, ldcp->ldc_id, idx, priv_desc);
923 ldcp->ldc_id, idx);
945 vsw_private_desc_t **priv_p, int *idx)
964 *idx = dringp->end_idx;
944 vsw_dring_find_free_desc(dring_info_t *dringp, vsw_private_desc_t **priv_p, int *idx) argument
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c734 int idx = px_p->px_pfd_idx++; local
735 pf_data_t *pfd_p = &px_p->px_pfd_arr[idx];
751 if (idx > 0) {
752 px_p->px_pfd_arr[idx - 1].pe_next = pfd_p;
753 pfd_p->pe_prev = &px_p->px_pfd_arr[idx - 1];
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c685 vq->vq_avail->idx = vq->vq_avail_idx;
687 /* Make sure the avail idx update hits the buffer */
708 int idx; local
751 idx = vq->vq_avail_idx;
756 vq->vq_avail->ring[idx % vq->vq_num] = head->qe_index;
778 if (vq->vq_used_idx == vq->vq_used->idx) {
789 /* Make sure we do the next step _after_ checking the idx. */
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c391 int i, idx; local
400 idx = 5;
428 entry->part.index = idx++;
850 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int idx) argument
858 if (entry->part.index != idx)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1135 Aliste idx; local
1137 for (APLIST_TRAVERSE(cav->cn_members, idx, csp)) {
2067 Aliste idx; local
2105 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) {
2142 for (ALIST_TRAVERSE(ofl->ofl_dtsfltrs, idx, dftp)) {
2201 Aliste idx; local
2499 for (APLIST_TRAVERSE(ofl->ofl_rtldinfo, idx, sdp)) {
2883 Aliste idx; local
2905 for (APLIST_TRAVERSE(ofl->ofl_symdtent, idx, sdp))
2911 for (ALIST_TRAVERSE(ofl->ofl_symfltrs, idx, sft
3128 int idx = 1; local
3203 Aliste idx; local
3467 Aliste idx; local
3790 Aliste idx; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c1449 int idx; local
1454 for (idx = 0; idx < ibnex.ibnex_num_comm_svcs; idx++) {
1456 idx, 0, &dip);
1458 (void) ibnex_commsvc_initnode(parent, port_attr, idx,
1477 int idx, ii; local
1491 for (idx = 0; idx < ibnex.ibnex_nvppa_comm_svcs; idx
1523 int idx; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c858 drmach_array_set(drmach_array_t *arr, int idx, drmachid_t val) argument
860 if (idx < arr->min_index || idx > arr->max_index)
863 arr->arr[idx - arr->min_index] = val;
870 drmach_array_get(drmach_array_t *arr, int idx, drmachid_t *val) argument
872 if (idx < arr->min_index || idx > arr->max_index)
875 *val = arr->arr[idx - arr->min_index];
882 drmach_array_first(drmach_array_t *arr, int *idx, drmachid_t *val) argument
886 *idx
894 drmach_array_next(drmach_array_t *arr, int *idx, drmachid_t *val) argument
909 int idx; local
[all...]
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c251 uu_avl_index_t idx; local
279 if (uu_avl_find(ihdl->sh_avl, sip, NULL, &idx) != NULL) {
318 uu_avl_insert(ihdl->sh_avl, sip, idx);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpragma.c665 int idx = pIdx->aiColumn[k]; local
666 if( idx==pTab->iPKey ){
669 sqliteVdbeAddOp(v, OP_Column, 1, idx);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1556 my $idx;
1586 $idx =
1588 $aok = 1 if ($idx != -1);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c499 uu_list_index_t idx; local
517 (void) uu_list_find(event_queue, event, NULL, &idx);
518 (void) uu_list_insert(event_queue, event, idx);
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c296 int idx = start; local
506 newdev->index = idx;
507 ++idx;
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c73 krb5_error_code ktutil_delete(context, list, idx)
76 int idx;
82 if (i == idx) {
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c496 int idx; local
512 idx = nlptr++ - nl;
513 return (idx);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c151 static int add_child_node(struct adapter *sc, int idx);
152 static int remove_child_node(struct adapter *sc, int idx);
1555 p->tmr_idx_10g = prop_lookup_int(sc, "holdoff-timer-idx-10G", 0);
1556 (void) ddi_prop_update_int(dev, dip, "holdoff-timer-idx-10G",
1559 p->pktc_idx_10g = prop_lookup_int(sc, "holdoff-pktc-idx-10G", 2);
1560 (void) ddi_prop_update_int(dev, dip, "holdoff-pktc-idx-10G",
1563 p->tmr_idx_1g = prop_lookup_int(sc, "holdoff-timer-idx-1G", 0);
1564 (void) ddi_prop_update_int(dev, dip, "holdoff-timer-idx-1G",
1567 p->pktc_idx_1g = prop_lookup_int(sc, "holdoff-pktc-idx-1G", 2);
1568 (void) ddi_prop_update_int(dev, dip, "holdoff-pktc-idx
1792 add_child_node(struct adapter *sc, int idx) argument
1825 remove_child_node(struct adapter *sc, int idx) argument
2191 t4_os_portmod_changed(const struct adapter *sc, int idx) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c479 avl_index_t idx; local
498 if (avl_find(avl, permnode, &idx) == NULL) {
499 avl_insert(avl, permnode, idx);
H A Dvdev_queue.c649 avl_index_t idx; local
672 VERIFY3P(avl_find(tree, &search, &idx), ==, NULL);
673 zio = avl_nearest(tree, idx, AVL_AFTER);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c458 int idx = 0; local
1213 while (pam_env[idx] != 0) {
1214 if (idx < PAM_ENV_ELIM &&
1215 legalenvvar(pam_env[idx])) {
1216 add_to_envinit(pam_env[idx]);
1218 idx++;
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1055 unsigned int idx; local
1064 for (idx = 0; idx < 32; idx++)
1066 b = 1 << idx;
1383 #define ARGV_FCT(lf, rf, idx) \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c2084 int rc, idx = 0; local
2127 o->set_one_rule(pdev, o, elem, idx,
2132 idx += 2;
2134 idx++;
3077 struct ecore_mcast_obj *o, int idx,
3091 data->rules[idx].cmd_general_data |= rx_tx_add_flag;
3123 data->rules[idx].bin_id = (u8)bin;
3124 data->rules[idx].func_id = func_id;
3125 data->rules[idx].engine_id = o->engine_id;
3759 struct ecore_mcast_obj *o, int idx,
3076 ecore_mcast_set_one_rule_e2(struct _lm_device_t *pdev, struct ecore_mcast_obj *o, int idx, union ecore_mcast_config_data *cfg_data, enum ecore_mcast_cmd cmd) argument
3758 ecore_mcast_set_one_rule_e1(struct _lm_device_t *pdev, struct ecore_mcast_obj *o, int idx, union ecore_mcast_config_data *cfg_data, enum ecore_mcast_cmd cmd) argument
4373 int idx, vec, i; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1479 int i, idx, offset = SMB_CATIA_V4_LOOKUP_LOW; local
1485 idx = (int)catia_maps[i].winchar - offset;
1486 smb_catia_v4_lookup[idx] = (smb_wchar_t)catia_maps[i].unixchar;
1499 int i, idx; local
1505 idx = (int)catia_maps[i].unixchar;
1506 smb_catia_v5_lookup[idx] = catia_maps[i].winchar;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c636 int rc, idx; local
659 idx = dfs_target_find(info.i_targets, info.i_ntargets, server, share);
660 if (idx != -1) {
661 bcopy(&info.i_targets[idx + 1], &info.i_targets[idx],
662 (info.i_ntargets - idx - 1) * sizeof (dfs_target_t));
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c505 int idx; local
528 for (idx = 1; idx < mapp->dam_high; idx++) {
529 if (DAM_IN_REPORT(mapp, idx)) {
530 dam_addr_report_release(mapp, idx);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c252 * @idx: segment descriptor index to find the relevant page descriptor
264 u32 idx)
268 if (i40e_prep_remove_pd_page(hmc_info, idx) == I40E_SUCCESS)
269 ret_code = i40e_remove_pd_page_new(hw, hmc_info, idx, TRUE);
278 * @idx: the page index
291 u32 idx)
295 if (i40e_prep_remove_sd_bp(hmc_info, idx) == I40E_SUCCESS)
296 ret_code = i40e_remove_sd_bp_new(hw, hmc_info, idx, TRUE);
262 i40e_remove_pd_page(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument
289 i40e_remove_sd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument

Completed in 373 milliseconds

<<11121314151617181920>>