Searched refs:EFIAPI (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/sys/boot/efi/include/
H A Defiapi.h50 (EFIAPI *EFI_ALLOCATE_PAGES) (
59 (EFIAPI *EFI_FREE_PAGES) (
66 (EFIAPI *EFI_GET_MEMORY_MAP) (
79 (EFIAPI *EFI_ALLOCATE_POOL) (
87 (EFIAPI *EFI_FREE_POOL) (
93 (EFIAPI *EFI_SET_VIRTUAL_ADDRESS_MAP) (
108 (EFIAPI *EFI_CONVERT_POINTER) (
135 (EFIAPI *EFI_EVENT_NOTIFY) (
142 (EFIAPI *EFI_CREATE_EVENT) (
159 (EFIAPI *EFI_SET_TIME
[all...]
H A Deficonsctl.h52 (EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE) (
81 (EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE) (
104 (EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN) (
H A Defiser.h67 (EFIAPI *EFI_SERIAL_RESET) (
73 (EFIAPI *EFI_SERIAL_SET_ATTRIBUTES) (
85 (EFIAPI *EFI_SERIAL_SET_CONTROL_BITS) (
92 (EFIAPI *EFI_SERIAL_GET_CONTROL_BITS) (
99 (EFIAPI *EFI_SERIAL_WRITE) (
107 (EFIAPI *EFI_SERIAL_READ) (
H A Defiprot.h50 (EFIAPI *EFI_BLOCK_RESET) (
57 (EFIAPI *EFI_BLOCK_READ) (
68 (EFIAPI *EFI_BLOCK_WRITE) (
79 (EFIAPI *EFI_BLOCK_FLUSH) (
126 (EFIAPI *EFI_DISK_READ) (
137 (EFIAPI *EFI_DISK_WRITE) (
165 (EFIAPI *EFI_VOLUME_OPEN) (
183 (EFIAPI *EFI_FILE_OPEN) (
207 (EFIAPI *EFI_FILE_CLOSE) (
213 (EFIAPI *EFI_FILE_DELET
[all...]
H A Definet.h178 (EFIAPI *EFI_SIMPLE_NETWORK_START) (
187 (EFIAPI *EFI_SIMPLE_NETWORK_STOP) (
196 (EFIAPI *EFI_SIMPLE_NETWORK_INITIALIZE) (
207 (EFIAPI *EFI_SIMPLE_NETWORK_RESET) (
217 (EFIAPI *EFI_SIMPLE_NETWORK_SHUTDOWN) (
226 (EFIAPI *EFI_SIMPLE_NETWORK_RECEIVE_FILTERS) (
240 (EFIAPI *EFI_SIMPLE_NETWORK_STATION_ADDRESS) (
251 (EFIAPI *EFI_SIMPLE_NETWORK_STATISTICS) (
263 (EFIAPI *EFI_SIMPLE_NETWORK_MCAST_IP_TO_MAC) (
275 (EFIAPI *EFI_SIMPLE_NETWORK_NVDAT
[all...]
H A Deficon.h41 (EFIAPI *EFI_TEXT_RESET) (
48 (EFIAPI *EFI_TEXT_OUTPUT_STRING) (
55 (EFIAPI *EFI_TEXT_TEST_STRING) (
62 (EFIAPI *EFI_TEXT_QUERY_MODE) (
71 (EFIAPI *EFI_TEXT_SET_MODE) (
78 (EFIAPI *EFI_TEXT_SET_ATTRIBUTE) (
115 (EFIAPI *EFI_TEXT_CLEAR_SCREEN) (
121 (EFIAPI *EFI_TEXT_SET_CURSOR_POSITION) (
129 (EFIAPI *EFI_TEXT_ENABLE_CURSOR) (
291 (EFIAPI *EFI_INPUT_RESE
[all...]
H A Defipxebc.h274 (EFIAPI *EFI_PXE_BASE_CODE_START) (
281 (EFIAPI *EFI_PXE_BASE_CODE_STOP) (
287 (EFIAPI *EFI_PXE_BASE_CODE_DHCP) (
294 (EFIAPI *EFI_PXE_BASE_CODE_DISCOVER) (
304 (EFIAPI *EFI_PXE_BASE_CODE_MTFTP) (
319 (EFIAPI *EFI_PXE_BASE_CODE_UDP_WRITE) (
335 (EFIAPI *EFI_PXE_BASE_CODE_UDP_READ) (
350 (EFIAPI *EFI_PXE_BASE_CODE_SET_IP_FILTER) (
357 (EFIAPI *EFI_PXE_BASE_CODE_ARP) (
365 (EFIAPI *EFI_PXE_BASE_CODE_SET_PARAMETER
[all...]
H A Defigop.h71 (EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE) (
80 (EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE) (
102 (EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT) (
H A Defifpswa.h23 (EFIAPI *EFI_FPSWA) (
/freebsd-10.2-release/sys/boot/efi/include/ia64/
H A Defibind.h154 // EFIAPI - prototype calling convention for EFI function pointers
161 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
163 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler macro
165 #define EFIAPI // Substitute expresion to force C calling convention macro
/freebsd-10.2-release/sys/boot/efi/include/amd64/
H A Defibind.h151 // EFIAPI - prototype calling convention for EFI function pointers
159 #define EFIAPI __attribute__((ms_abi)) macro
162 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
164 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler macro
166 #define EFIAPI // Substitute expresion to force C calling convention macro
/freebsd-10.2-release/sys/boot/efi/include/i386/
H A Defibind.h151 // EFIAPI - prototype calling convention for EFI function pointers
158 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
160 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler macro
162 #define EFIAPI // Substitute expresion to force C calling convention macro

Completed in 114 milliseconds