Searched refs:idx (Results 601 - 625 of 636) sorted by relevance

<<212223242526

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c7050 u32 idx; local
7052 for (idx = 0; idx < itable_size; idx++) {
7054 XGE_HAL_RTS_RTH_MAP_MEM_DATA(itable[idx]);
7062 XGE_HAL_RTS_RTH_MAP_MEM_CTRL_OFFSET(idx));
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_cp.c2216 if (DRM_COPY_TO_USER(&d->request_indices[i], &buf->idx,
2217 sizeof (buf->idx)))
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1001 #define HBLKTOHME_IDX(hment, hmeblkp, addr, idx) \
1006 idx = (((uintptr_t)(addr) >> MMU_PAGESHIFT) & (NHMENTS-1)); \
1008 idx = 0; \
1010 (hment) = &(hmeblkp)->hblk_hme[idx]; \
1708 sfmmu_ctxdom_nctxs(int idx) argument
1710 return (mmu_ctxs_tbl[idx]->mmu_nctxs);
1789 int idx; local
1805 for (idx = 0; idx < max_mmu_ctxdoms; idx
1829 uint_t idx; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1245 int idx; local
1250 for (idx = 0; (http_cmd = http_cmds[idx]) != NULL;
1251 idx++)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c84 extern void cl_def_dverify(int idx);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c619 u16_t lm_vf_pf_get_sb_index(struct _lm_device_t *pdev, u8_t sb_id, u8_t idx) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h661 struct ecore_mcast_obj *o, int idx,
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c795 op_arg.xatp.idx, ulong_t, op_arg.xatp.gpfn);
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h360 int idx; /* Index into master buflist */ member in struct:drm_buf
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c200 get_usage(zpool_help_t idx) argument
202 switch (idx) {
5373 find_command_idx(char *command, int *idx) argument
5382 *idx = i;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c2244 size_t npages, idx; local
2247 idx = pos;
2295 idx, npages);
2296 idx += npages;
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c4412 int sg_count = sata_cmdp->satacmd_num_dma_cookies, idx; local
4449 for (idx = 0; idx < sg_count; idx++, srcp++) {
4470 if (idx == (sg_count - 1)) {
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2370 "rx intr: idx=%d phy_len=%x len=%d "
2508 "qid=%x idx=%d flags=%x type=0x%x\n",
2509 desc->hdr.qid, desc->hdr.idx, desc->hdr.flags,
2732 " cur = %d qid=%x idx=%d flags=%x type=%x len=%d\n",
2733 index, sc->sc_rxq.cur, desc->hdr.qid, desc->hdr.idx,
3418 "sending data: qid=%d idx=%d len=%d",
3427 cmd->hdr.idx = ring->desc_cur;
3935 cmd->hdr.idx = ring->cur;
4127 cmd->hdr.idx = ring->cur | 0x40;
H A Diwh_hw.h1790 uint8_t idx; member in struct:iwh_cmd_header
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1468 * @idx: index into GPIO registers
1472 static u32 i40e_led_is_mine(struct i40e_hw *hw, int idx) argument
1477 if (!hw->func_caps.led[idx])
1480 gpio_val = rd32(hw, I40E_GLGEN_GPIO_CTL(idx));
5520 cmd->idx = CPU_TO_LE32(start_index);
5531 *ret_next_index = LE32_TO_CPU(resp->idx);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2541 uint8_t idx; member in struct:iwk_cmd_header
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1790 uint8_t idx; member in struct:iwp_cmd_header
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c172 int idx; local
179 for (idx = 0; idx < len; idx++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c905 #define WHICH_ALG(type, wild, idx) ((wild)?(known_algs[type][idx].id):(idx))
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4794 int idx = -1; local
4818 if ((idx = read_extvtoc(fd, &v)) < 0) {
4836 if (v.v_part[idx].p_size != totsize) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c189 uint32_t idx; local
190 bcopy(ptr, &idx, 3);
191 return (ntohl(idx) >> 8);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c3213 for (int idx = 0; idx < tgt->ref_count; idx++) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c390 uu_list_index_t idx; local
406 p = uu_list_find(dgraph, &id, NULL, &idx);
410 uu_list_insert(dgraph, v, idx);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2013 char *type, *idx, *end, *p; local
2028 idx = p + 1;
2047 vdev_id = strtoull(idx, &end, 10);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1656 uint64_t idx = 0; local
1669 child[idx++] = vdev_config_generate(spa, mtvd,
1673 if (idx) {
1675 ZPOOL_CONFIG_CHILDREN, child, idx) == 0);
1679 for (int i = 0; i < idx; i++)

Completed in 355 milliseconds

<<212223242526