Home
last modified time | relevance | path

Searched defs:efivar_entry (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/fs/efivarfs/
Dinternal.h33 struct efivar_entry { struct
43 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head); argument
Dvars.c708 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()