Searched defs:RUNTIMEFUNCTION (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h157 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
175 //#define RUNTIMEFUNCTION(proto,a) alloc_text("rtcode",a); proto a
177 #define RUNTIMEFUNCTION macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h156 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
170 #define RUNTIMEFUNCTION macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h158 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
172 //#define RUNTIMEFUNCTION(proto,a) alloc_text("rtcode",a); proto a
174 #define RUNTIMEFUNCTION macro

Completed in 47 milliseconds