Lines Matching refs:slot
113 uint32_t slot;
128 slot = gr_mc_ctx.hash_table[hash];
130 /* If slot is not within the bounds of mmaped region and
133 while (MC_SLOT_WITHIN_BOUNDS(slot, data_size)) {
138 ret = sss_nss_mc_get_record(&gr_mc_ctx, slot, &rec);
146 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
169 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
172 if (!MC_SLOT_WITHIN_BOUNDS(slot, data_size)) {
193 uint32_t slot;
210 slot = gr_mc_ctx.hash_table[hash];
212 /* If slot is not within the bounds of mmaped region and
215 while (MC_SLOT_WITHIN_BOUNDS(slot, gr_mc_ctx.dt_size)) {
220 ret = sss_nss_mc_get_record(&gr_mc_ctx, slot, &rec);
228 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
237 slot = sss_nss_mc_next_slot_with_hash(rec, hash);
240 if (!MC_SLOT_WITHIN_BOUNDS(slot, gr_mc_ctx.dt_size)) {