Searched defs:efi (Results 1 – 5 of 5) sorted by relevance
16 struct efi { struct24 extern struct efi efi; argument
3 efi := y$(shell rm -f disabled) macro4 efi := $(if $(efi),$(shell $(CC) $(filter-out $(CFLAGS-y) .%.d,$(CFLAGS)) -c check.c 2>disabled && … macro5 efi := $(if $(efi),$(shell $(LD) -mi386pep --subsystem=10 -o check.efi check.o 2>disabled && echo y… macro6 efi := $(if $(efi),$(shell rm disabled)y) macro
276 efi = DEFINED(efi) ? efi : .; symbol
65 struct efi __read_mostly efi = { variable
765 ### efi subsection
Completed in 10 milliseconds