HomeSort by: relevance | last modified time | path
    Searched refs:oldnext (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_alloc.c 354 ino_t headino, thisino, oldnext, tailino; local
387 oldnext = lfs_if_getnextfree(fs, ifp);
397 LFS_PUT_HEADFREE(fs, cip, cbp, oldnext);
436 lfs_if_setnextfree(fs, ifp, oldnext);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 1049 char *oldnext = p->next; local
1062 p->next = oldnext;
1091 char *oldnext = p->next; local
1103 p->next = oldnext;
  /src/external/bsd/nvi/dist/regex/
regcomp.c 970 RCHAR_T *oldnext = p->next; local
982 p->next = oldnext;
1017 RCHAR_T *oldnext = p->next; local
1029 p->next = oldnext;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 3256 mDNSu8 *oldnext; // for debugging local
3363 oldnext = next;
3374 if ((next - oldnext) > rrSize)
3375 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3376 else { spaceleft += rrSize; spaceleft -= (next - oldnext); }

Completed in 36 milliseconds