Home
last modified time | relevance | path

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

/original-bsd/libexec/rbootd/
H A Dutils.c328 static RMPCONN *LastFree = NULL; variable
349 if (LastFree == NULL) { /* nothing cached; make a new one */
356 rtmp = LastFree;
357 LastFree = NULL;
396 if (LastFree == NULL) /* cache for next time */
397 rtmp = LastFree;
430 if (LastFree != NULL) { in FreeConns()
431 free((char *)LastFree); in FreeConns()
432 LastFree = NULL; in FreeConns()