Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dveopen.c41 static LIST_HEAD(, fingerprint_info) fi_list;
50 LIST_INIT(&fi_list); in fingerprint_info_init()
141 if (LIST_EMPTY(&fi_list)) { in fingerprint_info_add()
142 LIST_INSERT_HEAD(&fi_list, nfip, entries); in fingerprint_info_add()
147 LIST_FOREACH(fip, &fi_list, entries) { in fingerprint_info_add()
215 fip = LIST_FIRST(&fi_list); in fingerprint_info_lookup()
256 LIST_FOREACH(fip, &fi_list, entries) { in fingerprint_info_lookup()