Searched defs:cache_ent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch.c134 struct cache_entry *cache_ent; local
135 cache_ent = grub_malloc (sizeof (*cache_ent));
136 if (cache_ent)
138 cache_ent->key = grub_strdup (key);
139 cache_ent->value = grub_strdup (name);
140 if (cache_ent->value && cache_ent->key)
142 cache_ent->next = cache;
143 cache = cache_ent;
195 struct cache_entry *cache_ent; local
[all...]

Completed in 57 milliseconds