Lines Matching refs:next
80 ulong_t next;
110 * Calculate next (not this) block to look for.
182 next = fh->next_tag_alloc;
183 while (next < (TNFW_B_DATA_BLOCK_BEGIN >> TNF_BLOCK_SHIFT)) {
186 ((char *)fh + (next << TNF_BLOCK_SHIFT));
187 next++;
197 if (next > fh->next_tag_alloc)
198 fh->next_tag_alloc = next;
314 ulong_t next;
321 next = fh->next_fw_alloc;
322 if (next < TNFW_B_FW_ZONE) {
323 cell = (caddr_t)fh + next;
324 fh->next_fw_alloc = next + sizeof (tnf_ref32_t);