Home
last modified time | relevance | path

Searched refs:IMPORT_CFUNC (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/compat/ndis/
HDsubr_ntoskrnl.c4275 IMPORT_CFUNC(sprintf, 0),
4276 IMPORT_CFUNC(vsprintf, 0),
4279 IMPORT_CFUNC(DbgPrint, 0),
4282 IMPORT_CFUNC(strncmp, 0),
4283 IMPORT_CFUNC(strcmp, 0),
4285 IMPORT_CFUNC(strncpy, 0),
4286 IMPORT_CFUNC(strcpy, 0),
4287 IMPORT_CFUNC(strlen, 0),
4294 IMPORT_CFUNC(memcpy, 0),
4335 IMPORT_CFUNC(atoi, 0),
[all …]
HDpe_var.h509 #define IMPORT_CFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_CDECL } macro
524 #define IMPORT_CFUNC(x, y) { #x, (FUNC)x, NULL, y, WINDRV_WRAP_AMD64 } macro
HDsubr_ndis.c3285 IMPORT_CFUNC(NdisWriteErrorLogEntry, 0),