Searched refs:eend (Results 1 – 3 of 3) sorted by relevance
570 ENTRY *ecur, *eend; in read_logblock() local584 eend = ecur + count; in read_logblock()586 for (; ecur < eend; ecur++) { in read_logblock()
95 while(eend(f) && cnt-- > 0) {
1100 eend(int (*op)()) in eend() function