Searched defs:index (Results 876 - 900 of 945) sorted by relevance

<<3132333435363738

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1652 * For each phy, get the connector element index and
1653 * stores into connector element index array.
1665 /* Fail to get the index. set to -1. */
1680 * set the connector element index of
1831 uint64_t index, psindex, conindex, psstatus, i, j, count; local
1838 &index) != 0)
1863 "%llu %s nodes", cp->sec_csn, index, max + 1, SASEXPANDER);
1886 * Search exapnders with the parent index matching with
1887 * ESC Electronics element index.
1888 * Note the index use
2585 is_type_enumerated(ses_phys_tree_t *node, int *index) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2240 ncec_get_next_hash_tbl(uintptr_t start, int *index, struct ndp_g_s ndp) argument
2243 int i = *index;
2251 *index = i;
2291 int index = iw->connf_tbl_index; local
2294 next = iw->hash_tbl + index * sizeof (struct connf_s);
2295 if (++index >= iw->hash_tbl_size) {
2305 iw->connf_tbl_index = index;
2414 * ncec_get_next_hash_tbl() starts at ++i , so initialize index to -1
3251 * Helper structure for ilb_nat_src walker. It stores the current index of the
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5544 channel = nxgep->pt_config.hw_config.tdc.start + rhp->index;
5563 channel = nxgep->pt_config.hw_config.tdc.start + rhp->index;
5581 channel = nxgep->pt_config.hw_config.start_rdc + rhp->index;
5618 channel = nxgep->pt_config.hw_config.start_rdc + rhp->index;
5674 const int index, mac_ring_info_t *infop, mac_ring_handle_t rh)
5688 "==> nxge_fill_ring 0x%x index %d", rtype, index));
5696 "==> nxge_fill_ring (TX) 0x%x index %d ntdcs %d",
5697 rtype, index, p_cfgp->tdc.count));
5699 ASSERT((index >
5673 nxge_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index, const int index, mac_ring_info_t *infop, mac_ring_handle_t rh) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2648 int index, status, reason; local
2754 /* Find the index of the single response for the certid */
2755 index = OCSP_resp_find(bs, id, -1);
2756 if (index < 0) {
2763 printf("Successfully found the single response index for the cert.\n");
2767 single = OCSP_resp_get0(bs, index);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c5189 size_t index = anon_index; local
5202 for (a = addr; a < addr + len; a += PAGESIZE, index++) {
5203 anon_array_enter(amp, index, &cookie);
5204 ap = anon_get_ptr(amp->ahp, index);
8773 * starting anon index are used for pcache entry tagging. This allows all
9022 * anon index so that we can share pcache entries with other segments
9308 * reach anon index that corresponds to a root of a large
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1168 * less than 256. If so, we treat it as an index.
2261 uint_t index = mop - omo->mo_list; local
2263 newcanp = vfs_mergecancelopts(mop, &motbl[index]);
2265 vfs_freeopt(&motbl[index]);
2266 vfs_copyopt(&imo->mo_list[i], &motbl[index]);
2268 vfs_freecancelopt(motbl[index].mo_cancel);
2269 motbl[index].mo_cancel = newcanp;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c437 * @vsi_id: vsi fw index
494 * @vsi_id: vsi fw index
511 * @vsi_id: vsi fw index
527 * @vsi_id: vsi fw index
571 * @vsi_id: vsi fw index
585 * @vsi_id: vsi fw index
606 * we can check that the table doesn't have a row missing, as the index into
1143 * @queue: target pf queue index
1468 * @idx: index into GPIO registers
2691 * @statistic_index: index o
4077 i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h245 * Defined for ring index operations
246 * ASSERT(index < limit)
251 #define NEXT_INDEX(index, step, limit) (((index) + (step)) < (limit) ? \
252 (index) + (step) : (index) + (step) - (limit))
253 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \
254 (index) - (step) : (index)
409 uint32_t index; /* Ring index */ member in struct:igb_tx_ring
521 uint32_t index; /* Ring index */ member in struct:igb_rx_ring
554 uint32_t index; /* Group index */ member in struct:igb_rx_group
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c66 * the final Verdef index. The index is written to the previously
68 * - The top bit of the Versym value is no longer part of the index,
82 * max_verndx contains the largest version index that can appear
84 * there is no verdef/verneed sections, the [0] index is reserved
85 * for local symbols, and the [1] index for globals. If the original
93 * largest such index.
112 int max_verndx; /* largest versym index value */
129 struct { /* Extended section index data */
131 Word *data; /* NULL, or extended section index */
807 char index[MAXNDXSIZE]; local
1110 char index[MAXNDXSIZE]; local
2075 char index[MAXNDXSIZE]; local
2159 char index[MAXNDXSIZE]; local
3490 char index[MAXNDXSIZE], section[BUFSIZ]; local
4252 char index[MAXNDXSIZE]; local
4263 (void) printf(MSG_ORIG(MSG_GRP_ENTRY), index, name, local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3990 int index = 0;
3998 index = i + 1;
4003 if (index >= MAX_FALLBACK_ENTRIES || fallback_entries[index] < 0)
4010 entryno = fallback_entries[index];
4877 /* The index of the default terminal in TERM_TABLE. */
3940 int index = 0; local
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2161 * will be used as an index into the table. If there is a
2270 #define REX_X 0x02 /* high order bit extension of SIB index field */
2332 * instruction opcodes, which are 0x90-0x93, so we subtract 0x90 to index into
2425 * Get and decode an SIB (scaled index base) byte
2428 dtrace_get_SIB(dis86_t *x, uint_t *ss, uint_t *index, uint_t *base) argument
2443 *index = (byte >> 3) & 0x7;
2602 * o = index of operand that we are processing (0, 1 or 2)
2610 int have_SIB = 0; /* flag presence of scale-index-byte */
2612 uint_t index; /* index registe local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c682 rfs4_dss_newpath(rfs4_servinst_t *sip, char *path, unsigned index) argument
700 dss_path->index = index;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h115 typedef struct rfs4_index rfs4_index_t; /* index */
124 /* database, table, index creation entry points */
365 unsigned index; /* offset in servinst's array */ member in struct:rfs4_dss_path
1238 #define NFS4_FATTR4_FINISH -1 /* fattr4 index indicating finish */
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3392 * 'CPU' must be accessed just once and used to compute the index into the
3393 * percpu array, and that index must be used for the entire duration of the
5312 uint_t i = 0, index = 0; local
5323 for (index = 0; index < mip->mi_rx_groups[grp_index].mrg_cur_count;
5324 index++) {
5325 rings[index] = ring->mr_index;
5329 index = 0;
5333 index += strlen("<default,mcast>,");
5347 if (index
5375 uint_t i = 0, index = 0; local
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c898 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) argument
911 (void) printf("index %llx refcnt %llu %s %s\n",
912 (u_longlong_t)index, (u_longlong_t)ddp->ddp_refcnt,
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c151 int mnr_memrange; /* index into memranges[] */
209 int mtypetop; /* index of highest pfn'ed mnoderange */
1279 /* find the memranges index below contained in mnode range */
1310 int mindex = 0; /* current index into mnoderanges array */
1553 * Return first mnode range type index found otherwise return -1 if none found.
3440 #define PAGE_HASH_SEARCH(index, pp, vp, off) { \
3441 for ((pp) = page_hash[(index)]; (pp); (pp) = (pp)->p_hash) { \
3465 uint_t index; local
3547 index = PAGE_HASH_FUNC(vp, off);
3550 ASSERT(index
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c184 int index; member in struct:d_list_s
510 add_index(int index) argument
519 temp->index = index;
1338 int index; local
1446 index = parse_index(optarg, NULL);
1518 if (index == -1) {
1519 warnx(gettext("Invalid index"));
1528 ret = ipsec_conf_del(index, B_FALSE);
2502 int ibuf_len, index_len, index; local
2611 pfp_delete_rule(uint64_t index) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c244 #define index(s, r) strchr(s, r) macro
2414 int index = read_extvtoc(fd, &vtoc); local
2416 if (index >= 0) {
2419 if (index == VT_ENOTSUP || index == VT_ERROR) {
2421 index = efi_alloc_and_read(fd, &efi_vtoc);
2426 if (index < 0) {
2427 switch (index) {
2441 slicesize = efi_vtoc->efi_parts[index].p_size;
2453 slicesize = (uint32_t)vtoc.v_part[index]
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h183 int index; member in struct:rdc_aio_s
304 int kindex; /* index we are attached to */
417 int pindex; /* primary host set index */
418 int sindex; /* secondary host set index */
486 int index; /* Index into array */ member in struct:rdc_k_info
696 #define IS_ENABLED(urdc) ((IS_CONFIGURED(&rdc_k_info[(urdc)->index]) && \
702 #define IS_VALID_INDEX(index) ((index) >= 0 && (index) < rdc_max_sets && \
703 IS_CONFIGURED(&rdc_k_info[(index)]))
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h74 # define index strchr macro
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1221 uint32_t index, device; local
1223 index = PCI_MEM_GET32(softs, AAC_IQUE);
1224 if (index == 0xffffffffUL) {
1225 index = PCI_MEM_GET32(softs, AAC_IQUE);
1226 if (index == 0xffffffffUL)
1230 device = index;
1237 PCI_MEM_PUT32(softs, AAC_IQUE, index);
1295 aac_handle_io(struct aac_softstate *softs, int index) argument
1301 fast = index & AAC_SENDERADDR_MASK_FAST_RESPONSE;
1302 index >>
1363 uint32_t index; local
2952 int index; local
7459 int index, total; local
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h672 int index; member in struct:audiohd_port
774 uint8_t index; /* codec address */ member in struct:hda_codec
791 /* use wid as index to the array of widget pointers */
989 _NOTE(DATA_READABLE_WITHOUT_LOCK(hda_codec::index))
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1092 BOOL add, unsigned char *dev_addr, int index)
1101 if (index > ECORE_LLH_CAM_MAX_PF_LINE)
1105 (add ? "ADD" : "DELETE"), index);
1109 reg_offset += 8*index;
1119 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add);
3016 * ecore_mcast_get_next_bin - get the next set bin (index)
3019 * @last: index to start looking from (including)
3048 * returns the index of the found bin or -1 if none is found
3133 * @start_bin: index in the registry to start from (including)
3134 * @rdata_idx: index i
1091 ecore_set_mac_in_nig(struct _lm_device_t *pdev, BOOL add, unsigned char *dev_addr, int index) argument
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c97 * @start_idx: index of first indirect register to read
165 * @mbox: index of the mailbox to use
1181 * @qid: the queue index
1219 * @qid: the queue index
2570 * @index: the entry in the PF RSS table to read
2573 * Reads the PF RSS Configuration Table at the specified index and returns
2577 t4_read_rss_pf_config(struct adapter *adapter, unsigned int index, u32 *valp) argument
2580 valp, 1, A_TP_RSS_PF0_CONFIG + index);
2586 * @index: the entry in the VF RSS table to read
2589 * Writes the PF RSS Configuration Table at the specified index wit
2593 t4_write_rss_pf_config(struct adapter *adapter, unsigned int index, u32 val) argument
2610 t4_read_rss_vf_config(struct adapter *adapter, unsigned int index, u32 *vfl, u32 *vfh) argument
2644 t4_write_rss_vf_config(struct adapter *adapter, unsigned int index, u32 vfl, u32 vfh) argument
4512 u16 index = G_FW_VI_MAC_CMD_IDX(ntohs(p->valid_to_idx)); local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c2909 uint_t index; local
2920 for (index = 0, strpp = strings; index < nstrings; index++)
2930 for (index = 0, strpp = strings; index < nstrings; index++) {

Completed in 395 milliseconds

<<3132333435363738