Searched defs:l_index (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h122 * |- \|-[5]- \ |-l_index == 3
138 * l_index - is the index of the parser tree that corresponds to l_name
155 int l_index; /* index in relation to parser position */ member in struct:cfglist
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h70 int l_index; /* used for barrier count */ member in struct:lock_descriptor
H A Dstream.h295 int l_index; /* index for lower stream. */ member in struct:linkblk
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c341 int r_index, l_index, anchor_index; local
444 l_index = 0;
446 anchor_index = MID_INDEX(r_index, l_index);
448 if ((r_index == l_index) ||
482 l_index = anchor_index + 1;
483 anchor_index = MID_INDEX(r_index, l_index);
489 anchor_index = MID_INDEX(r_index, l_index);
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2159 int i, j, k, l_index, length, idx = 0; local
2353 for (j = 0, k = 0, l_index = 0;
2376 l_index, *envp);
2379 l_index++;
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c247 char l_index[MAXSTATLEN]; member in struct:lane_fields_buf_s
260 offsetof(lane_fields_buf_t, l_index), print_default_cb},
1158 (void) snprintf(buf->l_index, sizeof (buf->l_index), "--");
1160 (void) snprintf(buf->l_index, sizeof (buf->l_index),
1204 (void) snprintf(buf->l_index, sizeof (buf->l_index), "--");
1206 (void) snprintf(buf->l_index, sizeof (buf->l_index),
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c708 int r_index, l_index, anchor_index; local
823 l_index = 0;
825 anchor_index = MID_INDEX(r_index, l_index);
827 if ((r_index == l_index) ||
862 l_index = anchor_index + 1;
863 anchor_index = MID_INDEX(r_index, l_index);
869 anchor_index = MID_INDEX(r_index, l_index);

Completed in 97 milliseconds