Searched refs:last_index (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptjoin.c58 int last_index; local
72 last_index = opt_info.index;
108 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset)
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c966 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size);
1075 uint32_t index, last_index, next_index; local
1129 last_index = tcb->last_index;
1134 if (last_index == MAX_TX_RING_SIZE)
1137 next_index = NEXT_INDEX(last_index, 1, tx_ring->ring_size);
1142 desc_done = tx_ring->tbd_ring[last_index].wb.status &
1399 tcb->last_index = MAX_TX_RING_SIZE;
H A Digb_sw.h384 uint32_t last_index; member in struct:tx_control_block
H A Digb_buf.c762 tcb->last_index = MAX_TX_RING_SIZE;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1079 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size);
1207 uint32_t index, last_index, prev_index; local
1260 last_index = tcb->last_index;
1265 if (last_index == MAX_TX_RING_SIZE)
1271 desc_done = tx_ring->tbd_ring[last_index].wb.status &
1299 if (prev_index == last_index)
1544 tcb->last_index = MAX_TX_RING_SIZE;
H A Dixgbe_sw.h430 uint32_t last_index; /* last descriptor of the pkt */ member in struct:tx_control_block
H A Dixgbe_buf.c756 tcb->last_index = MAX_TX_RING_SIZE;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c103 const int last_index = sizeof(ldap_errlist)/sizeof(ldap_errlist[0]) - 2; variable
186 if (ldap_errlist[last_index].e_reason != NULL) {
313 if (ldap_errlist[last_index].e_reason == NULL)
351 if (ldap_errlist[last_index].e_reason == NULL)
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/
H A Dgintel_main.c473 uint8_t last_index, this_index; local
536 last_index = err_counter_index[chipid];
538 (last_index + 1) % ERR_COUNTER_INDEX;
551 err_counter_array[chipid][last_index],
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c4646 int last_index = 0; local
4682 if (optind == last_index)
4694 last_index = optind;

Completed in 104 milliseconds