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

/systemd/src/libudev/
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...]
H A Dlibudev-private.h92 struct udev_list_entry **entries; member in struct:udev_list
/systemd/test/
H A Dtest-efi-create-disk.sh29 # install entries
30 mkdir -p mnt/loader/entries
32 echo -e "title Test\nefi /test\n" > mnt/loader/entries/test.conf
33 echo -e "title Test2\nlinux /test2\noptions option=yes word number=1000 more\n" > mnt/loader/entries/test2.conf
34 echo -e "title Test3\nlinux /test3\n" > mnt/loader/entries/test3.conf
35 echo -e "title Test4\nlinux /test4\n" > mnt/loader/entries/test4.conf
36 echo -e "title Test5\nefi /test5\n" > mnt/loader/entries/test5.conf
37 echo -e "title Test6\nlinux /test6\n" > mnt/loader/entries/test6.conf
/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...]
/systemd/tools/
H A Dmake-man-index.py69 This index contains {count} entries, referring to {pages} individual manual pages.'
/systemd/src/vconsole/
H A Dvconsole-setup.c242 unimapd.entries = unipairs;

Completed in 34 milliseconds