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

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c345 ** in `LastFree' (defined below).
348 static RMPCONN *LastFree = NULL; variable
368 if (LastFree == NULL) { /* nothing cached; make a new one */
375 rtmp = LastFree;
376 LastFree = NULL;
414 if (LastFree == NULL) /* cache for next time */
415 rtmp = LastFree;
432 ** - If LastFree is != NULL, it too will be free'd & NULL'd.
448 if (LastFree != NULL) {
449 free((char *)LastFree);
[all...]

Completed in 117 milliseconds