Searched refs:uuidCache (Results 1 – 1 of 1) sorted by relevance
29 } *uuidCache; variable84 if (!uuidCache) { in uuidcache_addentry()85 last = uuidCache = xzalloc(sizeof(*uuidCache)); in uuidcache_addentry()87 for (last = uuidCache; last->next; last = last->next) in uuidcache_addentry()89 last->next = xzalloc(sizeof(*uuidCache)); in uuidcache_addentry()134 if (uuidCache) in uuidcache_init()135 return uuidCache; in uuidcache_init()155 return uuidCache; in uuidcache_init()