Searched refs:IMPORT_SFUNC (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_hal.c444 IMPORT_SFUNC(KeStallExecutionProcessor, 1),
445 IMPORT_SFUNC(WRITE_PORT_ULONG, 2),
446 IMPORT_SFUNC(WRITE_PORT_USHORT, 2),
447 IMPORT_SFUNC(WRITE_PORT_UCHAR, 2),
448 IMPORT_SFUNC(WRITE_PORT_BUFFER_ULONG, 3),
449 IMPORT_SFUNC(WRITE_PORT_BUFFER_USHORT, 3),
450 IMPORT_SFUNC(WRITE_PORT_BUFFER_UCHAR, 3),
451 IMPORT_SFUNC(READ_PORT_ULONG, 1),
452 IMPORT_SFUNC(READ_PORT_USHORT, 1),
453 IMPORT_SFUNC(READ_PORT_UCHA
[all...]
H A Dsubr_ndis.c3238 IMPORT_SFUNC(NdisCopyFromPacketToPacket, 6),
3239 IMPORT_SFUNC(NdisCopyFromPacketToPacketSafe, 7),
3240 IMPORT_SFUNC(NdisIMCopySendPerPacketInfo, 2),
3241 IMPORT_SFUNC(NdisScheduleWorkItem, 1),
3242 IMPORT_SFUNC(NdisMIndicateStatusComplete, 1),
3243 IMPORT_SFUNC(NdisMIndicateStatus, 4),
3244 IMPORT_SFUNC(NdisSystemProcessorCount, 0),
3245 IMPORT_SFUNC(NdisGetCurrentProcessorCounts, 3),
3246 IMPORT_SFUNC(NdisUnchainBufferAtBack, 2),
3247 IMPORT_SFUNC(NdisGetFirstBufferFromPacke
[all...]
H A Dsubr_ntoskrnl.c4256 IMPORT_SFUNC(RtlZeroMemory, 2),
4257 IMPORT_SFUNC(RtlSecureZeroMemory, 2),
4258 IMPORT_SFUNC(RtlFillMemory, 3),
4259 IMPORT_SFUNC(RtlMoveMemory, 3),
4260 IMPORT_SFUNC(RtlCharToInteger, 3),
4261 IMPORT_SFUNC(RtlCopyMemory, 3),
4262 IMPORT_SFUNC(RtlCopyString, 2),
4263 IMPORT_SFUNC(RtlCompareMemory, 3),
4264 IMPORT_SFUNC(RtlEqualUnicodeString, 3),
4265 IMPORT_SFUNC(RtlCopyUnicodeStrin
[all...]
H A Dkern_ndis.c93 IMPORT_SFUNC(ndis_status_func, 4),
94 IMPORT_SFUNC(ndis_statusdone_func, 1),
95 IMPORT_SFUNC(ndis_setdone_func, 2),
96 IMPORT_SFUNC(ndis_getdone_func, 2),
97 IMPORT_SFUNC(ndis_resetdone_func, 3),
98 IMPORT_SFUNC(ndis_sendrsrcavail_func, 1),
99 IMPORT_SFUNC(ndis_intrsetup, 4),
100 IMPORT_SFUNC(ndis_return, 1),
H A Dpe_var.h502 #define IMPORT_SFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_STDCALL } macro
517 #define IMPORT_SFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_AMD64 } macro
H A Dsubr_usbd.c1434 IMPORT_SFUNC(USBD_CreateConfigurationRequest, 2),
1435 IMPORT_SFUNC(USBD_CreateConfigurationRequestEx, 2),
1438 IMPORT_SFUNC(USBD_GetUSBDIVersion, 1),
1439 IMPORT_SFUNC(USBD_ParseConfigurationDescriptor, 3),
1440 IMPORT_SFUNC(USBD_ParseConfigurationDescriptorEx, 7),

Completed in 116 milliseconds