Searched refs:IMPORT_CFUNC (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/compat/ndis/ |
| HD | subr_ntoskrnl.c | 4275 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 …]
|
| HD | pe_var.h | 509 #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
|
| HD | subr_ndis.c | 3285 IMPORT_CFUNC(NdisWriteErrorLogEntry, 0),
|