Searched refs:idx (Results 526 - 550 of 636) sorted by relevance

<<212223242526

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1784 int idx; local
1792 for (idx = 0; idx < discard->nclients; idx++)
1793 (*cb)(discard->client[idx]);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1992 size_t idx; local
2062 for (idx = 0; idx < csi.csi_count; idx++) {
2063 if (csi.csi_array[idx].cse_seen == 0) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2108 int ret = 0, rev, out, flags, flx = 0, idx; local
2134 idx = (out << 1) + rev;
2140 if ((is->is_ifp[idx] == NULL &&
2141 (*is->is_ifname[idx] == '\0' || *is->is_ifname[idx] == '*')) ||
2142 is->is_ifp[idx] == ifp)
2342 if (is->is_ifp[idx] == NULL &&
2343 (*is->is_ifname[idx] == '\0' || *is->is_ifname[idx] == '*')) {
2344 is->is_ifp[idx]
[all...]
H A Dip_fil_solaris.c1487 lif_if_t idx = 0; local
1490 idx = net_lifgetnext(net_data, phyif, idx);
1491 if (net_getlifaddr(net_data, phyif, idx, 2, type,
1497 } while (idx != 0);
1499 if (idx == 0)
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c508 mknewname(struct rs_name_maker *rnp, char *buf, int idx, char *path) argument
525 if (idx < 0 || idx >= (int)nlp->nlp_nfiles) {
527 "Invalid idx %d range (0, %d)",
528 idx, nlp->nlp_nfiles);
530 nlp->nlp_params, idx))) {
532 "nlist entry %d is NULL", idx);
538 "idx %d org \"%s\" dst \"%s\"",
539 idx, ep->nm3_opath, ep->nm3_dpath);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c952 u32 idx, reg, num_qs, start_q, bitmask; local
976 idx = start_q / 32;
979 IXGBE_WRITE_REG(hw, IXGBE_WQBR_TX(idx), reg);
980 IXGBE_WRITE_REG(hw, IXGBE_WQBR_RX(idx), reg);
993 u32 i, j, reg, q, shift, vf, idx; local
1033 idx = vf / 32;
1034 vf_bitmap[idx] |= (1 << (vf % 32));
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1624 long idx; local
1636 idx = 0;
1675 if (ddi_strtol(idxp, &idxep, 0, &idx))
1678 idx = strtol(idxp, &idxep, 0);
1718 * o 'idxp' is set if there was an index, and value 'idx'.
1737 * Full match found, return nvp and idx if this
1744 *ip = (int)idx; /* return index */
1759 if ((n < 0) || (idx >= n))
1761 nvl = nva[idx];
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c675 int idx)
694 qp->nq_sqtdbl = NVME_REG_SQTDBL(nvme, idx);
695 qp->nq_cqhdbl = NVME_REG_CQHDBL(nvme, idx);
1715 nvme_create_io_qpair(nvme_t *nvme, nvme_qpair_t *qp, uint16_t idx) argument
1722 dw10.b.q_qid = idx;
1727 c_dw11.b.cq_iv = idx % nvme->n_intr_cnt;
1753 s_dw11.b.sq_cqid = idx;
674 nvme_alloc_qpair(nvme_t *nvme, uint32_t nentry, nvme_qpair_t **nqp, int idx) argument
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1022 uint32_t idx = RTW_SR_TXPOWER1 + ieee80211_chan2ieee(ic, chan) - 1; local
1023 return (RTW_SR_GET(sr, idx));
1027 rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last) argument
1047 RTW_DESC_OFFSET(hd_rx, idx),
2700 uint32_t cnt = 0, idx = 0; local
2721 idx = (rsc->hw_go - rsc->hw_start) / sizeof (struct rtw_txdesc);
2722 if (idx == 63)
2727 RTW_DESC_OFFSET(hd_txmd, idx),
2743 idx, (hstat & RTW_TXSTAT_OWN)?1:0,
2768 RTW_DESC_OFFSET(hd_txmd, idx),
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c3256 int idx; member in struct:__anon34
3314 ns_walk->idx = i;
3341 i = ns_walk->idx;
3386 ns_walk->idx = i;
3446 conn_walk->idx = i;
3472 i = conn_walk->idx;
3499 conn_walk->idx = i;
3556 sticky_walk->idx = i;
3582 i = sticky_walk->idx;
3628 sticky_walk->idx
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3521 uint8_t idx = 0; local
3524 ret |= (buf[idx] << (8 * (nbytes -idx - 1)));
3525 } while (++idx < nbytes);
3533 uint8_t idx = 0; local
3535 for (idx = 0; idx < nbytes; idx++) {
3536 buf[idx] = 0xFF & (value >> (8 * (nbytes - idx
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c614 int idx = start; local
701 newdev->index = idx;
702 ++idx;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c759 debug(3, "Resurrected label %s type idx %d\n", label, lastidx);
1174 int idx, i; local
1187 idx = resurrect_labels(h, td, buf, label);
1191 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c1338 u32_t idx = pRxQ->idx; local
1353 BnxeLogWarn(pUM, "Polling on FCoE ring %d when NOT in poll mode!", idx);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c630 ** idx -- index into the header list at which to insert
653 insheader(idx, field, value, flags, e, space)
654 int idx;
667 for (srch = e->e_header; srch != NULL && idx > 0;
668 srch = srch->h_link, idx--)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h270 u16_t lm_vf_pf_get_sb_index(struct _lm_device_t *pdev, u8_t sb_id, u8_t idx);
/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c2613 int idx; local
2625 idx = atomic_inc_32_nv(&ssp->cmd_log_idx);
2626 logp = &ssp->cmd_log[idx % ssp->cmd_log_size];
2627 logp->bcl_seq = idx;
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h123 int (*set_stream_idx) (dev_info_t *, uint8_t idx);
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c501 xatp.idx = 0;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c418 int idx; local
455 for (idx = 0; idx < (isp->sess_isid[5] %
456 isp->sess_conn_next_cid); idx++) {
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h446 uint8_t idx; member in struct:ipw2100_wep_key
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h123 int idx; member in struct:__anon6226
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h376 dr_handle_t *handle, uint64_t *arr, int *idx,
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h407 dr_handle_t *handle, uint64_t *arr, int *idx,
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c2182 uint32_t i, idx; local
2223 idx = mbox->mb_completed[i] - 1;
2224 ac = softs->busycmd[idx];
2228 softs->busycmd[idx] = NULL;

Completed in 1260 milliseconds

<<212223242526