Home
last modified time | relevance | path

Searched refs:p_NextB (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ncsw/etc/
H A Dmm.c202 t_FreeBlock *p_NextB; in AddFree() local
207 XX_Free(p_NextB); in AddFree()
210 p_NextB = p_CurrB->p_Next; in AddFree()
211 if ( !p_NextB || (p_NextB && end < p_NextB->base) ) in AddFree()
219 XX_Free(p_NextB); in AddFree()
457 t_BusyBlock *p_NextB; in CutBusy() local
460 p_NextB = p_CurrB->p_Next; in CutBusy()
462 XX_Free(p_NextB); in CutBusy()
465 p_NextB = p_CurrB->p_Next; in CutBusy()
466 if ( p_NextB && end > p_NextB->base ) in CutBusy()
[all …]