Home
last modified time | relevance | path

Searched refs:list_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efivar/efivar/
H A Defisecdb-fix-build-with-musl-libc.patch44 +static list_t infiles;
45 +static list_t actions;
50 @@ -187,12 +191,11 @@ add_action(list_t *list, action_type_t action_type, const efi_guid_t *owner,
57 - list_t *actions = (list_t *)actionsp;
58 list_t *pos, *tmp;
72 - list_t *infiles = (list_t *)infilesp;
73 list_t *pos, *tmp;
111 @@ -323,15 +310,6 @@ parse_input_files(list_t *infiles, char **outfile, efi_secdb_t **secdb,
120 -static list_t infiles;
121 -static list_t actions;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/
H A D0001-Fix-build-under-GCC-fno-common.patch21 -list_t passwd_mods;
22 -list_t group_mods;
23 +extern list_t passwd_mods;
24 +extern list_t group_mods;
35 +list_t passwd_mods;
36 +list_t group_mods;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_bufs.c517 struct drm_map_list *r_list = NULL, *list_t; in drm_legacy_rmmap_locked() local
522 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) { in drm_legacy_rmmap_locked()