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

/freebsd-9.3-release/libexec/rbootd/
H A Dutils.c347 ** in `LastFree' (defined below).
350 static RMPCONN *LastFree = NULL; variable
370 if (LastFree == NULL) { /* nothing cached; make a new one */
377 rtmp = LastFree;
378 LastFree = NULL;
416 if (LastFree == NULL) /* cache for next time */
417 rtmp = LastFree;
434 ** - If LastFree is != NULL, it too will be free'd & NULL'd.
450 if (LastFree != NULL) {
451 free((char *)LastFree);
[all...]

Completed in 49 milliseconds