/titanic_50/usr/src/lib/libdscfg/common/ |
H A D | cfg_impl.h | 155 int l_index; /* index in relation to parser position */ member
|
H A D | cfg.c | 2546 cfp->cf_head->h_cfgs[i].l_index = i; in cfg_read_parser_config()
|
/titanic_50/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 247 char l_index[MAXSTATLEN]; member 260 offsetof(lane_fields_buf_t, l_index), print_default_cb}, 1158 (void) snprintf(buf->l_index, sizeof (buf->l_index), "--"); in print_rx_generic_lane_stats() 1160 (void) snprintf(buf->l_index, sizeof (buf->l_index), in print_rx_generic_lane_stats() 1204 (void) snprintf(buf->l_index, sizeof (buf->l_index), "--"); in print_tx_generic_lane_stats() 1206 (void) snprintf(buf->l_index, sizeof (buf->l_index), in print_tx_generic_lane_stats()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | flock.c | 2002 lock->l_index = nvertex; in flk_cancel_sleeping_lock() 2015 lock->l_index = nvertex; in flk_cancel_sleeping_lock() 2195 if (vertex->l_index) { in flk_recompute_dependencies() 2196 vertex->l_index--; in flk_recompute_dependencies() 2199 if (vertex->l_index == 0) { in flk_recompute_dependencies() 2312 ASSERT(lck->l_index > 0); in flk_update_barriers() 2313 lck->l_index--; in flk_update_barriers() 2314 if (lck->l_index == 0) in flk_update_barriers() 2321 ASSERT(lck->l_index > 0); in flk_update_barriers() 2322 lck->l_index--; in flk_update_barriers() [all …]
|
H A D | strsubr.c | 1531 linkp->li_lblk.l_index = ++lnk_id; in alloclink() 1637 (!index || (index == linkp->li_lblk.l_index))) { in findlinks() 1657 (mep->me_muxid == linkp->li_lblk.l_index)) { in findlinks() 1948 mux_addedge(stp, stpdown, linkp->li_lblk.l_index, ss); in mlink_file() 1972 *rvalp = linkp->li_lblk.l_index; in mlink_file() 2068 mux_rmvedge(stp, linkp->li_lblk.l_index, ss); in munlink()
|
/titanic_50/usr/src/cmd/login/ |
H A D | login.c | 2159 int i, j, k, l_index, length, idx = 0; in establish_user_environment() local 2353 for (j = 0, k = 0, l_index = 0; in establish_user_environment() 2376 l_index, *envp); in establish_user_environment() 2379 l_index++; in establish_user_environment()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 341 int r_index, l_index, anchor_index; in hxge_rxbuf_pp_to_vp() local 444 l_index = 0; in hxge_rxbuf_pp_to_vp() 446 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp() 448 if ((r_index == l_index) || in hxge_rxbuf_pp_to_vp() 482 l_index = anchor_index + 1; in hxge_rxbuf_pp_to_vp() 483 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp() 489 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 70 int l_index; /* used for barrier count */ member
|
H A D | stream.h | 295 int l_index; /* index for lower stream. */ member
|
/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_uwp.c | 110 lpath->link_id = lbp->l_index; /* Set Link-ID */ in oplmsu_uwioctl_iplink()
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 845 plqi->sm_linkid = linkp->l_index; in sm_link_req() 849 linkp->l_index)); in sm_link_req() 871 } else if ((plqi = get_lqi_byid(linkp->l_index)) == 0) { in sm_link_req() 881 linkp->l_index)); in sm_link_req()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 708 int r_index, l_index, anchor_index; in nxge_rxbuf_pp_to_vp() local 823 l_index = 0; in nxge_rxbuf_pp_to_vp() 825 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp() 827 if ((r_index == l_index) || in nxge_rxbuf_pp_to_vp() 862 l_index = anchor_index + 1; in nxge_rxbuf_pp_to_vp() 863 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp() 869 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | llc1.c | 840 macinfo->llcp_lindex = link->l_index; in llc1_ioctl() 872 if (macinfo->llcp_lindex == link->l_index && in llc1_ioctl()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 2061 lrp->l_muxid = linkp->l_index; in man_plink()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 8690 arl->arl_muxid = islink ? li->l_index : 0; in ip_sioctl_plink_ipmod() 8711 ill->ill_muxid = islink ? li->l_index : 0; in ip_sioctl_plink_ipmod()
|