Searched defs:r_index (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h140 unsigned int r_index :24; /* segment index or symbol index */ member in struct:reloc_info_sparc
141 unsigned int r_extern : 1; /* if F, r_index==SEG#; if T, SYM idx */
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c170 unsigned int r_index :24; /* segment index or symbol index */ member in struct:relocation_info
171 unsigned int r_extern : 1; /* if F, r_index==SEG#; if T, SYM idx */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h313 #define r_symbolnum r_index
318 uint_t r_index :24; /* segment index or symbol index */ member in struct:relocation_info
319 uint_t r_extern : 1; /* if F, r_index==SEG#; if T, SYM idx */
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c341 int r_index, l_index, anchor_index; local
443 r_index = rbr_p->num_blocks - 1;
446 anchor_index = MID_INDEX(r_index, l_index);
448 if ((r_index == l_index) ||
483 anchor_index = MID_INDEX(r_index, l_index);
488 r_index = anchor_index - 1;
489 anchor_index = MID_INDEX(r_index, l_index);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c83 const int r_index, mac_ring_info_t *infop, mac_ring_handle_t r_handle);
2215 const int r_index, mac_ring_info_t *infop, mac_ring_handle_t r_handle)
2232 ASSERT((r_index >= 0) && (r_index < rx_grp->max_ring_cnt));
2235 rx_ringp = &rx_grp->rings[r_index];
2239 * Note: we don't need to save the incoming r_index in rx_ring,
2283 ASSERT((r_index >= 0) && (r_index < tx_grp->ring_cnt));
2286 tx_ringp = &tx_grp->rings[r_index];
2289 tx_ringp->index = r_index;
2214 vnet_get_ring(void *arg, mac_ring_type_t rtype, const int g_index, const int r_index, mac_ring_info_t *infop, mac_ring_handle_t r_handle) argument
[all...]
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c166 char r_index[MAXSTATLEN]; member in struct:ring_fields_buf_s
179 offsetof(ring_fields_buf_t, r_index), print_default_cb},
1008 (void) snprintf(buf->r_index, sizeof (buf->r_index), "--");
1010 (void) snprintf(buf->r_index, sizeof (buf->r_index),
1042 (void) snprintf(buf->r_index, sizeof (buf->r_index), "--");
1044 (void) snprintf(buf->r_index, sizeof (buf->r_index),
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c2201 int r_index; local
2207 r_index = rhp->index + nxgep->pt_config.hw_config.start_rdc;
2209 if (statsp->rdc_ksp[r_index] == NULL)
2214 *val = statsp->rdc_stats[r_index].ierrors;
2218 *val = statsp->rdc_stats[r_index].ibytes;
2222 *val = statsp->rdc_stats[r_index].ipackets;
2241 int r_index; local
2247 r_index = nxgep->pt_config.hw_config.tdc.start + rhp->index;
2249 if (statsp->tdc_ksp[r_index] == NULL)
2254 *val = statsp->tdc_stats[r_index]
[all...]
H A Dnxge_rxdma.c708 int r_index, l_index, anchor_index; local
822 r_index = rbr_p->num_blocks - 1;
825 anchor_index = MID_INDEX(r_index, l_index);
827 if ((r_index == l_index) ||
863 anchor_index = MID_INDEX(r_index, l_index);
868 r_index = anchor_index - 1;
869 anchor_index = MID_INDEX(r_index, l_index);

Completed in 101 milliseconds