Searched refs:efi_visor_indication (Results 1 – 2 of 2) sorted by relevance
148 struct efi_visor_indication efi_visor_indication; in boottotool_show() local154 &efi_visor_indication, in boottotool_show()155 sizeof(struct efi_visor_indication)); in boottotool_show()158 return sprintf(buf, "%u\n", efi_visor_indication.boot_to_tool); in boottotool_show()166 struct efi_visor_indication efi_visor_indication; in boottotool_store() local170 efi_visor_indication.boot_to_tool = val; in boottotool_store()174 &(efi_visor_indication), in boottotool_store()175 sizeof(struct efi_visor_indication)); in boottotool_store()
165 struct efi_visor_indication { struct546 struct efi_visor_indication efi_visor_ind;