Searched refs:IMPORT_CFUNC_MAP (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/compat/ndis/
H A Dpe_var.h510 #define IMPORT_CFUNC_MAP(x, y, z) \ macro
525 #define IMPORT_CFUNC_MAP(x, y, z) \ macro
H A Dsubr_ntoskrnl.c4274 IMPORT_CFUNC_MAP(_snprintf, snprintf, 0),
4275 IMPORT_CFUNC_MAP(_vsnprintf, vsnprintf, 0),
4281 IMPORT_CFUNC_MAP(stricmp, strcasecmp, 0),
4285 IMPORT_CFUNC_MAP(toupper, ntoskrnl_toupper, 0),
4286 IMPORT_CFUNC_MAP(tolower, ntoskrnl_tolower, 0),
4287 IMPORT_CFUNC_MAP(strstr, ntoskrnl_strstr, 0),
4288 IMPORT_CFUNC_MAP(strncat, ntoskrnl_strncat, 0),
4289 IMPORT_CFUNC_MAP(strchr, index, 0),
4290 IMPORT_CFUNC_MAP(strrchr, rindex, 0),
4292 IMPORT_CFUNC_MAP(memmov
[all...]

Completed in 112 milliseconds