Lines Matching defs:next
735 if (cb_data->limit > 0 && cb_data->next == cb_data->limit)
744 if (cb_data->next >= cb_data->len) {
2233 * If we deferred it this time, reset for the next
2335 * This allows the next pass to
2530 * 5. Set AD lookup flag if it determines that the next stage needs
3284 uint_t next, key;
3288 next = gethash(prefix, rid, htsize);
3289 while (next != htsize) {
3290 key = state->sid_history[next].key;
3300 next = state->sid_history[next].next;
3309 uint_t hash, next;
3312 hash = next = gethash(prefix, rid, htsize);
3313 while (state->sid_history[next].key != htsize) {
3314 next++;
3315 next %= htsize;
3317 state->sid_history[next].key = state->curpos;
3318 if (hash == next)
3320 state->sid_history[next].next = state->sid_history[hash].next;
3321 state->sid_history[hash].next = next;
4645 * 4. Set AD/NLDAP lookup flags if it determines that the next stage needs
4723 /* Set flags for the next stage */
4729 * If AD-based name mapping is enabled then the next stage
4750 * then the next stage will need to lookup native LDAP using