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

/systemd/src/libudev/
H A Dlibudev-private.h92 struct udev_list_entry **entries; member in struct:udev_list
H A Dlibudev-list.c129 cmp = strcmp(name, list->entries[i]->name);
151 entry = list->entries[i];
186 struct udev_list_entry **entries; local
192 entries = realloc(list->entries, (list->entries_max + add) * sizeof(struct udev_list_entry *));
193 if (entries == NULL) {
199 list->entries = entries;
208 udev_list_entry_insert_before(entry, list->entries[i]);
213 memmove(&list->entries[
[all...]
/systemd/src/boot/efi/
H A Dboot.c58 ConfigEntry **entries; member in struct:__anon42
341 /* find matching key in config entries */
343 if (config->entries[i]->key == key)
347 if (config->entries[i]->key == key)
428 entry = config->entries[i];
530 entry_len = StrLen(config->entries[i]->title_show);
537 /* offsets to center the entries on the screen */
544 /* menu entries title lines */
553 for (k = 0; config->entries[i]->title_show[k] != '\0' && j < x_max; j++, k++)
554 lines[i][j] = config->entries[
[all...]

Completed in 263 milliseconds