Home | History | Annotate | Download | only in Include

Lines Matching refs:handle

56   IN EFI_HANDLE       Handle,

69 Handle - TODO: add argument description
84 IN EFI_HANDLE Handle,
97 Handle - TODO: add argument description
112 IN EFI_HANDLE Handle,
127 Handle - TODO: add argument description
142 #define PERF_ENABLE(handle, table, ticker) InitializePerformanceInfrastructure (handle, table, ticker)
143 #define PERF_START(handle, token, host, ticker) StartMeasure (handle, token, host, ticker)
144 #define PERF_END(handle, token, host, ticker) EndMeasure (handle, token, host, ticker)
145 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) \
146 UpdateMeasure (handle, \
155 #define PERF_ENABLE(handle, table, ticker)
156 #define PERF_START(handle, token, host, ticker)
157 #define PERF_END(handle, token, host, ticker)
158 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew)